[Python-apps-commits] r7554 - in packages/ocrodjvu/trunk/debian (changelog control rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Sep 16 19:10:20 UTC 2011


    Date: Friday, September 16, 2011 @ 19:10:19
  Author: danstender-guest
Revision: 7554

control: added html5lib builddep (for build of 0.7.5), added versioning to python-all builddep, rules: changed to not call dh_auto_install

Modified:
  packages/ocrodjvu/trunk/debian/changelog
  packages/ocrodjvu/trunk/debian/control
  packages/ocrodjvu/trunk/debian/rules

Modified: packages/ocrodjvu/trunk/debian/changelog
===================================================================
--- packages/ocrodjvu/trunk/debian/changelog	2011-09-16 14:14:32 UTC (rev 7553)
+++ packages/ocrodjvu/trunk/debian/changelog	2011-09-16 19:10:19 UTC (rev 7554)
@@ -1,4 +1,4 @@
-ocrodjvu (0.7.4-1) UNRELEASED; urgency=low
+ocrodjvu (0.7.5-1) UNRELEASED; urgency=low
 
   * New upstream release (closes: #604874).
     + Fix typo in hocr output (closes: #600539).
@@ -9,7 +9,7 @@
     + Changed maintainer.
     + Bumped Standards-Version to 3.9.2 (no changes needed).
     + Wrapped-and-sorted.
-    + Added build-deps on python-imaging and locales.
+    + Added build-deps on python-html5lib, python-imaging and locales.
     + Changed Vcs-Browser URL.
     + Removed build-dep on python-support (changed to build with
       dh_python2.
@@ -25,7 +25,7 @@
     + Remove option --with-doctests for nosetests.
     + Added creation of standard locale during build-time.
 
- -- Daniel Stender <daniel at danielstender.com>  Fri, 05 Aug 2011 20:35:26 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Fri, 16 Sep 2011 21:07:34 +0200
 
 ocrodjvu (0.6.1-1) experimental; urgency=low
 

Modified: packages/ocrodjvu/trunk/debian/control
===================================================================
--- packages/ocrodjvu/trunk/debian/control	2011-09-16 14:14:32 UTC (rev 7553)
+++ packages/ocrodjvu/trunk/debian/control	2011-09-16 19:10:19 UTC (rev 7554)
@@ -9,14 +9,15 @@
  djvulibre-bin,
  libxml2-utils,
  locales,
- python-all,
+ python-all (>= 2.5),
  python-argparse,
  python-djvu,
+ python-html5lib,
  python-imaging,
  python-lxml,
  python-nose,
  python-pyicu
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Standards-Version: 3.9.2
 Homepage: http://jwilk.net/software/ocrodjvu
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/ocrodjvu/trunk/

Modified: packages/ocrodjvu/trunk/debian/rules
===================================================================
--- packages/ocrodjvu/trunk/debian/rules	2011-09-16 14:14:32 UTC (rev 7553)
+++ packages/ocrodjvu/trunk/debian/rules	2011-09-16 19:10:19 UTC (rev 7554)
@@ -3,10 +3,7 @@
 	dh $@ --with python2
 
 override_dh_auto_install:
-	dh_auto_install -- --install-lib /usr/share/ocrodjvu/lib
-	rm -rf debian/ocrodjvu/usr/share/ocrodjvu/lib/ocrodjvu
-	find debian/ocrodjvu/ -name "*egg-info" -delete	
-
+	
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	mkdir -p debian/tmp/locale/




More information about the Python-apps-commits mailing list