[Python-modules-commits] r16797 - in packages/python-djvulibre/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Apr 27 09:48:08 UTC 2011


    Date: Wednesday, April 27, 2011 @ 09:48:01
  Author: danstender-guest
Revision: 16797

removed running of cython by hand in debian/rules

Modified:
  packages/python-djvulibre/trunk/debian/changelog
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog	2011-04-27 08:15:57 UTC (rev 16796)
+++ packages/python-djvulibre/trunk/debian/changelog	2011-04-27 09:48:01 UTC (rev 16797)
@@ -1,12 +1,12 @@
-python-djvulibre (0.3.3-1) unstable; urgency=low
+python-djvulibre (0.3.3-1) UNRELEASED; urgency=low
 
   * New maintainer (Closes: #598157).
   * New upstream release (Closes: #604036).
-  * Fixes FTBFS with Python 2.7	(Closes: #606681).
+  * Fixes FTBFS with Python 2.7 (Closes: #606681).
   * Removed all patches disable-memory-test.diff, max-cachesize-64bit.diff
     (fixed with 0.3.0), setup-disable-auto-cython.diff (#541314 closed).
 
- -- Daniel Stender <daniel at danielstender.com>  Tue, 26 Apr 2011 18:10:26 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Wed, 27 Apr 2011 11:47:05 +0200
 
 python-djvulibre (0.1.18-2) unstable; urgency=low
 

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2011-04-27 08:15:57 UTC (rev 16796)
+++ packages/python-djvulibre/trunk/debian/rules	2011-04-27 09:48:01 UTC (rev 16797)
@@ -9,16 +9,6 @@
 pythonpath = $$(_py_=$(strip $(1)); _py_=$${_py_\#python}; ls -d $(CURDIR)/build/lib.*-$${_py_})
 pythonpath_dbg = $$(_py_=$(strip $(1)); _py_=$${_py_\#python}; ls -d $(CURDIR)/build/lib_d.*-$${_py_} 2>/dev/null || ls -d $(CURDIR)/build/lib.*-$${_py_}-pydebug)
 
-.PHONY: override_dh_auto_build
-override_dh_auto_build: build/stamp
-	
-build/stamp: $(C_FILES)
-	dh_auto_build
-	touch $(@)
-
-%.c: %.pyx
-	cython $(<)
-
 .PHONY: override_dh_installdocs
 ifneq ($(shell dh_listpackages | grep -x -F python-djvu-doc),)
 override_dh_installdocs: doc/stamp




More information about the Python-modules-commits mailing list