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-05-26 10:03:55 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-05-26 10:03:55 (GMT)
commita8ff974c599e29980f49de31c2fd160c9f9828e1 (patch)
treed27a275f72524007dddaefe2492f2d914598a076
parent12091643cf4681d236189de2bfde85be2b33bac9 (diff)
Drop patch 1001. Unfuzz patch 1005.debian/0.8.1-1
* Drop patch 1001 against no longer included doc file. * Unfuzz patch 1005.
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/1001_unversioned_hashbang_in_scripts.patch8
-rw-r--r--debian/patches/1005_avoid_check_call.patch5
-rw-r--r--debian/patches/series1
4 files changed, 5 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 08972ea..b110761 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ sugar-datastore (0.8.1-1) unstable; urgency=low
* New upstream release (only version number bumped, compared to prior
Git snapshot release).
+ * Drop patch 1001 against no longer included doc file.
+ * Unfuzz patch 1005.
* Update copyright-check (only files dropped or replaced with
auto-generated ones).
* Update local cdbs snippets:
diff --git a/debian/patches/1001_unversioned_hashbang_in_scripts.patch b/debian/patches/1001_unversioned_hashbang_in_scripts.patch
deleted file mode 100644
index 648e608..0000000
--- a/debian/patches/1001_unversioned_hashbang_in_scripts.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- sugar-datastore-0.8.0~git.13d354b.orig/docs/getbuildpath.py
-+++ sugar-datastore-0.8.0~git.13d354b/docs/getbuildpath.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python2.4
-+#!/usr/bin/python
- import os, sys
-
- # IF YOU ARE NOT GETTING THE RESULTS YOU EXPECT WHILE TESTING
diff --git a/debian/patches/1005_avoid_check_call.patch b/debian/patches/1005_avoid_check_call.patch
index a4d107a..25547dc 100644
--- a/debian/patches/1005_avoid_check_call.patch
+++ b/debian/patches/1005_avoid_check_call.patch
@@ -1,8 +1,9 @@
diff --git a/src/olpc/datastore/bin_copy.py b/src/olpc/datastore/bin_copy.py
-index 6cf7036..a38b395 100644
+index 6cf7036..3440b1b 100644
--- a/src/olpc/datastore/bin_copy.py
+++ b/src/olpc/datastore/bin_copy.py
-@@ -3,14 +3,12 @@ import os, subprocess
+@@ -2,15 +2,13 @@ import os, subprocess
+
def bin_copy(src, dest):
- try:
diff --git a/debian/patches/series b/debian/patches/series
index 3025962..64e4de0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-1001_unversioned_hashbang_in_scripts.patch
1002_avoid_try-except-finally.patch
1003_avoid_with_statement.patch
1004_avoid_queue_hints.patch