Minor packaging changes.
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 24 Jul 2009 18:53:51 +0000 (18:53 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 24 Jul 2009 18:53:51 +0000 (18:53 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@243 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

debian/changelog
debian/control
debian/copyright
debian/rules

index 544fe2d..7cb099f 100644 (file)
@@ -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 <jesus.climent@hispalinux.es>  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 <colint@debian.org>  Fri, 24 Jul 2009 19:50:14 +0100
 
 abcde (2.3.99.6-1) unstable; urgency=low
 
index b1a0d9a..19ca994 100644 (file)
@@ -2,7 +2,9 @@ Source: abcde
 Section: sound
 Priority: optional
 Maintainer: Jesus Climent <jesus.climent@hispalinux.es>
-Standards-Version: 3.7.2.1
+Uploaders: Colin Tuckley <colint@debian.org>
+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
 
index e0165f7..25fc837 100644 (file)
@@ -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.
index 3303ad8..b409981 100755 (executable)
@@ -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