[SCM] Git repository for devscripts branch, master, updated. v2.12.0-30-gedf5c99

Christoph Berg myon at debian.org
Sat Aug 11 15:52:08 UTC 2012


The following commit has been merged in the master branch:
commit edf5c999964b789516a46561d866814f5c7fc6c7
Author: Christoph Berg <myon at debian.org>
Date:   Sat Aug 11 17:51:50 2012 +0200

    po4a/Makefile: use po4a --keep=0
    
    use po4a --keep=0 so the build system doesn't die with untranslated scripts
    
    (This should probably be fixed in some smarter way)

diff --git a/debian/changelog b/debian/changelog
index 2387ea5..d90c705 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ devscripts (2.12.2) UNRELEASED; urgency=low
     http://anonscm.debian.org/bzr/pkg-postgresql/postgresql-9.2/sid-pgapt/.
   * origtargz: New script: fetch the orig tarball of a Debian package from
     various sources, and unpack it
+  * po4a/Makefile: use po4a --keep=0 so the build system doesn't die with
+    untranslated scripts
 
  -- Benjamin Drung <bdrung at debian.org>  Thu, 26 Jul 2012 12:17:51 +0200
 
diff --git a/po4a/Makefile b/po4a/Makefile
index 3ca447f..db899d9 100644
--- a/po4a/Makefile
+++ b/po4a/Makefile
@@ -7,7 +7,7 @@ all: translate
 transform: $(GEN_TR_MAN1S)
 
 translate: ../scripts/devscripts.1
-	po4a --previous --no-backups devscripts-po4a.conf
+	po4a --previous --no-backups --keep=0 devscripts-po4a.conf
 	touch translate
 
 clean: ../scripts/devscripts.1

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list