[Python-apps-commits] r9807 - in packages/djvusmooth/trunk/debian (7 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Thu Jun 27 17:00:24 UTC 2013


    Date: Thursday, June 27, 2013 @ 17:00:20
  Author: danstender-guest
Revision: 9807

* New upstream release.
* Bumped Debhelper level to 8 (deb/control and compat).
* deb/control:
  + bumped standards to 3.9.4 (no changes needed).
  + bumped X-Python-Version to 2.6 (according to Depends).
* deb/copyright:
  + extended copyrights to 2013.
* deb/docs:
  + added doc/credits.txt.
* Locales are now shipped with the upstream tarball:
  + deb/rules: removed execution of update-i18n script
    and dh_auto_clean overrides.
  + deb/control: removed b-d on gettext.
  + removed deb/source/options.

Modified:
  packages/djvusmooth/trunk/debian/changelog
  packages/djvusmooth/trunk/debian/compat
  packages/djvusmooth/trunk/debian/control
  packages/djvusmooth/trunk/debian/copyright
  packages/djvusmooth/trunk/debian/docs
  packages/djvusmooth/trunk/debian/rules
Deleted:
  packages/djvusmooth/trunk/debian/source/options

Modified: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/changelog	2013-06-27 17:00:20 UTC (rev 9807)
@@ -1,8 +1,25 @@
-djvusmooth (0.2.11-2) UNRELEASED; urgency=low
+djvusmooth (0.2.14-1) UNRELEASED; urgency=low
 
+  [ Daniel Stender ]
+  * New upstream release.
+  * Bumped Debhelper level to 8 (deb/control and compat).
+  * deb/control:
+    + bumped standards to 3.9.4 (no changes needed).
+    + bumped X-Python-Version to 2.6 (according to Depends).
+  * deb/copyright:
+    + extended copyrights to 2013.
+  * deb/docs:
+    + added doc/credits.txt.
+  * Locales are now shipped with the upstream tarball:
+    + deb/rules: removed execution of update-i18n script
+      and dh_auto_clean overrides.
+    + deb/control: removed b-d on gettext.
+    + removed deb/source/options.
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:04:59 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Thu, 27 Jun 2013 16:43:01 +0200
 
 djvusmooth (0.2.11-1) unstable; urgency=low
 

Modified: packages/djvusmooth/trunk/debian/compat
===================================================================
--- packages/djvusmooth/trunk/debian/compat	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/compat	2013-06-27 17:00:20 UTC (rev 9807)
@@ -1 +1 @@
-7
+8

Modified: packages/djvusmooth/trunk/debian/control
===================================================================
--- packages/djvusmooth/trunk/debian/control	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/control	2013-06-27 17:00:20 UTC (rev 9807)
@@ -5,12 +5,11 @@
 Uploaders:
  Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
- gettext,
+ debhelper (>= 8),
  python-all (>= 2.6.6-3~),
  python-nose
-X-Python-Version: >= 2.5
-Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.4
 Homepage: http://jwilk.net/software/djvusmooth
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/djvusmooth/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/djvusmooth/trunk/

Modified: packages/djvusmooth/trunk/debian/copyright
===================================================================
--- packages/djvusmooth/trunk/debian/copyright	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/copyright	2013-06-27 17:00:20 UTC (rev 9807)
@@ -4,13 +4,13 @@
 Source: https://bitbucket.org/jwilk/djvusmooth
 
 Files: *
-Copyright: 2008-2011 Jakub Wilk <jwilk at jwilk.net>
+Copyright: 2008-2013 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>
+           2010-2013 Daniel Stender <daniel at danielstender.com>
 License: GPL-2
 
 License: GPL-2

Modified: packages/djvusmooth/trunk/debian/docs
===================================================================
--- packages/djvusmooth/trunk/debian/docs	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/docs	2013-06-27 17:00:20 UTC (rev 9807)
@@ -1 +1,2 @@
 doc/changelog
+doc/credits.txt
\ No newline at end of file

Modified: packages/djvusmooth/trunk/debian/rules
===================================================================
--- packages/djvusmooth/trunk/debian/rules	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/rules	2013-06-27 17:00:20 UTC (rev 9807)
@@ -6,18 +6,13 @@
 
 override_dh_auto_install:
 
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf locale/
-	rm -rf po/djvusmooth.pot
-
 override_dh_auto_build:
-	./update-i18n
 
 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; \
+		grep --include='*.py' '>>>' -r . -l | \
+		xargs $$python /usr/bin/nosetests --with-doctest -v; \
 	done
 endif

Deleted: packages/djvusmooth/trunk/debian/source/options
===================================================================
--- packages/djvusmooth/trunk/debian/source/options	2013-06-27 16:45:15 UTC (rev 9806)
+++ packages/djvusmooth/trunk/debian/source/options	2013-06-27 17:00:20 UTC (rev 9807)
@@ -1,2 +0,0 @@
-# Do not generate diffs for po/*po ("POT-Creation-Date" fields get updated by msgmerge)
-extend-diff-ignore=po\/.+\.po




More information about the Python-apps-commits mailing list