From 4e593c3c3747defc503930736ce3be69f43289a0 Mon Sep 17 00:00:00 2001 From: colintu Date: Fri, 24 Jul 2009 18:53:51 +0000 Subject: [PATCH] Minor packaging changes. git-svn-id: http://abcde.googlecode.com/svn/trunk@243 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- debian/changelog | 11 ++++++++++- debian/control | 4 +++- debian/copyright | 2 +- debian/rules | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 544fe2d..7cb099f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ abcde (2.3.99.7-1) unstable; urgency=low + [ Jesus Climent ] * The "It took me a long time to get this release out" release. * abcde.1: remove -M in favour of "-a cue" (Closes: #382614, #396505). * Added a check for a DOCUE already set in the command line @@ -28,7 +29,15 @@ abcde (2.3.99.7-1) unstable; urgency=low - track comments if null and present in CDDB. * Corrected copyright information (Closes: #516535). - -- Jesus Climent Sun, 22 Feb 2009 13:30:02 +0000 + [ Colin Tuckley ] + * Added Uploader. + * Fix Lintian warning for make-clean-error. + * Fix FSF address in debian/copyright. + * Fix binary-arch-rules-but-pkg-is-arch-indep lintian warning. + * Add homepage: field to debian/control + * Update standards version to 3.8.0 + + -- Colin Tuckley Fri, 24 Jul 2009 19:50:14 +0100 abcde (2.3.99.6-1) unstable; urgency=low diff --git a/debian/control b/debian/control index b1a0d9a..19ca994 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Source: abcde Section: sound Priority: optional Maintainer: Jesus Climent -Standards-Version: 3.7.2.1 +Uploaders: Colin Tuckley +Homepage: http://code.google.com/p/abcde/ +Standards-Version: 3.8.0 Build-Depends: debhelper (>= 5) XS-Vcs-Svn: https://subversion.pumuki.org/svn/abcde/trunk diff --git a/debian/copyright b/debian/copyright index e0165f7..25fc837 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,7 +15,7 @@ GNU GPL v2 or greater, or Larry Wall's Artistic license - your choice. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. Copyright for this work is to expire January 1, 2010, after which it shall be public domain. diff --git a/debian/rules b/debian/rules index 3303ad8..b409981 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ clean: rm -f build-stamp install-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean @@ -42,10 +42,6 @@ install-stamp: build-stamp # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install # dh_testversion dh_testdir dh_testroot @@ -65,6 +61,10 @@ binary-arch: build install dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false -- 2.20.1