[Python-apps-commits] r7936 - in packages/djvusmooth/trunk/debian (9 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Dec 12 18:34:19 UTC 2011


    Date: Monday, December 12, 2011 @ 18:34:17
  Author: danstender-guest
Revision: 7936

* New upstream release.
* Changes of debian/copyright:
  + Removed the extra blank lines.
  + Changed DEP5 Format to versioned URI.
  + Changed URI from project page to code repo.
  + Removed the comma in the Copyright lines.
* Changes of debian/control:
  + Bumped Standards-Version to 3.9.2 (no changes needed).
  + Changed X-Python-Version.
  + Removed build dep on python-support, added version to python-all
    (both for the build with dh_python2).
  + Removed alternative dep on python-wxgtk2.6 (Closes: #647739).
  + Wrapped-and-sorted.
* Changes of debian/rules:
  + Re-written to build with dh_python2.
  + Added override for dh_installchangelogs, removed debian/docs.
  + Added override for dh_autoinstall, removed debian/install.
  + Added override for dh_link, removed debian/links.
* Changes of debian/djvusmooth.desktop:
  + Changed Name to begin with a capital letter.
  + Added German translation for GenericName.

Modified:
  packages/djvusmooth/trunk/debian/changelog
  packages/djvusmooth/trunk/debian/control
  packages/djvusmooth/trunk/debian/copyright
  packages/djvusmooth/trunk/debian/djvusmooth.desktop
  packages/djvusmooth/trunk/debian/rules
Deleted:
  packages/djvusmooth/trunk/debian/docs
  packages/djvusmooth/trunk/debian/install
  packages/djvusmooth/trunk/debian/links
  packages/djvusmooth/trunk/debian/manpages

Modified: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/changelog	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1,3 +1,29 @@
+djvusmooth (0.2.11-1) unstable; urgency=low
+
+  * New upstream release.
+  * Changes of debian/copyright:
+    + Removed the extra blank lines.
+    + Changed DEP5 Format to versioned URI.
+    + Changed URI from project page to code repo.
+    + Removed the comma in the Copyright lines.
+  * Changes of debian/control:
+    + Bumped Standards-Version to 3.9.2 (no changes needed).
+    + Changed X-Python-Version.
+    + Removed build dep on python-support, added version to python-all
+      (both for the build with dh_python2).
+    + Removed alternative dep on python-wxgtk2.6 (Closes: #647739).
+    + Wrapped-and-sorted.
+  * Changes of debian/rules:
+    + Re-written to build with dh_python2.
+    + Added override for dh_installchangelogs, removed debian/docs.
+    + Added override for dh_autoinstall, removed debian/install.
+    + Added override for dh_link, removed debian/links.
+  * Changes of debian/djvusmooth.desktop:
+    + Changed Name to begin with a capital letter.
+    + Added German translation for GenericName.
+
+ -- Daniel Stender <daniel at danielstender.com>  Mon, 12 Dec 2011 19:22:29 +0100
+
 djvusmooth (0.2.10-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/djvusmooth/trunk/debian/control
===================================================================
--- packages/djvusmooth/trunk/debian/control	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/control	2011-12-12 18:34:17 UTC (rev 7936)
@@ -3,18 +3,24 @@
 Priority: optional
 Maintainer: Daniel Stender <daniel at danielstender.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), python-all, gettext, python-nose
-XS-Python-Version: all
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~),
+               gettext,
+               python-all (>= 2.6.6-3~),
+               python-nose
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.2
 Homepage: http://jwilk.net/software/djvusmooth
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/djvusmooth/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/djvusmooth/trunk/
 
 Package: djvusmooth
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
-  python-djvu (>= 0.1.15), djvulibre-bin (>= 3.5.20-5~),
-  python-wxgtk2.8 | python-wxgtk2.6, python-xdg
+Depends: djvulibre-bin (>= 3.5.20-5~),
+         python-djvu (>= 0.1.15),
+         python-wxgtk2.8,
+         python-xdg,
+         ${misc:Depends},
+         ${python:Depends}
 Description: graphical editor for DjVu
  djvusmooth is a graphical editor for DjVu files, which allows one to:
   * edit document metadata,

Modified: packages/djvusmooth/trunk/debian/copyright
===================================================================
--- packages/djvusmooth/trunk/debian/copyright	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/copyright	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1,20 +1,18 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/?pathrev=220
 Upstream-Name: djvusmooth
 Upstream-Contact: Jakub Wilk <jwilk at jwilk.net>
-Source: http://jwilk.net/software/djvusmooth
+Source: https://bitbucket.org/jwilk/djvusmooth
 
 Files: *
-Copyright: 2008-2011, Jakub Wilk <jwilk at jwilk.net>
-           2009, Mateusz Turcza <mturcza at mimuw.edu.pl>
+Copyright: 2008-2011 Jakub Wilk <jwilk at jwilk.net>
+           2009 Mateusz Turcza <mturcza at mimuw.edu.pl>
 License: GPL-2
 
-
 Files: debian/*
-Copyright: 2009-2011, Jakub Wilk <jwilk at jwilk.net>
-           2010-2011, Daniel Stender <daniel at danielstender.com>
+Copyright: 2009-2011 Jakub Wilk <jwilk at jwilk.net>
+           2010-2011 Daniel Stender <daniel at danielstender.com>
 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
@@ -27,4 +25,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.
-

Modified: packages/djvusmooth/trunk/debian/djvusmooth.desktop
===================================================================
--- packages/djvusmooth/trunk/debian/djvusmooth.desktop	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/djvusmooth.desktop	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1,9 +1,10 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-Name=djvusmooth
+Name=Djvusmooth
 GenericName=Graphical editor for DjVu
 GenericName[pl]=Graficzny edytor plików DjVu
+GenericName[de]=Grafischer Metadaten-Editor für DjVu-Dateien
 Exec=/usr/bin/djvusmooth %f
 Terminal=false
 MimeType=image/x-djvu;image/x.djvu;image/vnd.djvu;

Deleted: packages/djvusmooth/trunk/debian/docs
===================================================================
--- packages/djvusmooth/trunk/debian/docs	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/docs	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1 +0,0 @@
-doc/changelog

Deleted: packages/djvusmooth/trunk/debian/install
===================================================================
--- packages/djvusmooth/trunk/debian/install	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/install	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1,4 +0,0 @@
-djvusmooth* usr/share/djvusmooth
-lib usr/share/djvusmooth
-locale usr/share
-debian/djvusmooth.desktop usr/share/applications/

Deleted: packages/djvusmooth/trunk/debian/links
===================================================================
--- packages/djvusmooth/trunk/debian/links	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/links	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1 +0,0 @@
-usr/share/djvusmooth/djvusmooth usr/bin/djvusmooth

Deleted: packages/djvusmooth/trunk/debian/manpages
===================================================================
--- packages/djvusmooth/trunk/debian/manpages	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/manpages	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1 +0,0 @@
-doc/*.[0-9]

Modified: packages/djvusmooth/trunk/debian/rules
===================================================================
--- packages/djvusmooth/trunk/debian/rules	2011-12-11 23:39:05 UTC (rev 7935)
+++ packages/djvusmooth/trunk/debian/rules	2011-12-12 18:34:17 UTC (rev 7936)
@@ -1,49 +1,29 @@
 #!/usr/bin/make -f
+#export DH_VERBOSE=1
 
-.PHONY: build
-build:
-	dh build
+%:
+	dh $@ --with python2
 
-.PHONY: build-arch
-build-arch:
-
-.PHONY: build-indep
-build-indep: build
-
-.PHONY: override_dh_auto_build
-override_dh_auto_build:
-	./update-i18n
-
-.PHONY: override_dh_auto_test
-override_dh_auto_test:
-ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	set -e -x; \
-	for python in $(shell pyversions -r); do \
-		grep --include='*.py' '>>>' -r . -l | xargs $$python /usr/bin/nosetests --with-doctest -v; \
-	done
-endif
-
-.PHONY: install
-install: build
-	dh install
-
-.PHONY: override_dh_auto_install
 override_dh_auto_install:
 
-.PHONY: binary
-binary:
-	dh binary
+override_dh_install:
+	install -d debian/djvusmooth/usr/share/djvusmooth
+	cp -a ./djvusmooth* debian/djvusmooth/usr/share/djvusmooth/
+	cp -a ./lib debian/djvusmooth/usr/share/djvusmooth/
+	cp -a ./locale debian/djvusmooth/usr/share/
+	install -d debian/djvusmooth/usr/share/applications
+	cp -a ./debian/djvusmooth.desktop debian/djvusmooth/usr/share/applications/
 
-.PHONY: binary-arch
-binary-arch:
+override_dh_installchangelogs:
+	dh_installchangelogs doc/changelog
 
-.PHONY: binary-indep
-binary-indep: binary
+override_dh_installman:
+	dh_installman doc/*.[0-9]
 
-.PHONY: clean
-clean:
-	dh clean
-	find -name '*.py[co]' -delete
-	rm -Rf locale/
+override_dh_link:
+	install -d debian/djvusmooth/usr/bin
+	ln -sf ../share/djvusmooth/djvusmooth debian/djvusmooth/usr/bin/djvusmooth
 
-# vim:ts=4 sw=4 noet
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf locale/




More information about the Python-apps-commits mailing list