[Python-apps-commits] r8092 - in packages/djvusmooth/trunk/debian (4 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Wed Jan 18 17:43:05 UTC 2012
Date: Wednesday, January 18, 2012 @ 17:43:03
Author: danstender-guest
Revision: 8092
rules: added to clean rules, copyright: added final slash to DEP-5 URI, added sources/options
Added:
packages/djvusmooth/trunk/debian/source/options
Modified:
packages/djvusmooth/trunk/debian/changelog
packages/djvusmooth/trunk/debian/copyright
packages/djvusmooth/trunk/debian/rules
Modified: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog 2012-01-18 15:51:02 UTC (rev 8091)
+++ packages/djvusmooth/trunk/debian/changelog 2012-01-18 17:43:03 UTC (rev 8092)
@@ -16,9 +16,8 @@
* Changes of debian/djvusmooth.desktop:
+ Changed Name to begin with a capital letter.
+ Added German translation for GenericName.
- * status
- -- Daniel Stender <daniel at danielstender.com> Mon, 26 Dec 2011 21:49:07 +0100
+ -- Daniel Stender <daniel at danielstender.com> Wed, 18 Jan 2012 18:41:21 +0100
djvusmooth (0.2.10-1) unstable; urgency=low
Modified: packages/djvusmooth/trunk/debian/copyright
===================================================================
--- packages/djvusmooth/trunk/debian/copyright 2012-01-18 15:51:02 UTC (rev 8091)
+++ packages/djvusmooth/trunk/debian/copyright 2012-01-18 17:43:03 UTC (rev 8092)
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: djvusmooth
Upstream-Contact: Jakub Wilk <jwilk at jwilk.net>
Source: https://bitbucket.org/jwilk/djvusmooth
Modified: packages/djvusmooth/trunk/debian/rules
===================================================================
--- packages/djvusmooth/trunk/debian/rules 2012-01-18 15:51:02 UTC (rev 8091)
+++ packages/djvusmooth/trunk/debian/rules 2012-01-18 17:43:03 UTC (rev 8092)
@@ -9,6 +9,7 @@
override_dh_auto_clean:
dh_auto_clean
rm -rf locale/
+ rm -rf po/djvusmooth.pot
override_dh_auto_build:
./update-i18n
Added: packages/djvusmooth/trunk/debian/source/options
===================================================================
--- packages/djvusmooth/trunk/debian/source/options (rev 0)
+++ packages/djvusmooth/trunk/debian/source/options 2012-01-18 17:43:03 UTC (rev 8092)
@@ -0,0 +1,2 @@
+# Do not generate diffs for po/*po ("POT-Creation-Date" files gets updated by msgmerge)
+extend-diff-ignore=po\/.+\.po
More information about the Python-apps-commits
mailing list