tags 543011 + patch
kthxbye

Hi,
I've seen this bug for a couple of weeks and I wonder if you mind if I do
a NMU to close this. I'm asking because this bug doesn't require much work
and perhaps you've been busy.
Either way, I'll attach a debdiff with the changes made to solve this.


Saludos,
Mauro

--
JID: lavaram...@jabber.org | http://lizaur.github.com/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1
diff -u python-facebook-0.svn20090724/debian/rules python-facebook-0.svn20090724/debian/rules
--- python-facebook-0.svn20090724/debian/rules
+++ python-facebook-0.svn20090724/debian/rules
@@ -3,17 +3,15 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 PYVERS	= $(shell pyversions -rv)
 
 build: $(PYVERS:%=build-stamp-py%)
-build-stamp-py%: patch-stamp
+build-stamp-py%:
 	dh_testdir
 	python$* setup.py build
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -rf build build-stamp*
diff -u python-facebook-0.svn20090724/debian/changelog python-facebook-0.svn20090724/debian/changelog
--- python-facebook-0.svn20090724/debian/changelog
+++ python-facebook-0.svn20090724/debian/changelog
@@ -1,3 +1,11 @@
+python-facebook (0.svn20090724-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Removed the include dpatch line and all the patching
+    references/instances on the debian/rules file. (Closes: #543011)
+
+ -- Mauro Lizaur <ma...@cacavoladora.org>  Mon, 21 Sep 2009 06:39:43 -0300
+
 python-facebook (0.svn20090724-1) unstable; urgency=low
 
   * Update homepage to new github home

Attachment: signature.asc
Description: Digital signature

Reply via email to