[Python-apps-commits] r2322 - in packages/oggconvert/trunk/debian (6 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sun Feb 8 14:32:59 UTC 2009


    Date: Sunday, February 8, 2009 @ 14:32:59
  Author: dktrkranz-guest
Revision: 2322

Apply changes from version 0.3.2-1 in experimental

Added:
  packages/oggconvert/trunk/debian/patches/
  packages/oggconvert/trunk/debian/patches/desktop_file_validation
  packages/oggconvert/trunk/debian/patches/series
Modified:
  packages/oggconvert/trunk/debian/changelog
  packages/oggconvert/trunk/debian/control
  packages/oggconvert/trunk/debian/rules

Modified: packages/oggconvert/trunk/debian/changelog
===================================================================
--- packages/oggconvert/trunk/debian/changelog	2009-02-08 14:20:08 UTC (rev 2321)
+++ packages/oggconvert/trunk/debian/changelog	2009-02-08 14:32:59 UTC (rev 2322)
@@ -1,3 +1,14 @@
+oggconvert (0.3.2-1) experimental; urgency=low
+
+  * New upstream release.
+  * Add support for quilt patch system.
+  * debian/patches/desktop_file_validation:
+    - Validate .desktop file against current Freedesktop standards.
+  * Bump Standards-Version to 3.8.0.
+  * Add DM-Upload-Allowed field.
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Mon, 15 Sep 2008 13:44:56 +0200
+
 oggconvert (0.3.1-3) unstable; urgency=low
 
   * debian/control:

Modified: packages/oggconvert/trunk/debian/control
===================================================================
--- packages/oggconvert/trunk/debian/control	2009-02-08 14:20:08 UTC (rev 2321)
+++ packages/oggconvert/trunk/debian/control	2009-02-08 14:32:59 UTC (rev 2322)
@@ -2,11 +2,12 @@
 Section: sound
 Priority: optional
 Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.4), python-gst0.10
 Homepage: http://oggconvert.tristanb.net/
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: all
+DM-Upload-Allowed: yes
 
 Package: oggconvert
 Architecture: all

Added: packages/oggconvert/trunk/debian/patches/desktop_file_validation
===================================================================
--- packages/oggconvert/trunk/debian/patches/desktop_file_validation	                        (rev 0)
+++ packages/oggconvert/trunk/debian/patches/desktop_file_validation	2009-02-08 14:32:59 UTC (rev 2322)
@@ -0,0 +1,16 @@
+Index: oggconvert-0.3.2/data/oggconvert.desktop
+===================================================================
+--- oggconvert-0.3.2.orig/data/oggconvert.desktop	2008-09-15 13:32:38.734574676 +0200
++++ oggconvert-0.3.2/data/oggconvert.desktop	2008-09-15 13:32:49.927203293 +0200
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=OggConvert
+ Comment=Convert media files to Free formats
+ Type=Application
+@@ -9,4 +8,3 @@
+ Categories=AudioVideo;
+ Terminal=false
+ StartupNotify=false
+-GenericName[en_GB]=

Added: packages/oggconvert/trunk/debian/patches/series
===================================================================
--- packages/oggconvert/trunk/debian/patches/series	                        (rev 0)
+++ packages/oggconvert/trunk/debian/patches/series	2009-02-08 14:32:59 UTC (rev 2322)
@@ -0,0 +1 @@
+desktop_file_validation

Modified: packages/oggconvert/trunk/debian/rules
===================================================================
--- packages/oggconvert/trunk/debian/rules	2009-02-08 14:20:08 UTC (rev 2321)
+++ packages/oggconvert/trunk/debian/rules	2009-02-08 14:32:59 UTC (rev 2322)
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-	python $(CURDIR)/setup.py build --build-base=$(CURDIR)/debian/oggconvert/build
+include /usr/share/quilt/quilt.make
 
-build: build-stamp
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 	touch $@
+	python $(CURDIR)/setup.py build --build-base=$(CURDIR)/debian/oggconvert/build
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the Python-apps-commits mailing list