[Python-apps-commits] r3460 - in packages/scribes/branches/experimental/debian (5 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Aug 18 00:58:13 UTC 2009


    Date: Tuesday, August 18, 2009 @ 00:58:13
  Author: pochu-guest
Revision: 3460

* New upstream development snapshot.
  - Ported to gtksourceview2, depend on python-gtksourceview2 rather
    than python-gtksourceview.
* debian/patches, debian/rules, debian/README.source: remove patches and
  patch system, they are no longer needed.
* debian/rules: provide a get-orig-source target.

Modified:
  packages/scribes/branches/experimental/debian/changelog
  packages/scribes/branches/experimental/debian/control
  packages/scribes/branches/experimental/debian/rules
Deleted:
  packages/scribes/branches/experimental/debian/README.source
  packages/scribes/branches/experimental/debian/patches/

Deleted: packages/scribes/branches/experimental/debian/README.source
===================================================================
--- packages/scribes/branches/experimental/debian/README.source	2009-08-17 22:22:34 UTC (rev 3459)
+++ packages/scribes/branches/experimental/debian/README.source	2009-08-18 00:58:13 UTC (rev 3460)
@@ -1,7 +0,0 @@
-This package is using dpatch patch system. 
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run `./debian/rules patch`.
-
-Informations about how to add/edit/remove patches are available in dpatch(1)
-and dpatch-edit-patch(1) man pages.

Modified: packages/scribes/branches/experimental/debian/changelog
===================================================================
--- packages/scribes/branches/experimental/debian/changelog	2009-08-17 22:22:34 UTC (rev 3459)
+++ packages/scribes/branches/experimental/debian/changelog	2009-08-18 00:58:13 UTC (rev 3460)
@@ -1,3 +1,14 @@
+scribes (0.4~r473-1) UNRELEASED; urgency=low
+
+  * New upstream development snapshot.
+    - Ported to gtksourceview2, depend on python-gtksourceview2 rather
+      than python-gtksourceview.
+  * debian/patches, debian/rules, debian/README.source: remove patches and
+    patch system, they are no longer needed.
+  * debian/rules: provide a get-orig-source target.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 18 Aug 2009 00:21:24 +0200
+
 scribes (0.3.3.3-5) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/scribes/branches/experimental/debian/control
===================================================================
--- packages/scribes/branches/experimental/debian/control	2009-08-17 22:22:34 UTC (rev 3459)
+++ packages/scribes/branches/experimental/debian/control	2009-08-18 00:58:13 UTC (rev 3460)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dpatch
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: autotools-dev,
                      gconf2 (>= 2.10.1-2),
                      gnome-doc-utils (>= 0.3.2),
@@ -21,6 +21,7 @@
 Homepage: http://scribes.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/scribes/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/scribes/trunk/
+XS-Python-Version: >= 2.5
 
 Package: scribes
 Architecture: all
@@ -32,7 +33,7 @@
          python-gnome2,
          python-gnomeprint,
          python-gtkspell,
-         python-gtksourceview,
+         python-gtksourceview2,
          python-gtk2 (>= 2.10),
          scrollkeeper,
          yelp (>= 2.12)

Modified: packages/scribes/branches/experimental/debian/rules
===================================================================
--- packages/scribes/branches/experimental/debian/rules	2009-08-17 22:22:34 UTC (rev 3459)
+++ packages/scribes/branches/experimental/debian/rules	2009-08-18 00:58:13 UTC (rev 3460)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-include /usr/share/dpatch/dpatch.make
 
+BZR_REVISION = $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*[~+]r([^-]+).*,\1,p')
+
 %:
 	dh $@
 
@@ -9,9 +10,11 @@
 
 override_dh_auto_test:
 
-build: ${DPATCH_STAMPFN}
+clean:
 	dh $@
+	find . -name "*\.py[co]" -delete
 
-clean: unpatch
-	dh $@
-	find . -name "*\.py[co]" -delete
+get-orig-source:
+	bzr export -r $(BZR_REVISION) scribes-0.4~r$(BZR_REVISION) lp:scribes
+	tar czf scribes_0.4~r$(BZR_REVISION).orig.tar.gz scribes-0.4~r$(BZR_REVISION)
+	rm -rf scribes-0.4~r$(BZR_REVISION)




More information about the Python-apps-commits mailing list