Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-16 20:16:40 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-08-16 20:17:04 (GMT)
commit3df28d9ff4f6a4c2351b2b8c8293ff735ea56fb1 (patch)
treea34c132791727af49c7a55eddf4708ce4b7699a7 /debian
parent0221f938c809bf24e8dd60da5089b1fe04bffe30 (diff)
Add patch 2002 to use packaged sharedstate (not git-clone it).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/2002_use_packaged_sharedstate.patch12
-rw-r--r--debian/patches/series1
3 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ffa668f..0c1cdb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
sugar-calculate-activity (23-1) unstable; urgency=low
* New upstream release.
+ * Add patch 2002 to use packaged sharedstate (not git-clone it).
* Update cdbs snippets:
+ Use new upstream-tarball.mk to implement get-orig-source target
and more.
diff --git a/debian/patches/2002_use_packaged_sharedstate.patch b/debian/patches/2002_use_packaged_sharedstate.patch
new file mode 100644
index 0000000..0b9f84b
--- /dev/null
+++ b/debian/patches/2002_use_packaged_sharedstate.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile b/Makefile
+index 26856cc..a416b85 100644
+--- a/Makefile
++++ b/Makefile
+@@ -10,4 +10,6 @@ clean:
+ rm -rf ${SSDIR} sharedstate
+
+ update_ss:
+- ./update_sharedstate
++# ./update_sharedstate
++ rm -rf sharedstate
++ ln -s /usr/share/sugar/sharedstate sharedstate
diff --git a/debian/patches/series b/debian/patches/series
index a7d4129..840e350 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
1002_fix_class_syntax.patch
1003_danish_l10n.patch
2001_strip_stripped_po-files_from_MANIFEST.patch
+2002_use_packaged_sharedstate.patch