Skip to content

Commit

Permalink
Changing "make package" to "make deb".
Browse files Browse the repository at this point in the history
  • Loading branch information
schwink committed Aug 9, 2010
1 parent d8bd829 commit 8b28030
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/web/Makefile
Expand Up @@ -24,7 +24,7 @@ install:
mkdir -p $(DEST_SHARE_DOC) || true
@cp -r doc/* $(DEST_SHARE_DOC)/ || true

package:
deb:
# Increment the version number
dch --newversion $(VERSION)-1-`date +"%Y%m%d%H%M%S"` "Local build"
dpkg-buildpackage -rfakeroot -b -uc -tc
2 changes: 1 addition & 1 deletion server/dev-service/Makefile
Expand Up @@ -22,7 +22,7 @@ install:
@mkdir -p $(DEST_NGINX) || true
cp config/nginx/kanaloa-dev $(DEST_NGINX)/

package:
deb:
# Increment the version number
dch --newversion $(VERSION)-1-`date +"%Y%m%d%H%M%S"` "Local build"
dpkg-buildpackage -rfakeroot -b -uc -tc
2 changes: 1 addition & 1 deletion server/dev/Makefile
Expand Up @@ -10,7 +10,7 @@ clean:
install:
/bin/true

package:
deb:
# Increment the version number
dch --newversion $(VERSION)-1-`date +"%Y%m%d%H%M%S"` "Local build"
dpkg-buildpackage -rfakeroot -b -uc -tc
2 changes: 1 addition & 1 deletion server/kanaloa/Makefile
Expand Up @@ -45,7 +45,7 @@ install:
@mkdir -p $(DEST_DOC) || true
cp doc/* $(DEST_DOC) || true

package:
deb:
# Increment the version number
dch --newversion $(VERSION)-1-`date +"%Y%m%d%H%M%S"` "Local build"
dpkg-buildpackage -rfakeroot -b -uc -tc

0 comments on commit 8b28030

Please sign in to comment.