fix these to aid future building

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3@1340 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 13 years ago
parent 339d585ac2
commit fd0063bb6a

3
debian/changelog vendored

@ -1,6 +1,7 @@
postfixadmin (2.3.5-1) unstable; urgency=low
* Initial Debian release (Closes: #247225)
* Changed from normes to me, for signing/building purposes.
-- Norman Messtorff <normes@normes.org> Sun, 15 Jan 2012 12:27:28 +0100
-- David Goodwin (PalePurple) <david@palepurple.co.uk> Sun, 15 Jan 2012 12:27:28 +0100

2
debian/rules vendored

@ -21,7 +21,7 @@ build-stamp: $(QUILT_STAMPFN)
# Create a needed tar.gz file to build a non-nativ .dpkg
prep:
rm -f ../postfixadmin_*orig.tar.gz
cd ..; tar --exclude-vcs --exclude=*.svn* --exclude=postfixadmin/debian --exclude=postfixadmin/.pc -czf postfixadmin_${DEBVERSION}.orig.tar.gz postfixadmin-2.3
cd ..; tar --exclude-vcs --exclude=*.svn* --exclude=postfixadmin/debian --exclude=postfixadmin/.pc -czf postfixadmin_${DEBVERSION}.orig.tar.gz postfixadmin-${DEBVERSION}
# Call this target to build a shiny new .dpkg file.
build-package:

Loading…
Cancel
Save