[Python-apps-commits] r990 - in packages/pytagsfs/trunk/debian (6 files)

appaji-guest at users.alioth.debian.org appaji-guest at users.alioth.debian.org
Tue Apr 22 16:59:35 UTC 2008


    Date: Tuesday, April 22, 2008 @ 16:59:34
  Author: appaji-guest
Revision: 990

Patch 01_bug_reporting to set the bug reporting location to Debian

Added:
  packages/pytagsfs/trunk/debian/patches/
  packages/pytagsfs/trunk/debian/patches/00list
  packages/pytagsfs/trunk/debian/patches/01_bug_reporting.dpatch
Modified:
  packages/pytagsfs/trunk/debian/changelog
  packages/pytagsfs/trunk/debian/control
  packages/pytagsfs/trunk/debian/rules

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2008-04-22 13:33:37 UTC (rev 989)
+++ packages/pytagsfs/trunk/debian/changelog	2008-04-22 16:59:34 UTC (rev 990)
@@ -1,8 +1,10 @@
 pytagsfs (0.6.0-2) unstable; urgency=low
 
   * Change Section from python to utils
+  * Patch 01_bug_reporting to set the bug reporting location to Debian and not
+    upstream.
 
- -- Y Giridhar Appaji Nag <giridhar at appaji.net>  Sun, 20 Apr 2008 00:53:24 +0530
+ -- Y Giridhar Appaji Nag <giridhar at appaji.net>  Tue, 22 Apr 2008 22:29:04 +0530
 
 pytagsfs (0.6.0-1) unstable; urgency=low
 

Modified: packages/pytagsfs/trunk/debian/control
===================================================================
--- packages/pytagsfs/trunk/debian/control	2008-04-22 13:33:37 UTC (rev 989)
+++ packages/pytagsfs/trunk/debian/control	2008-04-22 16:59:34 UTC (rev 990)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Y Giridhar Appaji Nag <giridhar at appaji.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38)
+Build-Depends: debhelper (>= 5.0.38), dpatch
 Build-Depends-Indep: python-central (>= 0.5.6), xsltproc, docbook-xsl
 Standards-Version: 3.7.3
 XS-Python-Version: all

Added: packages/pytagsfs/trunk/debian/patches/00list
===================================================================
--- packages/pytagsfs/trunk/debian/patches/00list	                        (rev 0)
+++ packages/pytagsfs/trunk/debian/patches/00list	2008-04-22 16:59:34 UTC (rev 990)
@@ -0,0 +1 @@
+01_bug_reporting

Added: packages/pytagsfs/trunk/debian/patches/01_bug_reporting.dpatch
===================================================================
--- packages/pytagsfs/trunk/debian/patches/01_bug_reporting.dpatch	                        (rev 0)
+++ packages/pytagsfs/trunk/debian/patches/01_bug_reporting.dpatch	2008-04-22 16:59:34 UTC (rev 990)
@@ -0,0 +1,49 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_bug_reporting.dpatch by Y Giridhar Appaji Nag <giridhar at appaji.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Set bug reporting target to submit at bugs.debian.org/reportbug
+
+ at DPATCH@
+diff -urNad pytagsfs-0.6.0~/BUGS pytagsfs-0.6.0/BUGS
+--- pytagsfs-0.6.0~/BUGS	2008-04-22 22:24:37.000000000 +0530
++++ pytagsfs-0.6.0/BUGS	2008-04-22 22:24:45.000000000 +0530
+@@ -1,6 +1,5 @@
+-Please report bugs here:
+-
+-https://bugs.launchpad.net/pytagsfs/+filebug
++Please report bugs to the Debian bug tracking system at
++submit at bugs.debian.org or via the reportbug program.
+ 
+ When you see a bug, copy the file named ".log" under the pytagsfs mount point
+ *before* unmounting the filesystem.  This file will contain information
+diff -urNad pytagsfs-0.6.0~/pytags.xml pytagsfs-0.6.0/pytags.xml
+--- pytagsfs-0.6.0~/pytags.xml	2008-04-22 22:24:37.000000000 +0530
++++ pytagsfs-0.6.0/pytags.xml	2008-04-22 22:24:45.000000000 +0530
+@@ -141,8 +141,9 @@
+   <refsect1>
+     <title>Bugs</title>
+     <para>
+-      Please report bugs on launchpad at
+-      http://launchpad.net/products/pytagsfs/+bugs.
++      See http://bugs.debian.org/src:pytagsfs for a current list.
++      Bugs may be reported to the Debian bug tracking system at
++      submit at bugs.debian.org or via the reportbug program.
+     </para>
+ 
+     <para>
+diff -urNad pytagsfs-0.6.0~/pytagsfs.xml pytagsfs-0.6.0/pytagsfs.xml
+--- pytagsfs-0.6.0~/pytagsfs.xml	2008-04-22 22:24:37.000000000 +0530
++++ pytagsfs-0.6.0/pytagsfs.xml	2008-04-22 22:25:14.000000000 +0530
+@@ -399,8 +399,9 @@
+   <refsect1>
+     <title>Bugs</title>
+     <para>
+-      Please report bugs on launchpad at
+-      http://launchpad.net/products/pytagsfs/+bugs.
++      See http://bugs.debian.org/src:pytagsfs for a current list.
++      Bugs may be reported to the Debian bug tracking system at
++      submit at bugs.debian.org or via the reportbug program.
+     </para>
+   </refsect1>
+ 


Property changes on: packages/pytagsfs/trunk/debian/patches/01_bug_reporting.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: packages/pytagsfs/trunk/debian/rules
===================================================================
--- packages/pytagsfs/trunk/debian/rules	2008-04-22 13:33:37 UTC (rev 989)
+++ packages/pytagsfs/trunk/debian/rules	2008-04-22 16:59:34 UTC (rev 990)
@@ -1,16 +1,17 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpatch/dpatch.make
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
-
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 	python setup.py build
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -45,4 +46,4 @@
 # We have nothing to do by default.
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch




More information about the Python-apps-commits mailing list