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-13 23:27:33 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-13 23:27:33 (GMT)
commit1c36ed9dbbbcae9b4039d43c5718a62959339cd5 (patch)
treea47f59d78fa9c4f0b0dd83b5b6860b8c76e44005
parenta3253f4906ecd21ab82f0f6be86375255fa839c3 (diff)
Add new patch 2991 applying patch 1001 (noexec cursor files) to automade files.debian/0.79.2-1
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/2991_cursorfiles_noexec.patch13
-rw-r--r--debian/patches/series1
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3997a80..1e95052 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ sugar-artwork (0.79.2-1) unstable; urgency=low
+ Add battery-100.svg to makefile
* Drop patch 0001, now applied upstream.
* Drop patches 2991 and 2992, now fixed upstream.
+ * Add new patch 2991 applying patch 1001 (noexec cursor files) to
+ automade files.
-- Jonas Smedegaard <dr@jones.dk> Mon, 14 Apr 2008 00:54:39 +0200
diff --git a/debian/patches/2991_cursorfiles_noexec.patch b/debian/patches/2991_cursorfiles_noexec.patch
new file mode 100644
index 0000000..d4fc982
--- /dev/null
+++ b/debian/patches/2991_cursorfiles_noexec.patch
@@ -0,0 +1,13 @@
+diff --git a/cursor/sugar/Makefile.in b/cursor/sugar/Makefile.in
+index bd69229..4f761f5 100644
+--- a/cursor/sugar/Makefile.in
++++ b/cursor/sugar/Makefile.in
+@@ -352,7 +352,7 @@ clean-local:
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/sugar/cursors/
+ for i in `cd $(THEME_DIR) && echo *` ; do \
+- $(INSTALL) $(THEME_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ; \
++ $(INSTALL) -m u=rw,go=r $(THEME_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ; \
+ done
+
+ uninstall-local:
diff --git a/debian/patches/series b/debian/patches/series
index 53de102..601eccd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
1001_cursorfiles_noexec.patch
2001_empy_from_system.patch
+2991_cursorfiles_noexec.patch