updated build environemt

This commit is contained in:
Lars Kneschke 2007-04-30 14:10:20 +00:00
parent dc24f42cf3
commit 5ab156ee1a
3 changed files with 10 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
egroupware (1.3.021.dfsg-1) unstable; urgency=low
* New upstream release (eGW 1.4 Beta 5)
-- Lars Kneschke <l.kneschke@metaways.de> Mon, 30 Apr 2007 10:50:20 +0100
egroupware (1.3-017.dfsg-1) unstable; urgency=low
* New upstream release (eGW 1.4 Beta 3)

2
debian/rules vendored
View File

@ -101,7 +101,7 @@ binary-indep: build install
dh_compress -i
dh_fixperms -i
dh_installdeb -i
gawk '/^[^#].*$$/ { ORS="\0" ; print "-V" $$0 }' < debian/substvars | xargs -0 dh_gencontrol -i -- -Vegw:Modules=`for x in $(MODULES); do echo -n "egroupware-$$x," ; done`
gawk '/^[^#].*$$/ { ORS="\0" ; print "-V" $$0 }' < debian/substvars | xargs -0 dh_gencontrol -i -- -Vegw:Modules=`for x in $(MODULES); do echo -n "egroupware-$$x(=\\$${Source-Version})," ; done`
dh_md5sums -i
dh_builddeb -i

View File

@ -687,5 +687,8 @@ ln -s sitemgr/sitemgr-link
%changelog
* Mon Apr 30 2007 Lars Kneschke <l.kneschke@metaways.de> 1.3-021
- eGroupWare 1.4 Beta 5
* Mon Apr 16 2007 Lars Kneschke <l.kneschke@metaways.de> 1.3-019
- eGroupWare 1.4 Beta 4