[Python-modules-commits] r7400 - in packages/mutagen/trunk (7 files)

mithrandi-guest at users.alioth.debian.org mithrandi-guest at users.alioth.debian.org
Thu Jan 29 20:49:07 UTC 2009


    Date: Thursday, January 29, 2009 @ 20:49:06
  Author: mithrandi-guest
Revision: 7400

Switch to quilt.

Added:
  packages/mutagen/trunk/debian/patches/
  packages/mutagen/trunk/debian/patches/remove-hashbang.diff
  packages/mutagen/trunk/debian/patches/series
Modified:
  packages/mutagen/trunk/debian/changelog
  packages/mutagen/trunk/debian/control
  packages/mutagen/trunk/debian/rules
Deleted:
  packages/mutagen/trunk/mutagen/

Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog	2009-01-29 20:21:53 UTC (rev 7399)
+++ packages/mutagen/trunk/debian/changelog	2009-01-29 20:49:06 UTC (rev 7400)
@@ -5,6 +5,7 @@
   * Update VCS / Homepage URLs in debian/control.
   * Bump Standards-Version to 3.8.0.
   * Update watch file.
+  * Switch to quilt.
 
  -- Tristan Seligmann <mithrandi at mithrandi.net>  Wed, 31 Dec 2008 16:10:29 +0200
 

Modified: packages/mutagen/trunk/debian/control
===================================================================
--- packages/mutagen/trunk/debian/control	2009-01-29 20:21:53 UTC (rev 7399)
+++ packages/mutagen/trunk/debian/control	2009-01-29 20:49:06 UTC (rev 7400)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Tristan Seligmann <mithrandi at mithrandi.net>
 Build-Depends-Indep: python-central (>= 0.5)
-Build-Depends: cdbs (>= 0.4.42), debhelper (>= 6), python (>= 2.3.5-7)
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 6), python (>= 2.3.5-7), quilt
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/mutagen

Added: packages/mutagen/trunk/debian/patches/remove-hashbang.diff
===================================================================
--- packages/mutagen/trunk/debian/patches/remove-hashbang.diff	                        (rev 0)
+++ packages/mutagen/trunk/debian/patches/remove-hashbang.diff	2009-01-29 20:49:06 UTC (rev 7400)
@@ -0,0 +1,9 @@
+# Remove pointless hashbang line.
+--- a/mutagen/__init__.py
++++ b/mutagen/__init__.py
+@@ -1,5 +1,3 @@
+-#! /usr/bin/env python
+-#
+ # mutagen aims to be an all purpose media tagging library
+ # Copyright (C) 2005  Michael Urman
+ #

Added: packages/mutagen/trunk/debian/patches/series
===================================================================
--- packages/mutagen/trunk/debian/patches/series	                        (rev 0)
+++ packages/mutagen/trunk/debian/patches/series	2009-01-29 20:49:06 UTC (rev 7400)
@@ -0,0 +1 @@
+remove-hashbang.diff

Modified: packages/mutagen/trunk/debian/rules
===================================================================
--- packages/mutagen/trunk/debian/rules	2009-01-29 20:21:53 UTC (rev 7399)
+++ packages/mutagen/trunk/debian/rules	2009-01-29 20:49:06 UTC (rev 7400)
@@ -3,6 +3,7 @@
 DEB_PYTHON_SYSTEM = pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_INSTALL_CHANGELOGS_ALL = NEWS




More information about the Python-modules-commits mailing list