target debian-install

This commit is contained in:
Xavier Guimard 2010-01-01 19:01:27 +00:00
parent 715460b108
commit bdee50c017
2 changed files with 6 additions and 2 deletions

View File

@ -515,7 +515,11 @@ debian-packages: debian-dist
rm -rf lemonldap-ng-$$version && \
tar xzf lemonldap-ng_$$version.orig.tar.gz && \
cd lemonldap-ng-$$version && \
export LOCALBUILD=1; debuild
export LOCALBUILD=1; debuild -us -uc
debian-install: debian-packages
cd /tmp/lemonldap-ng-$(VERSION) && \
su -c debi
diff:
@# Portal

View File

@ -1,4 +1,4 @@
lemonldap-ng (0.9.5-0) unstable; urgency=low
lemonldap-ng (0.9.5-0.1) unstable; urgency=low
* Local build