diff --git a/debian/changelog b/debian/changelog index 3210d278..bc425da2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 15 Jan 2012 12:27:28 +0100 + -- David Goodwin (PalePurple) Sun, 15 Jan 2012 12:27:28 +0100 diff --git a/debian/rules b/debian/rules index 14dfbc9f..df75a167 100755 --- a/debian/rules +++ b/debian/rules @@ -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: