Dear release team, Please allow flamerobin to propagate from sid (0.7.6-2) to etch (0.7.6-1).
It is 4 days old and fixes an important bug (400633).
Also, -2 has no non-debian/ changes in the diff (-1 has a couple of
those slipped due to some build environment oddities at my sponsor)
diffstat for -2:
changelog | 200 ++++++++++++++++++++++++++++++++++++++++++
compat | 1
control | 24 ++++++
copyright | 90 ++++++++++++++++++++++
fetch-upstream-svn.sh | 26 ++++++
menu | 7 +
rules | 108 +++++++++++++++++++++++++++
watch | 19 ++++
Interdiff attached (discarding the non-debian/ changes not present in -2).
Thanks for considering,
dam
--
Damyan Ivanov Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993 fax +359(2)920-0994
mobile +359(88)856-6067 [EMAIL PROTECTED]/Gaim
diff -u flamerobin-0.7.6/debian/control flamerobin-0.7.6/debian/control
--- flamerobin-0.7.6/debian/control
+++ flamerobin-0.7.6/debian/control
@@ -2,7 +2,8 @@
Section: utils
Priority: optional
Maintainer: Damyan Ivanov <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), firebird2-dev, libwxgtk2.6-dev, dpatch
+Build-Depends: debhelper (>= 4.0.0), firebird2-dev, libwxgtk2.6-dev, dpatch,
+ imagemagick
Standards-Version: 3.7.2
Package: flamerobin
diff -u flamerobin-0.7.6/debian/changelog flamerobin-0.7.6/debian/changelog
--- flamerobin-0.7.6/debian/changelog
+++ flamerobin-0.7.6/debian/changelog
@@ -1,3 +1,11 @@
+flamerobin (0.7.6-2) unstable; urgency=low
+
+ * Revert to .xpm icon in menu file (closes: #400633)
+ - Build-depend on imagemagick
+ - call convert to produce an .xpm icon out of the .png
+
+ -- Damyan Ivanov <[EMAIL PROTECTED]> Wed, 6 Dec 2006 22:51:49 +0200
+
flamerobin (0.7.6-1) unstable; urgency=low
* New upstream release. Fixes and improvements.
diff -u flamerobin-0.7.6/debian/menu flamerobin-0.7.6/debian/menu
--- flamerobin-0.7.6/debian/menu
+++ flamerobin-0.7.6/debian/menu
@@ -5,3 +5,3 @@
longtitle="Utility for working with Firebird databases" \
- icon="/usr/share/pixmaps/flamerobin.png" \
+ icon="/usr/share/pixmaps/flamerobin.xpm" \
command="/usr/bin/flamerobin"
diff -u flamerobin-0.7.6/debian/rules flamerobin-0.7.6/debian/rules
--- flamerobin-0.7.6/debian/rules
+++ flamerobin-0.7.6/debian/rules
@@ -78,6 +78,10 @@
# put a link to html docs in doc/
dh_link /usr/share/flamerobin/docs /usr/share/doc/flamerobin/html
+ # Convert .png icon to .xpm used by flamerobin.menu
+ convert $(CURDIR)/debian/flamerobin/usr/share/pixmaps/flamerobin.png \
+ $(CURDIR)/debian/flamerobin/usr/share/pixmaps/flamerobin.xpm
+
# Build architecture-independent files here.
binary-indep: build install
# No arch-indep packages here
signature.asc
Description: OpenPGP digital signature

