Skip to content

Commit

Permalink
Merge remote-tracking branch 'boxuk/master'
Browse files Browse the repository at this point in the history
Conflicts:
	Makefile.in

merged pull request
  • Loading branch information
0x616469 committed Sep 14, 2012
2 parents 13220f5 + e29f89c commit 17f7584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -7,7 +7,7 @@ MAINTAINER=@MAINTAINER@
PACKAGENAME=@PACKAGENAME@
PACKAGETYPE=@PACKAGETYPE@
URL=@URL@
ARCH=all
ARCH=@ARCH@
DEPENDS=@DEPENDS@
MAINTAINER=@MAINTAINER@
DESCRIPTION=@DESCRIPTION@
Expand Down Expand Up @@ -46,5 +46,5 @@ package: build
$(DEBCONFCONFIG) \
$(DEBCONFTEMPLATE) \
$(CONFIGFILE) \
-a $(ARCH) -C $(PTMP)/build -p $(PTMP)/$(PACKAGENAME)_$(VERSION).$(PACKAGETYPE) .
-a $(ARCH) -C $(PTMP)/build -p $(PTMP)/$(PACKAGENAME)_$(VERSION)_$(ARCH).$(PACKAGETYPE) .

1 change: 1 addition & 0 deletions packaging_config.php.sample
@@ -1,5 +1,6 @@
$configure = array(
'packagename' => 'mypackage',
'arch' => 'all',
'version' => '1.0',
'maintainer' => 'me myself <me@myself.com>',
'description' => '',
Expand Down

0 comments on commit 17f7584

Please sign in to comment.