[Python-modules-commits] r20574 - in packages/python-pyalsa/trunk/debian (5 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sun Feb 26 14:46:17 UTC 2012


    Date: Sunday, February 26, 2012 @ 14:46:16
  Author: takaki
Revision: 20574

remove no use patche files

Added:
  packages/python-pyalsa/trunk/debian/source/options
Modified:
  packages/python-pyalsa/trunk/debian/changelog
  packages/python-pyalsa/trunk/debian/patches/series
Deleted:
  packages/python-pyalsa/trunk/debian/patches/00_create_symlink
  packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1

Modified: packages/python-pyalsa/trunk/debian/changelog
===================================================================
--- packages/python-pyalsa/trunk/debian/changelog	2012-02-26 14:27:14 UTC (rev 20573)
+++ packages/python-pyalsa/trunk/debian/changelog	2012-02-26 14:46:16 UTC (rev 20574)
@@ -7,6 +7,10 @@
   * New upstream release
   * Bump Standards-Version to 3.9.3.
     + Update debian/copyright URI. 
+  * debian/patches: removed patches.
+    + debian-changes-1.0.22-1
+    + 00_create_symlink
+  * debian/source/options: Added.
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 26 Feb 2012 23:24:33 +0900
 

Deleted: packages/python-pyalsa/trunk/debian/patches/00_create_symlink
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/00_create_symlink	2012-02-26 14:27:14 UTC (rev 20573)
+++ packages/python-pyalsa/trunk/debian/patches/00_create_symlink	2012-02-26 14:46:16 UTC (rev 20574)
@@ -1,12 +0,0 @@
-Index: pyalsa-1.0.22/setup.py
-===================================================================
---- pyalsa-1.0.22.orig/setup.py	2010-11-15 17:02:37.295532601 +0900
-+++ pyalsa-1.0.22/setup.py	2010-11-15 17:07:49.559533912 +0900
-@@ -65,4 +65,6 @@
-                 a = '../build/lib.%s-%s-%s/pyalsa/%s' % (uname[0].lower(),
-                         uname[4], sys.version[:3], f)
-                 print a, f
--                os.symlink(a, 'pyalsa/%s' % f)
-+                if not os.path.lexists('pyalsa/%s' % f):
-+                        os.unlink('pyalsa/%s' % f)
-+                        os.symlink(a, 'pyalsa/%s' % f)

Deleted: packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1	2012-02-26 14:27:14 UTC (rev 20573)
+++ packages/python-pyalsa/trunk/debian/patches/debian-changes-1.0.22-1	2012-02-26 14:46:16 UTC (rev 20574)
@@ -1,34 +0,0 @@
-Description: Upstream changes introduced in version 1.0.22-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- python-pyalsa (1.0.22-1) unstable; urgency=low
- .
-   * Initial release (Closes: #565605)
- .
- The person named in the Author field signed this changelog entry.
-Author: TANIGUCHI Takaki <takaki at debian.org>
-Bug-Debian: http://bugs.debian.org/565605
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- python-pyalsa-1.0.22.orig/pyalsa.egg-info/SOURCES.txt
-+++ python-pyalsa-1.0.22/pyalsa.egg-info/SOURCES.txt
-@@ -1,4 +1,5 @@
- MANIFEST.in
-+setup.cfg
- setup.py
- pyalsa/__init__.py
- pyalsa/alsacard.c

Modified: packages/python-pyalsa/trunk/debian/patches/series
===================================================================
--- packages/python-pyalsa/trunk/debian/patches/series	2012-02-26 14:27:14 UTC (rev 20573)
+++ packages/python-pyalsa/trunk/debian/patches/series	2012-02-26 14:46:16 UTC (rev 20574)
@@ -1,2 +1 @@
 00_fix_setup_py
-debian-changes-1.0.22-1

Added: packages/python-pyalsa/trunk/debian/source/options
===================================================================
--- packages/python-pyalsa/trunk/debian/source/options	                        (rev 0)
+++ packages/python-pyalsa/trunk/debian/source/options	2012-02-26 14:46:16 UTC (rev 20574)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"




More information about the Python-modules-commits mailing list