[SCM] libinstpatch/master: Update POTFILES.in properly, no need to skip dh_auto_test again.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Nov 1 10:09:45 UTC 2010
The following commit has been merged in the master branch:
commit 84daec771be059f686454a44e8b2b527bf819865
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Nov 1 11:09:17 2010 +0100
Update POTFILES.in properly, no need to skip dh_auto_test again.
diff --git a/debian/patches/02-gettext.patch b/debian/patches/02-gettext.patch
new file mode 100644
index 0000000..3fe42ce
--- /dev/null
+++ b/debian/patches/02-gettext.patch
@@ -0,0 +1,63 @@
+Description: Update POTFILE.in properly to fix FTBFS.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ po/POTFILES.in | 35 ++++++++++++++++++++++++++---------
+ 1 file changed, 26 insertions(+), 9 deletions(-)
+
+--- libinstpatch.orig/po/POTFILES.in
++++ libinstpatch/po/POTFILES.in
+@@ -1,11 +1,5 @@
+ # List of source files containing translatable strings.
+ # Each source file that has gettext translatable strings should be listed here
+-libinstpatch/IpatchCram.c
+-libinstpatch/IpatchCramDecoder.c
+-libinstpatch/IpatchCram_DLS.c
+-libinstpatch/IpatchCramEncoder.c
+-libinstpatch/IpatchCramFile.c
+-libinstpatch/IpatchCram_SF2.c
+ libinstpatch/IpatchBase.c
+ libinstpatch/IpatchConverter.c
+ libinstpatch/IpatchConvert_SF2.c
+@@ -18,10 +12,7 @@ libinstpatch/IpatchDLSFile.c
+ libinstpatch/IpatchDLSReader.c
+ libinstpatch/IpatchFile.c
+ libinstpatch/IpatchGigFile.c
+-libinstpatch/IpatchRiffParser.c
+-libinstpatch/IpatchSampleFile.c
+ libinstpatch/IpatchSampleStore.c
+-libinstpatch/IpatchSampleStoreRAM.c
+ libinstpatch/IpatchSampleStoreSwap.c
+ libinstpatch/IpatchSF2.c
+ libinstpatch/IpatchSF2File.c
+@@ -32,4 +23,30 @@ libinstpatch/IpatchSF2Preset.c
+ libinstpatch/IpatchSF2Writer.c
+ libinstpatch/IpatchSF2Zone.c
+ libinstpatch/IpatchUnit.c
++libinstpatch/IpatchConvert_DLS2.c
++libinstpatch/IpatchConverterSF2VoiceCache.c
++libinstpatch/IpatchDLS2Param_tables.c
++libinstpatch/IpatchGigDimension.c
++libinstpatch/IpatchGigRegion.c
++libinstpatch/IpatchGigSample.c
++libinstpatch/IpatchGigSubRegion.c
++libinstpatch/IpatchItem.c
++libinstpatch/IpatchParamProp.c
++libinstpatch/IpatchPaste.c
++libinstpatch/IpatchRange.c
++libinstpatch/IpatchRiff.c
++libinstpatch/IpatchSF2IZone.c
++libinstpatch/IpatchSF2ModItem.c
++libinstpatch/IpatchSF2PZone.c
++libinstpatch/IpatchSF2Sample.c
++libinstpatch/IpatchSF2VoiceCache_VBank.c
++libinstpatch/IpatchSample.c
++libinstpatch/IpatchSampleStoreSndFile.c
++libinstpatch/IpatchUnit_generic.c
++libinstpatch/IpatchVBank.c
++libinstpatch/IpatchVBankInst.c
++libinstpatch/IpatchVBankRegion.c
++libinstpatch/IpatchVirtualContainer_types.c
++libinstpatch/IpatchXmlObject.c
++libinstpatch/util.c
+ libinstpatch/misc.c
diff --git a/debian/patches/series b/debian/patches/series
index e1a269f..e9ee791 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-ac-python-devel.patch
+02-gettext.patch
03-pkgconfig.patch
diff --git a/debian/rules b/debian/rules
index 19c8f47..2cbfb07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,5 @@ LDFLAGS += -Wl,-O1 -Wl,--as-needed
%:
dh $@ --with autoreconf
-override_dh_auto_test:
override_dh_strip:
dh_strip --dbg-package=libinstpatch-1.0-0-dbg
--
libinstpatch packaging
More information about the pkg-multimedia-commits
mailing list