Package: mail-notification
Version: 4.1.dfsg.1-4
Severity: normal
Tags: patch
Hi,
Attached is the diff for my upcoming mail-notification 4.1.dfsg.1-4.1
NMU. I had to upload it in a hurry, but I guess that's still within
the NMU rules since #453788 has been open since 41 days. Sorry again
for the little advance warning.
Bye,
--
Loïc Minier
--- mail-notification-4.1.dfsg.1/debian/control
+++ mail-notification-4.1.dfsg.1/debian/control
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Pascal Giard <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.87), scrollkeeper, gnome-pkg-tools, libxml-parser-perl, libglade2-dev (>= 2.6.0), libeel2-dev (>= 2.6.0), libsasl2-dev (>= 2.0.0), libgmime-2.0-2-dev (>= 2.2.3), evolution-dev (>= 2.11.0), evolution-plugins (>= 2.6.0), evolution-data-server-dev (>= 1.6.0), libgnomeprintui2.2-dev, libnotify-dev (>= 0.4.3), gob2, automake (>= 1.10), libtool (>= 1.5), intltool (>= 0.35), chrpath
+Build-Depends: cdbs, debhelper (>= 4.1.87), scrollkeeper, gnome-pkg-tools, libxml-parser-perl, libglade2-dev (>= 2.6.0), libeel2-dev (>= 2.6.0), libsasl2-dev (>= 2.0.0), libgmime-2.0-2-dev (>= 2.2.3), evolution-dev (>= 2.11.0), evolution-plugins (>= 2.6.0), evolution-data-server-dev (>= 1.6.0), libgnomeprintui2.2-dev, libnotify-dev (>= 0.4.3), gob2, automake (>= 1.10), libtool (>= 1.5), intltool (>= 0.35)
Standards-Version: 3.7.2.0
Package: mail-notification
--- mail-notification-4.1.dfsg.1/debian/changelog
+++ mail-notification-4.1.dfsg.1/debian/changelog
@@ -1,3 +1,14 @@
+mail-notification (4.1.dfsg.1-4.1) unstable; urgency=high
+
+ * Non-maintainer upload to fix two RC bugs preventing multiple transitions
+ to testing.
+ * Call automake-1.10 explicitely as the automake alternative might point to
+ any version and break the build; closes: #460300.
+ * Drop incorrect chrpath -d call and chrpath build-dep; closes: #453788.
+ This is fine as it's not a public library but a plugin.
+
+ -- Loic Minier <[EMAIL PROTECTED]> Fri, 11 Jan 2008 22:58:43 +0100
+
mail-notification (4.1.dfsg.1-4) unstable; urgency=low
* Mostly Debian package cleanups, fixed all lintian warnings.
--- mail-notification-4.1.dfsg.1/debian/rules
+++ mail-notification-4.1.dfsg.1/debian/rules
@@ -28,7 +28,7 @@
aclocal-1.10 -I m4
autoheader
autoconf
- automake --add-missing --force-missing
+ automake-1.10 --add-missing --force-missing
clean::
[ ! -f Makefile ] || $(MAKE) distclean
@@ -55,8 +55,6 @@
binary-install/mail-notification-evolution::
dh_install -pmail-notification-evolution $(EVODIR)/org-jylefort-mail-notification.eplug $(MNEVODIR)
- # Fix binary-or-shlib-defines-rpath lintian warning.
- chrpath -d $(EVODIR)/liborg-jylefort-mail-notification.so
dh_install -pmail-notification-evolution $(EVODIR)/liborg-jylefort-mail-notification.so $(MNEVODIR)
dh_install -pmail-notification-evolution $(BONOBODIR)/GNOME_MailNotification_Evolution.server $(MNBONOBODIR)
-rm -rf debian/mail-notification/usr/lib/evolution