[Python-apps-commits] r6312 - in packages/txt2tags/trunk/debian (3 files)
jmw-guest at users.alioth.debian.org
jmw-guest at users.alioth.debian.org
Mon Nov 15 10:22:10 UTC 2010
Date: Monday, November 15, 2010 @ 10:22:09
Author: jmw-guest
Revision: 6312
Update all other patches
Modified:
packages/txt2tags/trunk/debian/changelog
packages/txt2tags/trunk/debian/patches/doc-makefile.patch
packages/txt2tags/trunk/debian/patches/po-makefile.patch
Modified: packages/txt2tags/trunk/debian/changelog
===================================================================
--- packages/txt2tags/trunk/debian/changelog 2010-11-15 01:27:32 UTC (rev 6311)
+++ packages/txt2tags/trunk/debian/changelog 2010-11-15 10:22:09 UTC (rev 6312)
@@ -7,7 +7,7 @@
[ Jonathan Wiltshire ]
* New upstream release
- * Update debian/patches/manpages.patch for new release
+ * Update all patches for new release
* Standards-version 3.9.1 (no changes required)
* Deprecate debian/pyversions and specify Python version in
debian/control instead
@@ -15,8 +15,9 @@
* debian/rules: there's no longer any need to clean up MacOS files
* debian/rules: Run the test suite
* Update years in debian/copyright
+ *
- -- Jonathan Wiltshire <debian at jwiltshire.org.uk> Mon, 15 Nov 2010 01:27:13 +0000
+ -- Jonathan Wiltshire <debian at jwiltshire.org.uk> Mon, 15 Nov 2010 10:21:39 +0000
txt2tags (2.5-2) unstable; urgency=low
Modified: packages/txt2tags/trunk/debian/patches/doc-makefile.patch
===================================================================
--- packages/txt2tags/trunk/debian/patches/doc-makefile.patch 2010-11-15 01:27:32 UTC (rev 6311)
+++ packages/txt2tags/trunk/debian/patches/doc-makefile.patch 2010-11-15 10:22:09 UTC (rev 6312)
@@ -24,8 +24,8 @@
+PACKAGE = txt2tags
+SECTION = 1
+
-+PAGES = manpage-ca.man manpage-it.man manpage-es.man manpage.man \
-+ manpage-zh.man manpage-fr.man manpage-pt.man
++PAGES = manpage-ca.man manpage-it.man manpage-es.man manpage.man manpage-eu.man \
++ manpage-zh.man manpage-fr.man manpage-pt.man manpage-de.man
+
+clean:
+ rm -f *.$(SECTION)
Modified: packages/txt2tags/trunk/debian/patches/po-makefile.patch
===================================================================
--- packages/txt2tags/trunk/debian/patches/po-makefile.patch 2010-11-15 01:27:32 UTC (rev 6311)
+++ packages/txt2tags/trunk/debian/patches/po-makefile.patch 2010-11-15 10:22:09 UTC (rev 6312)
@@ -7,7 +7,7 @@
+
+PACKAGE = txt2tags
+
-+CATALOGS = de.po es.po fi.po fr.po hu.po it.po pt_BR.po zh_CN.po
++CATALOGS = de.po es.po eu.po fi.po fr.po hu.po it.po pt_BR.po uk.po zh_CN.po
+%.mo: %.po
+ msgfmt --statistics --check --verbose --output-file=$@ $<
+
More information about the Python-apps-commits
mailing list