[Python-apps-commits] r3409 - in packages/txt2tags/trunk/debian/patches (5 files)

jmw-guest at users.alioth.debian.org jmw-guest at users.alioth.debian.org
Sun Aug 9 00:52:18 UTC 2009


    Date: Sunday, August 9, 2009 @ 00:52:17
  Author: jmw-guest
Revision: 3409

Give patch files the proper extension so the PET follows them

Added:
  packages/txt2tags/trunk/debian/patches/doc-makefile.patch
    (from rev 3408, packages/txt2tags/trunk/debian/patches/doc-makefile)
  packages/txt2tags/trunk/debian/patches/po-makefile.patch
    (from rev 3408, packages/txt2tags/trunk/debian/patches/po-makefile)
Modified:
  packages/txt2tags/trunk/debian/patches/series
Deleted:
  packages/txt2tags/trunk/debian/patches/doc-makefile
  packages/txt2tags/trunk/debian/patches/po-makefile

Deleted: packages/txt2tags/trunk/debian/patches/doc-makefile
===================================================================
--- packages/txt2tags/trunk/debian/patches/doc-makefile	2009-08-09 00:44:19 UTC (rev 3408)
+++ packages/txt2tags/trunk/debian/patches/doc-makefile	2009-08-09 00:52:17 UTC (rev 3409)
@@ -1,37 +0,0 @@
-Build manual pages for all languages for txt2tags
---- /dev/null
-+++ txt2tags-2.5/doc/Makefile
-@@ -0,0 +1,33 @@
-+#!/usr/bin/make -f
-+# -*- makefile -*-
-+#
-+#    Copyright (C) 2009 Jonathan Wiltshire
-+#
-+#    This program is free software; you can redistribute it and/or modify
-+#    it under the terms of the GNU General Public License as published by
-+#    the Free Software Foundation; either version 2 of the License, or
-+#    (at your option) any later version.
-+#
-+#    This program is distributed in the hope that it will be useful,
-+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+#    GNU General Public License for more details.
-+#
-+#    You should have received a copy of the GNU General Public License along
-+#    with this program; if not, write to the Free Software Foundation, Inc.,
-+#    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-+
-+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
-+
-+clean:
-+	rm -f *.$(SECTION)
-+
-+build:
-+	for p in $(PAGES); do \
-+            s=`basename $$p .man | sed -e 's/manpage/$(PACKAGE)/;s/-/./'`; \
-+            cp "$$p" "$$s.$(SECTION)"; \
-+	done

Copied: packages/txt2tags/trunk/debian/patches/doc-makefile.patch (from rev 3408, packages/txt2tags/trunk/debian/patches/doc-makefile)
===================================================================
--- packages/txt2tags/trunk/debian/patches/doc-makefile.patch	                        (rev 0)
+++ packages/txt2tags/trunk/debian/patches/doc-makefile.patch	2009-08-09 00:52:17 UTC (rev 3409)
@@ -0,0 +1,37 @@
+Build manual pages for all languages for txt2tags
+--- /dev/null
++++ txt2tags-2.5/doc/Makefile
+@@ -0,0 +1,33 @@
++#!/usr/bin/make -f
++# -*- makefile -*-
++#
++#    Copyright (C) 2009 Jonathan Wiltshire
++#
++#    This program is free software; you can redistribute it and/or modify
++#    it under the terms of the GNU General Public License as published by
++#    the Free Software Foundation; either version 2 of the License, or
++#    (at your option) any later version.
++#
++#    This program is distributed in the hope that it will be useful,
++#    but WITHOUT ANY WARRANTY; without even the implied warranty of
++#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++#    GNU General Public License for more details.
++#
++#    You should have received a copy of the GNU General Public License along
++#    with this program; if not, write to the Free Software Foundation, Inc.,
++#    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
++
++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
++
++clean:
++	rm -f *.$(SECTION)
++
++build:
++	for p in $(PAGES); do \
++            s=`basename $$p .man | sed -e 's/manpage/$(PACKAGE)/;s/-/./'`; \
++            cp "$$p" "$$s.$(SECTION)"; \
++	done

Deleted: packages/txt2tags/trunk/debian/patches/po-makefile
===================================================================
--- packages/txt2tags/trunk/debian/patches/po-makefile	2009-08-09 00:44:19 UTC (rev 3408)
+++ packages/txt2tags/trunk/debian/patches/po-makefile	2009-08-09 00:52:17 UTC (rev 3409)
@@ -1,25 +0,0 @@
-Build and install l10n files for txt2tags
---- /dev/null
-+++ txt2tags-2.5/po/Makefile
-@@ -0,0 +1,21 @@
-+INSTALL= /usr/bin/install -c
-+INSTALLNLSDIR=$(BASEDIR)/usr/share/locale
-+
-+PACKAGE = txt2tags
-+
-+CATALOGS = de.po es.po fi.po fr.po hu.po it.po pt_BR.po zh_CN.po
-+%.mo: %.po
-+	msgfmt --statistics --check --verbose --output-file=$@ $<
-+
-+clean:
-+	rm -f *.mo
-+
-+distclean: clean
-+
-+install: $(CATALOGS)
-+	for n in $(CATALOGS); do \
-+	    l=`basename $$n .po`; \
-+	    $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l; \
-+	    $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l/LC_MESSAGES; \
-+	    $(INSTALL) -m 644 $$n $(INSTALLNLSDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; \
-+	done

Copied: packages/txt2tags/trunk/debian/patches/po-makefile.patch (from rev 3408, packages/txt2tags/trunk/debian/patches/po-makefile)
===================================================================
--- packages/txt2tags/trunk/debian/patches/po-makefile.patch	                        (rev 0)
+++ packages/txt2tags/trunk/debian/patches/po-makefile.patch	2009-08-09 00:52:17 UTC (rev 3409)
@@ -0,0 +1,25 @@
+Build and install l10n files for txt2tags
+--- /dev/null
++++ txt2tags-2.5/po/Makefile
+@@ -0,0 +1,21 @@
++INSTALL= /usr/bin/install -c
++INSTALLNLSDIR=$(BASEDIR)/usr/share/locale
++
++PACKAGE = txt2tags
++
++CATALOGS = de.po es.po fi.po fr.po hu.po it.po pt_BR.po zh_CN.po
++%.mo: %.po
++	msgfmt --statistics --check --verbose --output-file=$@ $<
++
++clean:
++	rm -f *.mo
++
++distclean: clean
++
++install: $(CATALOGS)
++	for n in $(CATALOGS); do \
++	    l=`basename $$n .po`; \
++	    $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l; \
++	    $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l/LC_MESSAGES; \
++	    $(INSTALL) -m 644 $$n $(INSTALLNLSDIR)/$$l/LC_MESSAGES/$(PACKAGE).mo; \
++	done

Modified: packages/txt2tags/trunk/debian/patches/series
===================================================================
--- packages/txt2tags/trunk/debian/patches/series	2009-08-09 00:44:19 UTC (rev 3408)
+++ packages/txt2tags/trunk/debian/patches/series	2009-08-09 00:52:17 UTC (rev 3409)
@@ -1,2 +1,2 @@
-po-makefile
-doc-makefile
+po-makefile.patch
+doc-makefile.patch




More information about the Python-apps-commits mailing list