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-08 02:44:33 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-08 02:44:45 (GMT)
commit173eda52aa3e0af36bbbaca730d3becfdee44e8f (patch)
tree9004e96a0cb7e671f7f6934b004c54aa3cf13eda
parent9e6b04d3fd6000b3eda1647627c1932b4908c606 (diff)
Add patch 2992 reverting part of patch 2991 (nattery-100.svg is missing).debian/0.79.1-1
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/2992_fix_upstream_git.patch12
-rw-r--r--debian/patches/series1
3 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ec2e39..c339a07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ sugar-artwork (0.79.1-1) unstable; urgency=low
+ Add battery-100.svg
+ Fix emblem icons
* Add patch 2991 updating autotools to match above patch 0001.
+ * Add patch 2992 reverting part of patch 2991 (nattery-100.svg is
+ missing).
* Update local cdbs snippets:
+ Update copyright-check cdbs snippet to store newline-delimited
hints. Update hints.
diff --git a/debian/patches/2992_fix_upstream_git.patch b/debian/patches/2992_fix_upstream_git.patch
new file mode 100644
index 0000000..9c62ebc
--- /dev/null
+++ b/debian/patches/2992_fix_upstream_git.patch
@@ -0,0 +1,12 @@
+diff --git a/icons/scalable/device/Makefile.in b/icons/scalable/device/Makefile.in
+index 6cf306f..17bb98b 100644
+--- a/icons/scalable/device/Makefile.in
++++ b/icons/scalable/device/Makefile.in
+@@ -192,7 +192,6 @@ icon_DATA = \
+ battery-090.icon \
+ battery-090.svg \
+ battery-100.icon \
+- battery-100.svg \
+ battery-charging-100.svg \
+ battery-charging-000.svg \
+ battery-charging-010.svg \
diff --git a/debian/patches/series b/debian/patches/series
index 579c58f..3b2286a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
1001_cursorfiles_noexec.patch
2001_empy_from_system.patch
2991_upstream_git_until_77e91c3.patch
+2992_fix_upstream_git.patch