diff -Nru id3-0.15/debian/changelog id3-0.15/debian/changelog --- id3-0.15/debian/changelog 2010-03-20 13:36:42.000000000 +0000 +++ id3-0.15/debian/changelog 2013-10-20 01:41:45.000000000 +0000 @@ -1,3 +1,15 @@ +id3 (0.15-4) unstable; urgency=low + + * debian/control: + - Bumped Standards-Version to 3.9.4 + - Fixed description synopsis + - Use canonical URIs for Vcs-* fields + * Use debhelper 9 to get the correct CFLAGS + * debian/patches/03-buildflags.patch: get build flags from dpkg-buildflags + * Added lintian override because upstream does not provide a changelog + + -- Stefan Ott Sun, 20 Oct 2013 03:41:30 +0200 + id3 (0.15-3) unstable; urgency=low * Changed source format to 3.0 (quilt) diff -Nru id3-0.15/debian/compat id3-0.15/debian/compat --- id3-0.15/debian/compat 2010-03-20 13:10:09.000000000 +0000 +++ id3-0.15/debian/compat 2013-10-20 00:22:59.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru id3-0.15/debian/control id3-0.15/debian/control --- id3-0.15/debian/control 2010-03-20 13:30:11.000000000 +0000 +++ id3-0.15/debian/control 2013-10-20 01:03:43.000000000 +0000 @@ -2,16 +2,16 @@ Section: sound Priority: optional Maintainer: Stefan Ott -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.4 Homepage: http://id3.googlecode.com/ -Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/id3/trunk -Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/id3 +Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/id3/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/id3/trunk/ Package: id3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: An ID3 Tag Editor +Description: Editor for ID3 tags A command-line based program that can list, modify, or delete ID3 tags from a file. ID3 tags are a way of identifying streaming music files. You can store Artist, Album, Title, Track, Year, and Genre in a tag, as diff -Nru id3-0.15/debian/id3.lintian-overrides id3-0.15/debian/id3.lintian-overrides --- id3-0.15/debian/id3.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ id3-0.15/debian/id3.lintian-overrides 2013-10-20 01:06:07.000000000 +0000 @@ -0,0 +1,2 @@ +# There is no upstream changelog available +id3 binary: no-upstream-changelog diff -Nru id3-0.15/debian/patches/03-buildflags.patch id3-0.15/debian/patches/03-buildflags.patch --- id3-0.15/debian/patches/03-buildflags.patch 1970-01-01 00:00:00.000000000 +0000 +++ id3-0.15/debian/patches/03-buildflags.patch 2013-10-20 00:54:49.000000000 +0000 @@ -0,0 +1,26 @@ +Use CFLAGS and LDFLAGS provided by dpkg-buildflags +Author: Stefan Ott +Last-Update: 2013-10-20 +--- a/Makefile ++++ b/Makefile +@@ -4,8 +4,9 @@ + SHELL = /bin/sh + + CC = gcc +-CFLAGS = -g -O2 +-LDFLAGS = ++CFLAGS = `dpkg-buildflags --get CFLAGS` ++LDFLAGS = `dpkg-buildflags --get LDFLAGS` ++CPPFLAGS = `dpkg-buildflags --get CPPFLAGS` + LIBS = + DEFS = + INSTALL = /usr/bin/install -c +@@ -23,7 +24,7 @@ + .SUFFIXES: .c .o + + .c.o: +- $(CC) $(DEFS) $(CFLAGS) -c $< ++ $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< + + all: $(PRODUCT) + diff -Nru id3-0.15/debian/patches/series id3-0.15/debian/patches/series --- id3-0.15/debian/patches/series 2010-03-20 13:10:09.000000000 +0000 +++ id3-0.15/debian/patches/series 2013-10-20 00:44:51.000000000 +0000 @@ -1,2 +1,3 @@ 01-dont_strip_binary.patch 02-help_text.patch +03-buildflags.patch diff -Nru id3-0.15/debian/watch id3-0.15/debian/watch --- id3-0.15/debian/watch 2010-03-20 13:10:09.000000000 +0000 +++ id3-0.15/debian/watch 2010-10-06 02:22:38.000000000 +0000 @@ -1,2 +1,3 @@ version=3 + http://code.google.com/p/id3/downloads/list .*/id3-(.*)\.tar\.gz