Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-03 22:01:04 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-03 22:12:09 (GMT)
commite52efd97e5ec9222cff69afa951332edd01b267f (patch)
tree07a12d270213725067d4fbbb30f46e841dc306d3
parent6cb3061f2c6d18af221cb7d0110d54cce7355705 (diff)
Add patch 2001 to strip stripped po-files from MANIFEST.debian/19.git.20080323.dfsg-1
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/2001_strip_stripped_po-files_from_MANIFEST.patch49
-rw-r--r--debian/patches/series1
3 files changed, 51 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9312d81..4331084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sugar-calculate-activity (19~git.20080323.dfsg-1) unstable; urgency=low
* Update debian/copyright (more copyright holders, same license).
* Update copyright-check.mk cdbs snippet to newline-separate hints.
Update copyright-hints.
+ * Add patch 2001 to strip stripped po-files from MANIFEST.
-- Jonas Smedegaard <dr@jones.dk> Thu, 03 Apr 2008 22:37:26 +0200
diff --git a/debian/patches/2001_strip_stripped_po-files_from_MANIFEST.patch b/debian/patches/2001_strip_stripped_po-files_from_MANIFEST.patch
new file mode 100644
index 0000000..7929d22
--- /dev/null
+++ b/debian/patches/2001_strip_stripped_po-files_from_MANIFEST.patch
@@ -0,0 +1,49 @@
+diff --git a/MANIFEST b/MANIFEST
+index 02d1092..d1620fa 100644
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -31,44 +31,25 @@ icons/trigonometry-acos.svg
+ icons/trigonometry-tanh.svg
+ icons/trigonometry-sinh.svg
+ icons/trigonometry-cosh.svg
+-po/Calculate.pot
+ po/POTFILES.in
+ po/am.po
+ po/ar.po
+ po/ay.po
+-po/bg.po
+-po/bn_IN.po
+-po/bn.po
+-po/ca.po
+-po/de.po
+-po/dz.po
+-po/el.po
+ po/en.po
+ po/es.po
+-po/fa_AF.po
+-po/fa.po
+-po/ff.po
+ po/fr.po
+ po/ha.po
+ po/hi.po
+ po/ig.po
+ po/is.po
+-po/ja.po
+-po/mk.po
+-po/ml.po
+-po/mn.po
+ po/ne.po
+ po/nl.po
+-po/pa.po
+ po/pl.po
+ po/pseudo.po
+-po/ps.po
+-po/pt_BR.po
+ po/pt.po
+ po/qu.po
+ po/ro.po
+ po/ru.po
+ po/rw.po
+-po/te.po
+ po/ur.po
+ po/yo.po
diff --git a/debian/patches/series b/debian/patches/series
index 71d19c0..ef14608 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
1001_strip_sharedstate_from_MANIFEST.patch
1002_fix_class_syntax.patch
+2001_strip_stripped_po-files_from_MANIFEST.patch