Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-19 01:53:37 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-19 01:53:37 (GMT)
commitfb23fcdf67449dfd117bcdb40336e7422a1600b5 (patch)
tree6c86b74d1da2b30cf710ee331b57ed87cc1217b0 /debian/patches
parent5d0f96240eb333dc2ffcee79987387b10e958a2e (diff)
Add patch 2991 to enable danish l10n in configure.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/2991_enable_danish_l10n.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/2991_enable_danish_l10n.patch b/debian/patches/2991_enable_danish_l10n.patch
new file mode 100644
index 0000000..1022f26
--- /dev/null
+++ b/debian/patches/2991_enable_danish_l10n.patch
@@ -0,0 +1,13 @@
+diff --git a/configure b/configure
+index 0a16ecd..2b93998 100755
+--- a/configure
++++ b/configure
+@@ -19928,7 +19928,7 @@ PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
+
+ # Setup GETTEXT
+ #
+-ALL_LINGUAS=""
++ALL_LINGUAS="da"
+ GETTEXT_PACKAGE=sugar
+
+ case "$am__api_version" in
diff --git a/debian/patches/series b/debian/patches/series
index e49f609..a1a8fc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
1001_danish_l10n.patch
2001_sha1_on_older_python.patch
+2991_enable_danish_l10n.patch