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

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Jun 24 14:46:38 UTC 2011


    Date: Friday, June 24, 2011 @ 14:46:36
  Author: danstender-guest
Revision: 17604

minor corrections in packet description, outcommented DH_VERBOSE=1 in rules

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

Modified: packages/python-djvulibre/trunk/debian/control
===================================================================
--- packages/python-djvulibre/trunk/debian/control	2011-06-24 14:13:36 UTC (rev 17603)
+++ packages/python-djvulibre/trunk/debian/control	2011-06-24 14:46:36 UTC (rev 17604)
@@ -35,11 +35,11 @@
 Provides: python-djvulibre
 Description: Python support for the DjVu image format
  python-djvulibre is a set of Python bindings for the DjVuLibre library,
- an open source implementation of the DjVu. This image format is designed
+ an open source implementation of DjVu. This image format is designed
  primarily for scanned documents, it includes advanced techniques like
  image layer separation and arithmetic coding compression.
  .
- This package contains the actual Python bindings, please see python-djvu-doc
+ This package contains the Python bindings, please see python-djvu-doc
  for its documentation and python-djvu-dbg for debugging symbols.
 
 Package: python-djvu-dbg
@@ -53,7 +53,7 @@
  ${shlibs:Depends}
 Description: Python support for the DjVu image format (debug extension)
  python-djvulibre is a set of Python bindings for the DjVuLibre library,
- an open source implementation of the DjVu. This image format is designed
+ an open source implementation of DjVu. This image format is designed
  primarily for scanned documents, it includes advanced techniques like
  image layer separation and arithmetic coding compression.
  .
@@ -67,7 +67,7 @@
 Recommends: python-djvu
 Description: Python support for the DjVu image format (documentation)
  python-djvulibre is a set of Python bindings for the DjVuLibre library,
- an open source implementation of the DjVu. This image format is designed
+ an open source implementation of DjVu. This image format is designed
  primarily for scanned documents, it includes advanced techniques like
  image layer separation and arithmetic coding compression.
  .

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2011-06-24 14:13:36 UTC (rev 17603)
+++ packages/python-djvulibre/trunk/debian/rules	2011-06-24 14:46:36 UTC (rev 17604)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 export LC_ALL=C
 
 PYX_FILES = $(wildcard djvu/*.pyx)




More information about the Python-modules-commits mailing list