[Python-apps-commits] r6269 - in packages/didjvu/trunk/debian (6 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sat Nov 6 12:02:45 UTC 2010


    Date: Saturday, November 6, 2010 @ 12:02:10
  Author: danstender-guest
Revision: 6269

new debian/rules (debian/links & install removed), debian/copyright bumped to DEP 5, debian/changelog changed to UNSTABLE, change of Depends in debian/control towards python-argparse

Modified:
  packages/didjvu/trunk/debian/changelog
  packages/didjvu/trunk/debian/control
  packages/didjvu/trunk/debian/copyright
  packages/didjvu/trunk/debian/rules
Deleted:
  packages/didjvu/trunk/debian/install
  packages/didjvu/trunk/debian/links

Modified: packages/didjvu/trunk/debian/changelog
===================================================================
--- packages/didjvu/trunk/debian/changelog	2010-11-04 22:39:48 UTC (rev 6268)
+++ packages/didjvu/trunk/debian/changelog	2010-11-06 12:02:10 UTC (rev 6269)
@@ -1,4 +1,4 @@
-didjvu (0.2.1-1) unstable; urgency=low
+didjvu (0.2.1-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #601781)
 

Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control	2010-11-04 22:39:48 UTC (rev 6268)
+++ packages/didjvu/trunk/debian/control	2010-11-06 12:02:10 UTC (rev 6269)
@@ -3,7 +3,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 7), python-support (>= 0.8.4)
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.8.4)
 XS-Python-Version: >= 2.6
 Standards-Version: 3.9.1
 Homepage: http://jwilk.net/software/didjvu
@@ -12,7 +12,9 @@
 
 Package: didjvu
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-imaging, libdjvulibre21 (>= 3.5.21), python-argparse
+Depends: ${misc:Depends}, ${python:Depends},
+ python-imaging, python (>= 2.7) | python-argparse,
+ libdjvulibre21 (>= 3.5.21)
 Recommends: minidjvu
 Description: DjVu encoder with foreground/background separation
  The DjVu graphics format is very effective because it uses
@@ -22,8 +24,10 @@
  the same process Didjvu encodes the foreground mask together
  with the background counterpart into DjVu. That's also possible for
  a stack of images which can be processes into a bundled DjVu
- container very easily. The results are ideal for getting high-quality
- OCR data  even from problematic scans from old documents.
+ container very easily.
+ .
+ The results are ideal for getting high-quality
+ 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-04 22:39:48 UTC (rev 6268)
+++ packages/didjvu/trunk/debian/copyright	2010-11-06 12:02:10 UTC (rev 6269)
@@ -1,11 +1,16 @@
-This work was packaged for Debian by Daniel Stender <daniel at danielstender.com> on Sun, 31 Oct 2010 20:24:31 +0100
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Name: didjvu
+Maintainer: Daniel Stender <daniel at danielstender.com>
+Source: http://code.google.com/p/didjvu/
 
-It was downloaded from: http://code.google.com/p/didjvu/
+Files: *
+Copyright: 2009, 2010 by Jakub Wilk <jwilk at jwilk.net>k
+License: GPL-2
 
-Upstream Author: Jakub Wilk <jwilk at jwilk.net>
+Files: debian/*
+Copyright: 2010 Daniel Stender <daniel at danielstender.com>
+License: GPL-2
 
-Copyright: (C) 2009, 2010 by Jakub Wilk, license: GPL-2
-
 License: GPL-2
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -18,4 +23,3 @@
  .
  On Debian systems, the complete text of the GNU General Public License
  version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
-

Deleted: packages/didjvu/trunk/debian/install
===================================================================
--- packages/didjvu/trunk/debian/install	2010-11-04 22:39:48 UTC (rev 6268)
+++ packages/didjvu/trunk/debian/install	2010-11-06 12:02:10 UTC (rev 6269)
@@ -1,5 +0,0 @@
-didjvu usr/share/didjvu
-didjvu.py usr/share/didjvu
-lib usr/share/didjvu
-
-

Deleted: packages/didjvu/trunk/debian/links
===================================================================
--- packages/didjvu/trunk/debian/links	2010-11-04 22:39:48 UTC (rev 6268)
+++ packages/didjvu/trunk/debian/links	2010-11-06 12:02:10 UTC (rev 6269)
@@ -1 +0,0 @@
-usr/share/didjvu/didjvu usr/bin/didjvu

Modified: packages/didjvu/trunk/debian/rules
===================================================================
--- packages/didjvu/trunk/debian/rules	2010-11-04 22:39:48 UTC (rev 6268)
+++ packages/didjvu/trunk/debian/rules	2010-11-06 12:02:10 UTC (rev 6269)
@@ -1,35 +1,6 @@
 #!/usr/bin/make -f
+%:
+	dh $@
 
-.PHONY: build
-build:
-	dh build
-
-.PHONY: build-arch
-build-arch:
-
-.PHONY: build-indep
-build-indep: build
-
-.PHONY: install
-install: build
-	dh install
-
-.PHONY: override_dh_auto_install
 override_dh_auto_install:
-
-.PHONY: binary
-binary:
-	dh binary
-
-.PHONY: binary-arch
-binary-arch:
-
-.PHONY: binary-indep
-binary-indep: binary
-
-.PHONY: clean
-clean:
-	dh clean
-	find -name '*.py[co]' -delete
-
-# vim:ts=4 sw=4 noet
+	dh_auto_install -- --install-lib /usr/share/didjvu




More information about the Python-apps-commits mailing list