Git log: commit 41dac5a1469481d81a6be0bf1a6293f4dbad48f4
Merge: b03adfc 16c6223
Author: Sandro Tosi <morph@debian.org>
Date: Mon Jun 20 19:20:13 2022 -0400
Merge branch 'nmu'
commit 16c62238e42018e7c5374653b22d13f94db59091
Author: Sebastian Ramacher <sramacher@debian.org>
Date: Sat May 21 09:22:10 2022 +0200
Import Debian changes 3.00-2.1
transmission (3.00-2.1) unstable; urgency=low
.
[ Steve Langasek ]
* debian/patches/openssl3-compat.patch: Compatibility with OpenSSL 3.
(Closes: #1006584)
.
transmission (3.00-2) unstable; urgency=medium
.
[ Debian Janitor ]
* Remove constraints unnecessary since stretch:
+ Build-Depends: Drop versioned constraint on debhelper, intltool.
.
[ Sandro Tosi ]
* debian/patches/build_new_autoconf.patch
- fix build with autoconf 2.70, patch by Sebastien Bacher; Closes: #978911
* debian/control
- bump Standards-Version to 4.6.0.1 (no changes needed)
.
transmission (3.00-1) unstable; urgency=medium
.
* New upstream release; Closes: #960362
- fix CVE-2018-10756; Closes: #961461
* debian/patches/*
- refresh, drop patches
* debian/copyright
- update upstream copyright info
- extend packaging copyright years
* New location for doc files
.
transmission (2.94-2) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
.
[ Sandro Tosi ]
* debian/patches/patch-vendored-libdht.patch
- patch DHT, as of 0.26 upstream release; Closes: #916705
* debian/control
- bump Standards-Version to 4.3.0 (no changes needed)
.
transmission (2.94-1) unstable; urgency=medium
.
* New upstream release
* refresh patches
* debian/patches/8c8386a7f3f482a9c917f51d28e0042e55f56b3e.patch,
debian/patches/bts885151_fix_ftcbfs_ac_run_ifelse.patch
- dropped, released upstream
* debian/copyright
- refresh copyright with `decopy`, most importantly add OpenSSL
exception
* debian/control
- replace libcurl4-gnutls-dev with libcurl4-openssl-dev as b-d, to reduce
the memory usage of transmission-daemon; patch provided by Andrey Gursky;
Closes: #865624
.
transmission (2.93-2) unstable; urgency=medium
.
* debian/control
- add qt5-qmake:native to b-d, to make it cross buildable; patch by Helmut
Grohne; Closes: #896699
.
transmission (2.93-1) unstable; urgency=medium
.
* New upstream release; Closes: #890325, #857511, #895869
* debian/patches/*
- drop patches merged upstream
* debian/control
- bump Standards-Version to 4.1.4 (no changes needed)
- update Homepage field to use HTTPS
- update Vcs-* fields to point to salsa
* enable Ayatana AppIndicator support; Closes: #894410
* set QT_SELECT=qt5 rather than build-depending on qt5-default; patch by
Helmut Grohne; Closes: #887849
.
transmission (2.92-3) unstable; urgency=medium
.
* debian/patches/transmission-fix-dns-rebinding-vuln.patch
- fix RCE execution via dns rebinding attach; fixes CVE-2018-5702;
Closes: #886990
* debian/patches/bts885151_fix_ftcbfs_ac_run_ifelse.patch
- fix a FTCBFS due to use of AC_RUN_IFELSE; Closes: #885151
* debian/{rules, transmission-qt.install}
- fix translation load in Qt frontend; patch by Rohan Garg; Closes: #771164
* debian/control
- bump Standards-Version t0 4.1.3 (no changes needed)
- update versioned b-d on debhelper, so that we can drop dh-systemd
* debian/copyright
- extend packaging copyright years
.
transmission (2.92-2) unstable; urgency=medium
.
* debian/watch
- point to transmission-release github repository
* Support OpenSSL 1.1.0; Closes: #835800
* debian/copyright
- point source field to github
- extend packaging copyright years
* debian/control
- use HTTPS for Vcs-* fields
- drop cmake from b-d, not needed; Closes: #836738
* debian/patches/transmission-daemon_execstop_service.patch
- add ExecStop to transmission-daemon service file; Closes: #831467
.
transmission (2.92-1) unstable; urgency=medium
.
* New upstream release; Closes: #824990, #808359
* debian/copyright
- add copyright/license for my packaging work
- update upstream copyright years
- update for new upstream code
* debian/watch
- dont run uupdate
* debian/patches/fix_freebsd_quota_include.patch
- refresh
* debian/patches/{bts808333_changeset_14319.patch, bts801300_changeset_14519.diff}
- drop, merged upstream
* debian/control
- add cmake to b-d
- bump Standards-Version to 3.9.8 (no changes needed)
* debian/rules
- remove m4/glib-gettext.m4 as now out of sync with system-wide
/usr/share/aclocal/glib-gettext.m4; Closes: #820785
- use autoconf and qmake when building transmission, patch from Ubuntu
* bump compat level to 9
* drop explicit dbg package and use automatic debsym, patch from Ubuntu
.
transmission (2.84-3) unstable; urgency=medium
.
* [6b8bb2a] fix a SIGSEGV due to racing in list node allocation;
Closes: #808333
* [40ec5cb] remove libappindicator3-dev from b-d; Closes: #801299
* [7ceb8fe] Fix black lines to be rendered when scrolling; Closes: #801300
.
transmission (2.84-2) unstable; urgency=medium
.
* upload to unstable
.
transmission (2.84-1) experimental; urgency=medium
.
* Acknowledge NMUs: thanks to Boris Pek, Thomas Goirand, Markus Koschany;
Closes: #737366, #718624, #754982, #757365, #718624, #734467
* [323b2ad] Set me as maintaner, Leo as uploader (with Leo's blessing)
* [3eecf54] removed Bugs field, as it was causing bugs to be sent to upstream;
Closes: #740944
* [e5bd0af] drop gconf integration, no longer needed; Closes: #741069,
#745936, #756823
* [0432bb4] bump Standards-Version to 3.9.6 (no changes needed)
* [fd2b694] transition to libsystemd-dev; Closes: #779760
.
transmission (2.84-0.2) unstable; urgency=medium
.
* Non-maintainer upload.
* transmission-daemon.postinst:
- Change home directory of transmission-daemon to
/var/lib/transmission-daemon from /home/debian-transmission.
Thanks to Alex Peters for the report. (Closes: #734467)
- Disable password authentication for debian-transmission user for
improved security. Logins with e.g. SSH RSA keys are still possible.
- Check existence of debian-transmission user with getent passwd
debian-transmission instead of id.
* Add transmission-daemon.preinst:
- Fix permissions in /var/lib/transmission-daemon and use
/var/lib/transmission-daemon as the new home directory.
- Move old configuration files to appropriate config directory
/var/lib/transmission-daemon/.config/transmission-daemon.
All together this ensures that transmission-daemon will not segfault
when systemd is the default init system.
Thanks to Andrei Popescu and Antoine Legonidec for the report and
additional tests. (Closes: #718624)
* transmission-daemon.links:
- Link settings.json from /etc/transmission-daemon/settings.json to
/var/lib/transmission-daemon/.config/transmission-daemon.
- Link /var/lib/transmission-daemon/.config/transmission-daemon to
/var/lib/transmission-daemon/info due to compatibility reasons with
the old sysv-rc init script settings.
* transmission-daemon.dirs:
- Do not create /var/lib/transmission-daemon/info anymore.
.
transmission (2.84-0.1) unstable; urgency=medium
.
* Non-maintainer upload.
* New upstream release:
- Fixes build with newer miniupnpc (Closes: #754982, #757365).
* Ran wrap-and-sort.
* Fix upstream service file (Closes: #718624).
* Refresh fix_freebsd_quota_include.patch.
* Minimum version of libminiupnpc-dev is now >= 1.9.
* Removed debian/gbp.conf which imposes bzip2 when upstream releases source
using xz compression.
.
transmission (2.82-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* [36a95ac] bump policy to 3.9.5 (no changes)
* [6f54782] use systemd only on linux systems
Thanks to Peter Green (Closes: 737366)
* [8e97c66] add build-dep on dh-autoreconf
* [210734a] debian/rules: use dh with autoreconf instead of autotools-dev
- fix re-configuring with automake >= 1.14
- fix FTBFS on kFreeBSD systems
* [14305bc] debian/changelog: fix lintian warning about wrong weekday
(2013-09-15 is a Sunday)
* [b7972f5] debian/control: fix lintian notes vcs-field-not-canonical
* [539e32b] debian/transmission-daemon.init:
fix lintian note init.d-script-missing-lsb-description
* [b10417b] debian/transmission-daemon.postinst: fix lintian error
maintainer-script-should-not-use-adduser-system-without-home
* [09bac94] debian/control: fix lintian note
capitalization-error-in-description GTK GTK+
.
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)
.
transmission (2.81-1) unstable; urgency=low
.
* [addd713c] Imported Upstream version 2.81
* [a22bbc9f] add patch to fix kfreebsd FTBFS
* [1d5de1c0] debian/control: add Bugs field
.
transmission (2.80-1) unstable; urgency=low
.
* [d15f5ecb] Imported Upstream version 2.80
- fix webseed speed limits (closes: #672560)
- fix download location setting (closes: #711665)
- add piece size selection to t-cli (closes: #677938)
* [c2267f83] d/watch: update for upstream new XZ-only policy
* [b9814eae] gconf-defaults: fix copy-paste error.
Thanks to Jeremy Bicha (Closes: 714400)
* [391d5e7f] bump policy to 3.9.4 (no changes)
* [32110073] add preliminary systemd support
.
transmission (2.77-2) unstable; urgency=low
.
* [d50c2128] add gconf defaults for gtk2 apps
.
transmission (2.77-1) experimental; urgency=low
.
* [45a5712d] Imported Upstream version 2.77
.
transmission (2.76-1) experimental; urgency=low
.
* [ef26caa5] Imported Upstream version 2.76 (closes: 698134)
- update libutp to fix alignment issues (closes: 695115)
.
transmission (2.73-1) experimental; urgency=low
.
* [5f051438] Imported Upstream version 2.73
.
transmission (2.71-1) experimental; urgency=low
.
* [14bfe39e] Imported Upstream version 2.71
- fixes qt client settings encoding issue (closes: 684088)
- fixes html entities in web client (closes: 684687)
.
transmission (2.61-1) experimental; urgency=low
.
* [76d3715e] Imported Upstream version 2.61
- fixes XSS vulnerability in web client (closes: 683380)
.
transmission (2.60-1) experimental; urgency=low
.
* [32fdde64] Imported Upstream version 2.60 (closes: #680710)
* [56c70f37] d/copyright: remove debian/ stuff
* [c58a1a06] d/copyright: add mention of /usr/share/common-licenses
.
transmission (2.52-1) unstable; urgency=low
.
* [38ac0424] Imported Upstream version 2.52
* [eb266564] really apply hardening flags to all binaries (Closes: 671569)
* [6c488258] debian/copyright: fix a couple of typos
* [fbff408b] fix warning if daemon disabled by /etc/defaults/...
.
transmission (2.51-2) unstable; urgency=low
.
* [5c9d09ba] debian/copyright: fix deb-5 formatting
* [837a1590] debian/rules: enable hardening flags by default (Closes: #671569)
.
transmission (2.51-1) unstable; urgency=low
.
* [e0e7ceaf] Imported Upstream version 2.51
- fixes crash loading new torrent (Closes: #664875)
* [b38aa2b2] add reportbug presubj to suggest transmission-dbg
* [f3d3e736] drop dh-autoreconf; we're no longer patching build-system
* [b64dcbfb] fix permissions of /etc/t-d/settings.json
* [bf97fff7] remove old fixes; problems already fixed by version in stable
* [bf666ec6] drop gtk2 build-deps (Closes: 666923)
* [c3c7122b] drop patch to handle SIGTERM (merged upstream)
* [0fd1d95f] drop patch to build with new natpmp (merged upstream)
.
transmission (2.50-1) unstable; urgency=low
.
* [f5bae11c] Imported Upstream version 2.50
* [ce6d0239] bump policy to 3.9.3 (no changes)
* [9bb46b5d] drop patch for building against system-wide libs;
upstream now does it better and also builds with
libminiupnpc<1.6 again
* [3e1b7ba2] drop patch for checking whether to build libutp; fixed
upstream (Closes: 642538)
* [bebc613d] update debian/copyright and fully dep5-ify it
* [6adf809c] add patch to handle SIGTERM instead of trying to handle
SIGKILL. Thanks to Matt Kraai (Closes: 651365)
.
transmission (2.42-1) experimental; urgency=low
.
* [8a7af00b] Imported Upstream version 2.42
* [852379b6] + [9461e1ab] adding patch to "fix" check for libutp
* [066e3202] t-daemon: patch to add support for "status" action.
Thanks to Peter Eisentraut (Closes: 647647)
* [00a1d8c2] refresh use-system-libmini(...) patch
* [8c4446e1] remove unnused ./configure args and explicitly enable cli+daemon
* [d80d20d6] build-deps: add gtk3 and bump miniupnp to >=1.6
.
transmission (2.33-1) experimental; urgency=low
.
* [a0cec32b] Imported Upstream version 2.33
* [0f867d44] refresh patch use-system-lib*
* [4986a877] rm libgconf2-dev from build-deps (was commented out anyway)
* [8f64551c] build-dep on specific version of libnatpmp-dev
* [95b1862a] add patch to build with libnatpmp1
* [671011fa] add more options to t-daemon.default/init (Closes: 622225)
* [189091a5] install qt translations (thanks Timur Birsh) (Closes: 625537)
.
transmission (2.32-1) experimental; urgency=low
.
* [2e6421d7] Imported Upstream version 2.32
* [7ac14d07] refresh patch; fix qt linking with libutp
.
transmission (2.31-1) experimental; urgency=low
.
* new upstream release (closes: #628015)
- now builds with libnotify >= 0.7 (closes: 630305)
- correctly passes needed libs to build libtransmission (closes: 556501)
* debian/transmission-daemon.init:
- increase STOP_TIMEOUT
- remove FIXME about pidfile: --exec works well enough in this case
* debian/patches:
- add use-system-libminiupnpc-and-libnatpmp.patch (closes: #622389)
* debian/control:
- fix build-dep on libcurl4-dev (closes: 622796)
- fix VCS-browse link
- remove DM-upload-allow
- build-dep on libnotify-dev >= 0.7 (see above)
- add build-dep on libminiupnpc-dev, libnatpmp-dev for above patches
* debian/transmission-daemon.postrm:
- don't remove user (as per apparent consensus in discussion here:
http://lists.debian.org/debian-devel/2011/03/msg01174.html)
.
transmission (2.22-1) experimental; urgency=low
.
* new upstream release (must go to experimental because of
libevent >= 2.0.10 dep) (closes: #614069)
- fix link to online help (closes: 592960)
- don't leak FDs with ipv6 (actually fixed in 2.20) (closes: 619534)
- fixes FTBFS (closes: 621814)
* new transmission-dbg binary package (closes: 607591)
* policy bump to 3.9.2 (no changes)
* debian/lintian/*: fix the icon overrides
.
transmission (2.11-1) experimental; urgency=low
.
* new upstream release
* debian/control:
- correct replaces/breaks "off-by-one"
- remove build-dep on rpath, not needed anymore
- change transmission metapackage to depend on all frontends
.
transmission (2.10-2) experimental; urgency=low
.
* correct binary names in mime files
* remove old example script which depended on specific
transmission-remote output; added example for download hook script
* update replaces/breaks for the /usr/share/icons move to
transmission-common (closes: #600637)
.
transmission (2.10-1) experimental; urgency=low
.
* new upstream release (closes: #592835)
- link to online help has been fixed (closes: #592960)
* imported work into git repo
* debian/control:
- remove Philipp Benner from Uploaders
- change VCS headers to point to new git repo
- bump debhelper version to 8
- bump policy to 3.9.1 (no changes needed)
- rewrite long description to better explain the multiple
incarnations of transmission, also correcting to which package
transmission-remote actually belongs. (closes: #595411,#595412)
* debian/copyright: long-needed refresh
* debian/qtr.1, debian/transmission-qt.desktop: dropped, upstream now
has them both
* debian/watch: updated to reflect new download link
* debian/NEWS.Debian: added to announce the binary name changes
* debian/rules: rewrite to use compact dh style
.
transmission (2.03-1) unstable; urgency=low
.
* new upstream release
.
transmission (2.01-1) unstable; urgency=low
.
* new upstream release
* debian/transmission-daemon.postinst:
- don't choke if the config file isn't there (closes: #588010)
* debian/control:
- bump policy to 3.9.0: use Breaks for file moved between packages
- remove old conflicts for versions older than the ones in stable
.
transmission (2.00-1) unstable; urgency=low
.
* new upstream release (closes: #586503)
* debian/patches:
- dropped libevent-build-related patches (integrated upstream)
- refresh libnatpmp_freebsd patch
.
transmission (1.93-2) unstable; urgency=low
.
* change permission from /etc/transmission-daemon to enable config
update by daemon itself (closes: #579998, #579304)
* debian/transmission-daemon.{postinst,postrm}:
- rework the dpkg-statoverride usage, don't add overrides ourselves
- don't delete overrides on package remove, we're not setting them
anymore
- remove old overrides if they're the ones set by the package
.
transmission (1.93-1) unstable; urgency=low
.
* new upstream release
- don't overwrite settings.json symlink (closes: #579304)
* debian/patches: refresh dont_build_libevent.patch
.
transmission (1.92-1) unstable; urgency=low
.
* new upstream release
- fix possible data corruption (closes: #574507)
* debian/transmission-daemon.default: drop --auth to avoid overriding
saved settings (closes: #575828)
* debian/rules: finally clean up get-orig-source (closes: #573568)
.
transmission (1.91-1) unstable; urgency=low
.
* new upstream release
* debian/transmission-daemon.postrm: don't remove statoverride on
purge (closes: #571934)
.
transmission (1.90-1) unstable; urgency=low
.
* new upstream release
* debian/transmission-daemon.postrm: remove statoverride after deleting
group (closes: #569238)
* debian/{control,rules}: drop libcanberra-dev and libgconf-dev build-deps
and ensure we build without them. Please check the bug log for a more
complete rationalle behind the decision. (closes: #570416)
.
transmission (1.83-2) unstable; urgency=low
.
* debian/control: bump build-dep on libevent-dev to >= 1.4 (closes: #568544)
.
transmission (1.83-1) unstable; urgency=low
.
* new upstream version
* bump policy to 3.8.4 (no changes)
.
transmission (1.82-2) unstable; urgency=low
.
* debian/control
- drop python build-dep, not needed for some time
- bump intltool build-dep to >= 0.40 (closes: #566875)
- add libcanberra-gtk and libgconf build-deps
.
transmission (1.82-1) unstable; urgency=low
.
* new upstream release
- stop creating non-existent watch dir (closes: #554903)
- daemon can now reload conf on SIGHUP (closes: #539936)
- multiple tracker announce (closes: #509040)
* debian/patches: drop fr.po.patch (merged upstream)
.
transmission (1.77-1) unstable; urgency=medium
.
* new upstream release (closes: #563747)
- fixes GIcon memory leak (closes: #551558)
- medium urgency because it fixes a security issue. From upstream:
- Fix potential data loss by maliciously-crafted .torrent files
* convert to 3.0 (quilt)
* debian/patches:
- add fr.po.patch: fixes french translation (closes: #563262)
(thanks Guillaume Delacour)
- refresh qt patch
* debian/transmission-daemon.init: add sbin to PATH (closes: #561392)
* debian/control: add misc:Depends to all packages
* debian/watch: don't mangle upstream version, just ignore beta
releases using a stricter regex.
.
transmission (1.76-1) unstable; urgency=low
.
* new upstream release
* debian/transmission-daemon.init: depend on $remote_fs (closes: #549241)
.
transmission (1.75-1) unstable; urgency=low
.
* new upstream release
- fixes UTF-8 string truncation (closes: #547423)
* debian/watch: mangle the "b[0-9]+" suffix, used sometimes to mark
beta versions. Should avoid DEHS thinking there's a new release.
* debian/lintian: add comments to the overrides
.
transmission (1.74-1) unstable; urgency=low
.
* new upstream release
- update miniupnp scripts (closes: #539098)
* debian/patches: drop miniupnp patch (see above: fixed upstream)
* debian/watch: remove old dfsg mangle, check only bz2 (upstream
stopped using gz and is using only bz2/lzma)
* debian/control: bump policy to 3.8.3 (no changes)
* debian/README.source: added to shut lintian up
.
transmission (1.73-5) unstable; urgency=low
.
* debian/rules: patch before configure
* debian/patches: add patch to not build libevent, regardless of
linking (really, really closes: #537868)
* debian/changelog: fix dates
.
transmission (1.73-4) unstable; urgency=low
.
* debian/patches: oops, hadn't seen the libnatpmp part of the
problem... (really closes: #537868)
.
transmission (1.73-3) unstable; urgency=low
.
* debian/patches/series: actually add the patch to make the qt
version use the system-wide libevent. (closes: #537868)
.
transmission (1.73-2) unstable; urgency=low
.
* debian/{rules,control,transmission-qt.*}: build Qt client in
transmission-qt (closes: #528074)
.
transmission (1.73-1) unstable; urgency=low
.
* New upstream release
- Fix bug where user-configured peer limits could be exceeded
(closes: #535346)
- fix rounding issues (closes: #536677)
- fix creation of torrent files with cli interface (closes: #533609)
* debian/patches: fix build issue by escaping slash in updateminiupnp.sh
* debian/rules: remove deprecated dh_desktop
.
transmission (1.72-1) unstable; urgency=low
.
* new upstream release: (closes:#533423)
- Can now sort the file list by priority, download, and completeness
(closes: #517872)
- fixed race condition adding file from browser (closes: #500195)
* debian/control: policy 3.8.2 (no changes)
.
transmission (1.71-1) unstable; urgency=low
.
* new upstream release: (closes:#532007)
- uses system-wide libevent, if available (closes: #529372)
- transmission-remote now returns !0 on error (closes: #526703)
- fixed torrent adding in the web interface (closes: #529717)
- fix properties screen (closes: #530669)
- javascript speed fixes (closes: #531162)
* debian/transmission-daemon.default: comment typo (closes: #528253)
.
transmission (1.61-2) unstable; urgency=low
.
* debian/patches: remove ipv6.patch, was causing other problems
.
transmission (1.61-1) unstable; urgency=low
.
* new upstream release: fixes potential security hole for web clients
* debian/patches: remove pt_BR.patch, included upstream
.
transmission (1.60-2) unstable; urgency=low
.
* debian/rules: actually add the example script to transmission-common
* debian/copyright: add example script copyright
.
transmission (1.60-1) unstable; urgency=low
.
* new upstream release
* debian/{rules,control}: add quilt support
* debian/patches:
- include fix to pt_BR translation (thanks Flamarion Jorge)
(closes: #525944)
- include fix for ipv6 (thanks Peng tao) (closes: #526256)
* debian/transmission-cli.examples: add email script by Alexander
Galanin (closes: #526876)
* debian/control: bump policy to 3.8.1 (no changes)
.
transmission (1.52-1) unstable; urgency=low
.
* new upstream release
- fixes creation of spurious Downloads dir (closes: #518792)
* debian/control:
- transmission-cli Suggests both transmission and transmission-daemon
* debian/transmission-daemon.default: minor comment correction
.
transmission (1.51-1) unstable; urgency=low
.
* new upstream release (closes: #518094)
.
transmission (1.50-1) unstable; urgency=low
.
* new upstream release (closes: #510743)
* debian/control,
debian/transmission-cli.install,
debian/transmission-daemon.install: move transmission-remote to
transmission-cli package (closes: #511572)
* debian/control:
- strip the "XS" prefix and use the official DM field name
- changed build-dep on libcurl to "libcurl4-dev | libcurl-dev"
.
transmission (1.40-5) unstable; urgency=low
.
* debian/transmission-daemon.{links,install}: fix the conf link
(closes: #508750)
* debian/transmission-daemon.preinst: add workaround for old configs
in /var/lib/transmission-daemon/info
* debian/transmission-daemon.postrm: add cleanup for /var/lib/ dirs on
purge
.
transmission (1.40-4) unstable; urgency=low
.
* debian/transmission-daemon.init: add forgotten --retry in restart action
(closes: #508718)
.
transmission (1.40-3) unstable; urgency=low
.
* debian/transmission-daemon.postinst: fix copy/paste error (closes: #508310)
.
transmission (1.40-2) unstable; urgency=low
.
* debian/transmission-daemon.postinst: add --group to adduser call
and add workaround for the lack of the flag in 1.40-1 (closes: #507766)
* debian/control: make transmission-cli recommend transmission-daemon,
instead of depending
* debian/transmission-daemon.init: add --retry to stop action to avoid
race condition during install
.
transmission (1.40-1) unstable; urgency=low
.
* New upstream release (closes: #505846)
- No longer re-download parts unnecessarily (closes: #500971)
- badwidth limit code rewritten (closes: #495693)
* debian/control:
- added transmission-gtk Recommends on xdg-utils (closes: #497978)
- separated transmission-daemon package (closes: #503744)
- added "Replaces: transmission-cli" to daemon package
- added intltool build-dep
- remove "free" from short description (it's in main, that's redundant)
* added initscript for the daemon (closes: #503961)
.
transmission (1.34-1) unstable; urgency=low
.
* New upstream release (closes: #499851)
* debian/{rules,control,patches}: removed patch added on last upload (since
I already messed up uploading a new version to unstable, might as well
keep it up-to-date)
.
transmission (1.33-2) unstable; urgency=low
.
* debian/rules: add quilt patch support
* debian/control: add build-dep on quilt
* debian/patches/rev_6749.diff: Backport fix for memory leak
(closes: #499828)
.
transmission (1.33-1) unstable; urgency=low
.
* New upstream release (Closes: #496325)
.
transmission (1.32-1) unstable; urgency=low
.
* New upstream release (Closes: #494438, #487355)
* debian/rules, debian/transmissioncli.{install,manpages}:
- transmission-proxy is no longer shipped
- add --as-needed to LDFLAGS
* debian/transmission-common.install: add web directory
(including upstream jquery since it includes plugins not available
in libjs-jquery)
* debian/copyright: updates from upstream and corrections (many GPL
files had Licence:MIT fields) (thanks Kevin Bortis for the heads-up)
.
transmission (1.22-1) unstable; urgency=low
.
* New upstream release (Closes: #486274)
* debian/control: policy 3.8.0 (no changes)
.
transmission (1.21-1) unstable; urgency=low
.
* New upstream release (Closes: #482539)
* Leo Costela is now the official maintainer
* Mentioning the upstream bts in README.debian (Closes: #466761)
.
transmission (1.20-1) unstable; urgency=low
.
* new upstream release (closes: #481065):
- add build-dep on libcurl-dev
* debian/transmission-gtk.menu: better describe menu item (closes: #478212)
* debian/control, debian/compat: bump debhelper v7
* debian/rules:
- some small changes and cleanups for debhelper v7, preparing for a
possible migration to dh
- add dh_icon (from Ubuntu, thanks Fávio Martins)
* debian/transmission-gtk.install: added usr/share/icons (see above)
.
transmission (1.11-1) unstable; urgency=low
.
* new upstream release
.
transmission (1.10-1) unstable; urgency=low
.
* new upstream release
.
transmission (1.06-1) unstable; urgency=low
.
* new upstream release
.
transmission (1.05-1) unstable; urgency=low
.
* new upstream release
.
transmission (1.04-1) unstable; urgency=low
.
* new upstream release
.
transmission (1.02-1) unstable; urgency=low
.
* New upstream release (Closes: #461237, #461778, #460319).
.
transmission (1.00-1) unstable; urgency=low
.
* New upstream release
(Closes: #458942, #457825, #458202, #452440, #456038, #454802, #458075).
* updated maintainer email
* debian/patches: removed unneeded patches (dealt with DSFG dirs, see below)
* debian/control:
- updated upstream homepage
- add DM-upload:yes
* debian/rules:
- update get-orig-source to not remove dirs, DFSG status resolved
upstream
- don't rename transmissioncli manpage, renamed upstream
.
transmission (0.96.dfsg-1) unstable; urgency=low
.
* New upstream release (Closes: #456228).
* Added transmission-gtk.mime (Closes: #454801).
* Fixed typo (Closes: #456036).
.
transmission (0.95.dfsg-2) unstable; urgency=low
.
* add transmission-common package, to avoid duplication on files
* install NEWS as changelog
* rename README.Debian-source to README.debian (for consistency), document
current open bug about licence issues
* registering transmission to handle torrent files (Closes: #454801)
(Philipp Benner)
* improved portability (Philipp Benner)
.
transmission (0.95.dfsg-1) unstable; urgency=low
.
* New upstream release (Closes: #454127).
* debian/copyright: convert to UTF-8 (Leo "costela" Antunes)
.
transmission (0.93.dfsg-2) unstable; urgency=low
.
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
fields (Leo "costela" Antunes)
.
transmission (0.93.dfsg-1) unstable; urgency=low
.
* New upstream release (Closes: #450522, #450778).
* Support for binary-indep target.
.
transmission (0.91.dfsg-1) unstable; urgency=low
.
* New upstream release (Closes: #448516).
* Using manpages from source package.
.
transmission (0.90.dfsg-2) unstable; urgency=low
.
* Updated manuals.
* Converted copyright file to machine interpretable format.
* Fixed debian/watch (making file extention group non-capturing)
.
transmission (0.90.dfsg-1) unstable; urgency=low
.
* New upstream release (Closes: #447444, #447905).
* debian/watch: check for both gz and bz2 archives (Leo "costela" Antunes)
* debian/*.manpages: copied manpages from 0.82 into debian dir, since
upstream didn't release them this time, for some reason (Leo "costela"
Antunes)
* debian/rules: add $(CURDIR) to 'make install' call and corrected dir
(transmission to tmp), remove RPATH definition from transmission binary
(Leo "costela" Antunes)
* debian/control: add chrpath build-dep
* debian/transmission-cli.*: binary upstream rename from transmissioncli to
transmission-cli (Leo "costela" Antunes)
* debian/transmission-gtk.*: binary upstream rename from transmission-gtk to
transmission (perhaps this will generate some confusion with the package
names) (Leo "costela" Antunes)
.
transmission (0.82.dfsg-1) unstable; urgency=low
.
* New upstream release (Closes: #441886)
* including transmission deamon tools (Closes: #441072)
* updated get-orig-source target
* removed debtags from debian/control
* added homepage tag to debian/conrtol
* removed README.Debian
.
transmission (0.81.dfsg-1) unstable; urgency=low
.
* New upstream release
.
transmission (0.80.dfsg-1) unstable; urgency=low
.
* New upstream release (closes: #437512)
* debian/menu: change section from Apps to Applications, according to new
policy
.
transmission (0.72.dfsg-1) unstable; urgency=low
.
* new upstream release
.
transmission (0.71.dfsg-1) unstable; urgency=low
.
* new upstream release (Closes: #419970, #421145)
* transmission-cli and transmission-gtk have to replace old transmission
+ package (Closes: #421196)
* making the build process more verbose
* patched the version.sh script to run without excluded directories
* destdir patch for makefiles no longer required
.
transmission (0.6.1.dfsg-2) unstable; urgency=low
.
* new desktop file and xpm icon (Closes: #394464)
* watchfile version mangle for debian version
* distributing command line and gui client in separated binary packages
(Closes: 415140)
.
transmission (0.6.1.dfsg-1) unstable; urgency=low
.
* Initial release (Closes: #358878)
commit b03adfca6ce2efb3a7a4ec0491004aa176a0f16d
Merge: 5121e5a c8e87e9
Author: Sandro Tosi <morph@debian.org>
Date: Thu Mar 3 01:32:51 2022 +0000
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints
See merge request debian/transmission!9
commit c8e87e9402f6ab3fa19407c69b316a4ec1c4585e
Author: root <root@bf0aeeb6f301>
Date: Wed Mar 2 01:46:18 2022 +0000
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on libevent-dev, libminiupnpc-dev, libnatpmp-dev and libnotify-dev.
* transmission-common: Drop versioned constraint on transmission-gtk in Replaces.
* transmission-common: Drop versioned constraint on transmission-gtk in Breaks.
* transmission-cli: Drop versioned constraint on transmission-daemon in Replaces.
* transmission-cli: Drop versioned constraint on transmission-daemon in Breaks.
* transmission-daemon: Drop versioned constraint on lsb-base in Depends.
* transmission-daemon: Drop versioned constraint on transmission-cli in Recommends.
* transmission-daemon: Drop versioned constraint on transmission-cli in Replaces.
* transmission-daemon: Drop versioned constraint on transmission-cli in Breaks.
Changes-By: deb-scrub-obsolete
commit 5121e5a060836d9bbf0a6e6361c19974bda3f391
Merge: 507353c 0951947
Author: Sandro Tosi <morph@debian.org>
Date: Mon Jan 24 06:34:52 2022 +0000
Merge branch 'install-fixes' into 'master'
Misc install fixes
See merge request debian/transmission!8
commit 095194743d382eee288dffd8e434a7cba5f990be
Author: Pino Toscano <pino@debian.org>
Date: Mon Jan 24 07:11:12 2022 +0100
gtk: shipp appstream file
commit c7e58de4022e1c3d52c5fdac418eff5c625b6f18
Author: Pino Toscano <pino@debian.org>
Date: Mon Jan 24 07:03:29 2022 +0100
install man pages using dh_install
commit 507353c464b549252a53023110124290187af202
Merge: 20f82fb 7bdca33
Author: Sandro Tosi <morph@debian.org>
Date: Sun Jan 23 20:58:15 2022 +0000
Merge branch 'drop-debian-menu' into 'master'
Drop Debian menu files & pixmaps
See merge request debian/transmission!7
commit 7bdca334abc8d636d5ce44894299d35f00c9c112
Author: Pino Toscano <pino@debian.org>
Date: Sun Jan 23 09:42:21 2022 +0100
transmission-common: ship app pixmap
commit 13bfabca958d6ec1a92374c0b346078631c223d0
Author: Pino Toscano <pino@debian.org>
Date: Sun Jan 23 09:08:35 2022 +0100
Drop Debian menu files & pixmaps
No more needed with desktop files.
commit 62f6fd208a7fd8d6722f9024776e5a50528cc40d
Author: Pino Toscano <pino@debian.org>
Date: Sun Jan 23 09:04:22 2022 +0100
start a new changelog entry for 3.00-3