Your message dated Sat, 14 Sep 2013 23:33:15 +0000
with message-id <[email protected]>
and subject line Bug#636372: fixed in transmission 2.82-1
has caused the Debian Bug report #636372,
regarding transmission: diff for NMU version 2.03-2.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
636372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636372
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: transmission
Version: 2.03-2
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for transmission (versioned as 2.03-2.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru transmission-2.03/debian/changelog transmission-2.03/debian/changelog
--- transmission-2.03/debian/changelog  2010-10-18 00:31:17.000000000 +0200
+++ transmission-2.03/debian/changelog  2011-08-02 19:33:38.000000000 +0200
@@ -1,3 +1,16 @@
+transmission (2.03-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/0003-libnotify0-7.patch: Transition to libnotify 0.7
+    (Closes: #630305)
+  * debian/patches/0004-add-missing-zlib.path: Add explicit linking against
+    zlib, fix FTBFS (Closes: #634398)
+  * debian/control:
+    - Bump libnotify build-dependency to 0.7
+    - Add zlib1g-dev as build-dependency
+
+ -- Laurent Bigonville <[email protected]>  Tue, 02 Aug 2011 19:33:25 +0200
+
 transmission (2.03-2) unstable; urgency=low
   
   * debian/patches: add fix-rpc-server-URL.patch
diff -Nru transmission-2.03/debian/control transmission-2.03/debian/control
--- transmission-2.03/debian/control    2010-10-18 00:16:34.000000000 +0200
+++ transmission-2.03/debian/control    2011-08-02 19:19:26.000000000 +0200
@@ -5,8 +5,8 @@
 Uploaders: Philipp Benner <[email protected]>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev, libevent-dev 
- (>= 1.4), libglib2.0-dev, libnotify-dev, libssl-dev, libcurl4-dev | 
- libcurl-dev, chrpath, intltool (>= 0.40), qt4-qmake, libqt4-dev, 
+ (>= 1.4), libglib2.0-dev, libnotify-dev (>= 0.7), libssl-dev, libcurl4-dev | 
+ libcurl-dev, chrpath, intltool (>= 0.40), qt4-qmake, libqt4-dev, zlib1g-dev
 # libcanberra-gtk-dev, libgconf2-dev
 Standards-Version: 3.9.0
 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/transmission/
diff -Nru transmission-2.03/debian/patches/0003-libnotify0-7.patch 
transmission-2.03/debian/patches/0003-libnotify0-7.patch
--- transmission-2.03/debian/patches/0003-libnotify0-7.patch    1970-01-01 
01:00:00.000000000 +0100
+++ transmission-2.03/debian/patches/0003-libnotify0-7.patch    2011-08-02 
19:31:47.000000000 +0200
@@ -0,0 +1,47 @@
+Description: Transition to libnotify 0.7
+Author: Laurent Bigonville <[email protected]>
+Date: Tue, 02 Aug 2011 19:29:45 +0200
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630305
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -73,7 +73,7 @@
+ GIO_MINIMUM=2.15.5
+ AC_SUBST(GIO_MINIMUM)
+ # pop up a "download done" notice...
+-LIBNOTIFY_MINIMUM=0.4.3
++LIBNOTIFY_MINIMUM=0.7.0
+ AC_SUBST(LIBNOTIFY_MINIMUM)
+ # create the tray icon with AppIndicator
+ LIBAPPINDICATOR_MINIMUM=0.0.11
+--- a/gtk/notify.c
++++ b/gtk/notify.c
+@@ -130,7 +130,7 @@
+ 
+         n = notify_notification_new( _( "Torrent Complete" ),
+                                      info->name,
+-                                     NULL, NULL );
++                                     NULL );
+         addIcon( n );
+ 
+         if( can_support_actions( ) )
+@@ -156,7 +156,7 @@
+     if( pref_flag_get( PREF_KEY_SHOW_DESKTOP_NOTIFICATION ) )
+     {
+         NotifyNotification * n = notify_notification_new(
+-            _( "Torrent Added" ), name, NULL, NULL );
++            _( "Torrent Added" ), name, NULL );
+         addIcon( n );
+         notify_notification_set_timeout( n, NOTIFY_EXPIRES_DEFAULT );
+         notify_notification_show( n, NULL );
+--- a/configure
++++ b/configure
+@@ -10923,7 +10923,7 @@
+ GIO_MINIMUM=2.15.5
+ 
+ # pop up a "download done" notice...
+-LIBNOTIFY_MINIMUM=0.4.3
++LIBNOTIFY_MINIMUM=0.7.0
+ 
+ # create the tray icon with AppIndicator
+ LIBAPPINDICATOR_MINIMUM=0.0.11
diff -Nru transmission-2.03/debian/patches/0004-add-missing-zlib.path 
transmission-2.03/debian/patches/0004-add-missing-zlib.path
--- transmission-2.03/debian/patches/0004-add-missing-zlib.path 1970-01-01 
01:00:00.000000000 +0100
+++ transmission-2.03/debian/patches/0004-add-missing-zlib.path 2011-08-02 
19:31:24.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Link against libz library to fix FTBFS
+Author: Laurent Bigonville <[email protected]>
+Date: Tue, 02 Aug 2011 19:30:45 +0200
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634398
+
+--- a/qt/qtr.pro
++++ b/qt/qtr.pro
+@@ -9,7 +9,7 @@
+ 
+ CONFIG += qt qdbus thread debug link_pkgconfig
+ QT += network
+-PKGCONFIG = fontconfig libcurl openssl
++PKGCONFIG = fontconfig libcurl openssl zlib
+ 
+ TRANSMISSION_TOP = ..
+ INCLUDEPATH += $${TRANSMISSION_TOP}
diff -Nru transmission-2.03/debian/patches/series 
transmission-2.03/debian/patches/series
--- transmission-2.03/debian/patches/series     2010-10-18 00:16:34.000000000 
+0200
+++ transmission-2.03/debian/patches/series     2011-08-02 19:14:51.000000000 
+0200
@@ -1,2 +1,4 @@
 0001-libnatpmp_freebsd_ftbfs.patch
 0002-fix-rpc-server-URL.patch
+0003-libnotify0-7.patch
+0004-add-missing-zlib.path



--- End Message ---
--- Begin Message ---
Source: transmission
Source-Version: 2.82-1

We believe that the bug you reported is fixed in the latest version of
transmission, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Leo Costela <[email protected]> (supplier of updated transmission package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 15 Sep 2013 21:14:04 +0200
Source: transmission
Binary: transmission transmission-common transmission-dbg transmission-cli 
transmission-gtk transmission-qt transmission-daemon
Architecture: source all amd64
Version: 2.82-1
Distribution: unstable
Urgency: low
Maintainer: Leo Costela <[email protected]>
Changed-By: Leo Costela <[email protected]>
Description: 
 transmission - lightweight BitTorrent client
 transmission-cli - lightweight BitTorrent client (command line programs)
 transmission-common - lightweight BitTorrent client (common files)
 transmission-daemon - lightweight BitTorrent client (daemon)
 transmission-dbg - lightweight BitTorrent client (debug symbols)
 transmission-gtk - lightweight BitTorrent client (GTK interface)
 transmission-qt - lightweight BitTorrent client (Qt interface)
Closes: 636372 718624
Changes: 
 transmission (2.82-1) unstable; urgency=low
 .
   * [5b6dca28] Imported Upstream version 2.82
   * [c887c69a] add explicit build-dep on zlib (Closes: 636372)
   * [53b0896d] drop dpkg compression override; use default
   * [819c88d7] refresh kFreeBSD build patch
   * [f0d47519] bump build-deps for qt5
   * [e78ba741] add patch to systemd service file to use right user
     (Closes: 718624)
   * [88df797b] actually build-dep on systemd-daemon-dev to use it
     (Closes: 718624)
Checksums-Sha1: 
 380fd582b933b9bcd9b446961085aad5ce80754e 1904 transmission_2.82-1.dsc
 1081542e2692147e45dde7c310b793abc4f33f2d 3172024 transmission_2.82.orig.tar.xz
 c4f46d66e812efb11f647605e01169b942a25e1c 19395 
transmission_2.82-1.debian.tar.gz
 47cb203b619d17ed3ca3dadfe83fd1fae793a306 1172 transmission_2.82-1_all.deb
 8645639ed8ac65811dc5c7168c231048ff472899 254492 
transmission-common_2.82-1_all.deb
 02bf2f167bf7da6e4169b84a95e71a45bf033587 6286270 
transmission-dbg_2.82-1_amd64.deb
 1800c920a1187a572826caafc4631d593a4003e4 382522 
transmission-cli_2.82-1_amd64.deb
 054e1485cbecd797e2bb63f63d146122f013b546 690212 
transmission-gtk_2.82-1_amd64.deb
 4b058c61dee0f6ff1e21490b1f83b5c127b9cfbd 593256 
transmission-qt_2.82-1_amd64.deb
 9957c65d75d1007a214a94e6c1935788bf62d8dd 206258 
transmission-daemon_2.82-1_amd64.deb
Checksums-Sha256: 
 589bfa79f984717d6abe6c279831d28831341e42a0a0811916ebc6d1c5049126 1904 
transmission_2.82-1.dsc
 3996651087df67a85f1e1b4a92b1b518ddefdd84c654b8df6fbccb0b91f03522 3172024 
transmission_2.82.orig.tar.xz
 6d54ff9f15ecb872cfe316b089145aac1a8f40b3ee4ff5ccff19caca697fb19d 19395 
transmission_2.82-1.debian.tar.gz
 1ab780084e3ca8f7dab16694b374ca1fb58d497d2ea83247d0241f2af5fdd2b9 1172 
transmission_2.82-1_all.deb
 156167bddd4fed0c9925955fc10ae62baa2f866d9bb9506dbd2f3222519e3b3c 254492 
transmission-common_2.82-1_all.deb
 3a500c041debf27fac3132301505bdc191d5ee3b6d1ca3237971f3a0f0eeb034 6286270 
transmission-dbg_2.82-1_amd64.deb
 ad5176bced6d80673fd88864aad7af3de59b3052a7eccc079897eb0db5f9e179 382522 
transmission-cli_2.82-1_amd64.deb
 c01382b749894cf62e0b2578ce3b9c3af598e7cb7203ff2e5e58ca303de36052 690212 
transmission-gtk_2.82-1_amd64.deb
 fef5887088e504f04f49e82f3110ca782542aa195600c9a05aadb5a814c8ab4a 593256 
transmission-qt_2.82-1_amd64.deb
 b96a9ea31be9a1cdbc9f7731f2c37df6cad860bdd242d126f3ac7afe1937f8d1 206258 
transmission-daemon_2.82-1_amd64.deb
Files: 
 e3accf028f497279b7f750cb48515747 1904 net optional transmission_2.82-1.dsc
 a5ef870c0410b12d10449c2d36fa4661 3172024 net optional 
transmission_2.82.orig.tar.xz
 4ec1a3560168f1b9fccc8c0a862ca1fa 19395 net optional 
transmission_2.82-1.debian.tar.gz
 24c21ad491145128a793c7481ffd01fb 1172 net optional transmission_2.82-1_all.deb
 aa400dd0dc6e36b36c246f4d62376c56 254492 net optional 
transmission-common_2.82-1_all.deb
 c2181d3362a6505c981c43064a9042e7 6286270 debug extra 
transmission-dbg_2.82-1_amd64.deb
 3838ae7f3e9ed70a445d4b264f029db6 382522 net optional 
transmission-cli_2.82-1_amd64.deb
 00cf447d3650ee498d1f496c96819c9d 690212 net optional 
transmission-gtk_2.82-1_amd64.deb
 1515d241ca7584612d0a6134df35715c 593256 net optional 
transmission-qt_2.82-1_amd64.deb
 4f47c439dd4a99dee3bce74411f6b6e0 206258 net optional 
transmission-daemon_2.82-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlI08GMACgkQImLTb3rflGa2rQCgrGWq0/EPie1MlZSx4bmmiJ4l
cD4AoJa8F1GB//oS3OcSjUZWE49+moz7
=5zI5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to