r17169 - in /desktop/experimental/gnome-python/debian: changelog control.in python-gnome2-doc.doc-base.pygnomevfs rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Sep 28 11:51:54 UTC 2008


Author: pochu-guest
Date: Sun Sep 28 11:51:54 2008
New Revision: 17169

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17169
Log:
further fixes from Luca Bruno

Modified:
    desktop/experimental/gnome-python/debian/changelog
    desktop/experimental/gnome-python/debian/control.in
    desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs
    desktop/experimental/gnome-python/debian/rules

Modified: desktop/experimental/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/changelog?rev=17169&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/changelog (original)
+++ desktop/experimental/gnome-python/debian/changelog Sun Sep 28 11:51:54 2008
@@ -1,6 +1,8 @@
 gnome-python (2.22.3-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * rules:
+    - Remove patch system
   * Add docs file
   * debian/control:
     - Bump Standards-Version to 3.8.0 (no changes needed)

Modified: desktop/experimental/gnome-python/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/control.in?rev=17169&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/control.in (original)
+++ desktop/experimental/gnome-python/debian/control.in Sun Sep 28 11:51:54 2008
@@ -24,8 +24,8 @@
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.2
 Homepage: http://www.pygtk.org/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gnome-python/debian
 
 Package: python-gnome2
 Architecture: any

Modified: desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs?rev=17169&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs (original)
+++ desktop/experimental/gnome-python/debian/python-gnome2-doc.doc-base.pygnomevfs Sun Sep 28 11:51:54 2008
@@ -1,4 +1,4 @@
-Document: python-gnomevfs-reference
+Document: pygnomevfs
 Title: Python GnomeVFS Reference Manual
 Author: David Trowbridge
 Abstract: This is a developer reference manual

Modified: desktop/experimental/gnome-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/rules?rev=17169&op=diff
==============================================================================
--- desktop/experimental/gnome-python/debian/rules (original)
+++ desktop/experimental/gnome-python/debian/rules Sun Sep 28 11:51:54 2008
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
@@ -19,7 +18,7 @@
 
 PYVERS := $(shell pyversions -vr debian/control 2>/dev/null)
 
-build-%/configure-stamp: ${DPATCH_STAMPFN}
+build-%/configure-stamp:
 	dh_testdir
 	mkdir -p build-$*
 	cd build-$* && \
@@ -51,7 +50,7 @@
 	dh_installdirs
 	chmod 755 debian/python-gnome2/usr/share/python/runtime.d/*
 
-clean:: unpatch
+clean::
 	dh_testdir
 	dh_testroot
 	rm -rf build-* debian/tmp-*
@@ -99,4 +98,4 @@
 # NB: install-% should be .PHONY to avoid checking for real files, but
 # implicit/pattern rules may only build real files; if you declare these
 # .PHONY, no command will be run
-.PHONY: patch unpatch build install-clean install clean binary-indep binary-arch binary
+.PHONY: build install-clean install clean binary-indep binary-arch binary




More information about the pkg-gnome-commits mailing list