From fd0063bb6a1c505b704e398404a504bc63f8f945 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 25 Jan 2012 22:39:45 +0000 Subject: [PATCH] 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 --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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: