[Python-apps-commits] r6284 - in packages/didjvu/trunk/debian (4 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Sat Nov 6 18:55:54 UTC 2010
Date: Saturday, November 6, 2010 @ 18:55:48
Author: danstender-guest
Revision: 6284
added maintainer to debian/copyright, changed debian/rules and /control
Modified:
packages/didjvu/trunk/debian/changelog
packages/didjvu/trunk/debian/control
packages/didjvu/trunk/debian/copyright
packages/didjvu/trunk/debian/rules
Modified: packages/didjvu/trunk/debian/changelog
===================================================================
--- packages/didjvu/trunk/debian/changelog 2010-11-06 18:11:06 UTC (rev 6283)
+++ packages/didjvu/trunk/debian/changelog 2010-11-06 18:55:48 UTC (rev 6284)
@@ -1,5 +1,5 @@
didjvu (0.2.1-1) UNRELEASED; urgency=low
- * Initial release. (Closes: #601781)
+ * Initial release (Closes: #601781).
-- Daniel Stender <daniel at danielstender.com> Sun, 31 Oct 2010 19:13:42 +0100
Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control 2010-11-06 18:11:06 UTC (rev 6283)
+++ packages/didjvu/trunk/debian/control 2010-11-06 18:55:48 UTC (rev 6284)
@@ -13,8 +13,8 @@
Package: didjvu
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
- python-imaging, python (>= 2.7) | python-argparse,
- libdjvulibre21 (>= 3.5.21)
+ python-argparse, python-gamera (>= 3.2.3),
+ python-imaging, libdjvulibre21 (>= 3.5.21)
Recommends: minidjvu
Description: DjVu encoder with foreground/background separation
The DjVu graphics format is very effective because it uses
@@ -30,4 +30,3 @@
OCR data even from problematic scans from old documents.
Furthermore, Didjvu up to now is the only free software for
processing bitonal segmentation on colour scans.
-
Modified: packages/didjvu/trunk/debian/copyright
===================================================================
--- packages/didjvu/trunk/debian/copyright 2010-11-06 18:11:06 UTC (rev 6283)
+++ packages/didjvu/trunk/debian/copyright 2010-11-06 18:55:48 UTC (rev 6284)
@@ -4,7 +4,8 @@
Source: http://code.google.com/p/didjvu/
Files: *
-Copyright: 2009, 2010 by License: GPL-2 Jakub Wilk <jwilk at jwilk.net>
+Copyright: 2009, 2010 Jakub Wilk <jwilk at jwilk.net>
+License: GPL-2
Files: debian/*
Copyright: 2010 Daniel Stender <daniel at danielstender.com>
Modified: packages/didjvu/trunk/debian/rules
===================================================================
--- packages/didjvu/trunk/debian/rules 2010-11-06 18:11:06 UTC (rev 6283)
+++ packages/didjvu/trunk/debian/rules 2010-11-06 18:55:48 UTC (rev 6284)
@@ -1,6 +1,3 @@
#!/usr/bin/make -f
%:
dh $@
-
-override_dh_auto_install:
- dh_auto_install -- --install-lib /usr/share/didjvu
More information about the Python-apps-commits
mailing list