rev 14532 - kde-extras/kid3/trunk/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Apr 30 09:14:05 UTC 2009


Author: ana
Date: 2009-04-30 09:14:04 +0000 (Thu, 30 Apr 2009)
New Revision: 14532

Modified:
   kde-extras/kid3/trunk/debian/changelog
   kde-extras/kid3/trunk/debian/compat
   kde-extras/kid3/trunk/debian/control
   kde-extras/kid3/trunk/debian/rules
Log:
old 1.1 update


Modified: kde-extras/kid3/trunk/debian/changelog
===================================================================
--- kde-extras/kid3/trunk/debian/changelog	2009-04-29 21:26:44 UTC (rev 14531)
+++ kde-extras/kid3/trunk/debian/changelog	2009-04-30 09:14:04 UTC (rev 14532)
@@ -1,3 +1,14 @@
+kid3 (1.1-1) unstable; urgency=low
+
+  * New usptream release:
+    - Add support for .oga (Closes: #498352)
+  * Add call to dh_icons and dh_desktop. (Closes: #454526)
+  * Update do debhelper compat 6.
+  * Remove build depend on quilt.
+  * Update to Standards-Version: 3.8.0, no changes required.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 15 Jan 2009 19:15:40 +0100
+
 kid3 (1.0-1) unstable; urgency=low
 
   * New usptream release:

Modified: kde-extras/kid3/trunk/debian/compat
===================================================================
--- kde-extras/kid3/trunk/debian/compat	2009-04-29 21:26:44 UTC (rev 14531)
+++ kde-extras/kid3/trunk/debian/compat	2009-04-30 09:14:04 UTC (rev 14532)
@@ -1 +1 @@
-5
+6

Modified: kde-extras/kid3/trunk/debian/control
===================================================================
--- kde-extras/kid3/trunk/debian/control	2009-04-29 21:26:44 UTC (rev 14531)
+++ kde-extras/kid3/trunk/debian/control	2009-04-30 09:14:04 UTC (rev 14532)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 5), libqt3-mt-dev (>= 3:3.3.4-7), kdelibs4-dev (>= 4:3.4.2-1), 
- libid3-3.8.3-dev (>= 3.8.3-4.2), libtunepimp-dev, libflac++-dev (>= 1.1.2-1), libvorbis-dev, 
- libtag1-dev, docbook-utils, quilt, libqt3-i18n
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 6), libqt3-mt-dev (>= 3:3.3.4-7), kdelibs4-dev (>= 4:3.4.2), 
+ libid3-3.8.3-dev (>= 3.8.3-4.2), libtunepimp-dev, libflac++-dev (>= 1.1.2), libvorbis-dev, 
+ libtag1-dev, docbook-utils, libqt3-i18n
+Standards-Version: 3.8.0
 Homepage: http://kid3.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kid3/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kid3/?op=log 

Modified: kde-extras/kid3/trunk/debian/rules
===================================================================
--- kde-extras/kid3/trunk/debian/rules	2009-04-29 21:26:44 UTC (rev 14531)
+++ kde-extras/kid3/trunk/debian/rules	2009-04-30 09:14:04 UTC (rev 14532)
@@ -40,8 +40,6 @@
 build-stamp:
 	dh_testdir
 
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
-
 	QTDIR=/usr/share/qt3 ./configure \
 	                        --host=$(DEB_HOST_GNU_TYPE) \
 	                        --build=$(DEB_BUILD_GNU_TYPE) \
@@ -60,7 +58,6 @@
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) -C kid3-qt distclean
 	[ ! -f Makefile ] || $(MAKE) distclean
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	-rm -f *-stamp po/*.gmo kid3-qt/kid3/*.png kid3-qt/kid3/*.svgz
 	dh_clean
 
@@ -91,6 +88,8 @@
 	dh_installman
 #	dh_installinfo
 	dh_installchangelogs ChangeLog
+	dh_icons
+	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress --exclude=.docbook




More information about the pkg-kde-commits mailing list