1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
ed2k-hash (0.4.0+ds-5) unstable; urgency=medium
[ Debian Janitor ]
* Bump Standards-Version to 4.6.0; no more changes necessary.
[ Sven Geuer ]
* Bump years in d/copyright to 2022 where required.
* Bump Standards-Version to 4.6.1; no more changes necessary.
-- Sven Geuer <debmaint@g-e-u-e-r.de> Wed, 26 Oct 2022 14:42:20 +0200
ed2k-hash (0.4.0+ds-4) unstable; urgency=medium
[ Debian Janitor ]
* Drop unnecessary dependency on dh-autoreconf.
[ Sven Geuer ]
* Add myself as uploader.
* Update d/watch to version 4.
* Bump years in d/copyright where required.
* Bump Standards-Version to 4.5.1; no more changes necessary.
[ Samuel Henrique ]
* d/watch: Use sf redirector as recommended by
debian-watch-lacks-sourceforge-redirector
-- Sven Geuer <debmaint@g-e-u-e-r.de> Mon, 01 Feb 2021 21:14:16 +0100
ed2k-hash (0.4.0+ds-3) unstable; urgency=medium
* Team upload.
[ Samuel Henrique ]
* Add d/salsa-ci.yml.
* Add d/gbp.conf.
[ Sven Geuer ]
* Fix FTBFS on kfreebsd and hurd.
- Add fix-FTBFS-on-kfreebsd+hurd.patch to d/patches.
* Fix Lintian warning national-encoding.
- Add fix-national-encoding.patch to d/patches.
* Revise d/u/metadata to comply with DEP-12.
* Make sure all patch headers comply with DEP-3.
* Introduce d/s/lintian-overrides to override Lintian's
patch-not-forwarded-upstream since upstream is dead.
* Update d/copyright.
* Update d/control.
- Replace Build-Depends debhelper (>= 12~) by debhelper-compat (= 13) and
consequently drop d/compat.
- Add Rules-Requires-Root: no.
- Remove needless stanza Pre-Depends.
- Bump Standards-Version to 4.5.0.
-- Sven Geuer <debmaint@g-e-u-e-r.de> Sun, 30 Aug 2020 22:24:18 +0200
ed2k-hash (0.4.0+ds-2) unstable; urgency=high
* Team upload.
[ Sven Geuer ]
* d/patches:
- Create patch for "Fix wrong hash production in 64 bit systems (#562833)"
which was done immediately to 0.3.3 upstream source before and thus got
lost.
(Closes: #921214)
* d/control:
- Bump debhelper version to 12
- Bump Standards-Version to 4.3.0
* d/compat:
- Bump compat version to 12
* Add d/tests/* for autopkgtest.
* d/copyright:
- Update debian/* copyright
-- Sven Geuer <debmaint@g-e-u-e-r.de> Sun, 10 Feb 2019 15:49:49 +0100
ed2k-hash (0.4.0+ds-1) unstable; urgency=medium
* Team upload.
[ Raphaël Hertzog ]
* d/control:
- Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org
- Update team maintainer address to Debian Security Tools
[ SZ Lin (林上智) ]
* Import new upstream release
* Add upstream metadata file
* Add doc-base file
* d/control:
- Bump debhelper version to 11
- Bump Standards-Version to 4.2.1
- Remove dh-autoreconf for Build-Depends: since it is enabled by default now
* d/compat:
- Bump compat version to 11
* d/copyright:
- Fix insecure copyright format URI
- Add Files-Excluded field to remove upstream debian directory
* d/patches
- Tweak existed patches format
- Add "use hyphen instead of underscore to align with other docs" patch
- Add "remove upstream debian directory setting" patch
* d/README.debian
- Fix typo
* d/rules:
- Add override_dh_missing target (--fail-missing)
- Clean up target based on new upstream release
* d/watch:
- Add wildcard since upstream had changed the release format
- Add repack suffix params due to the upstream file removing
-- SZ Lin (林上智) <szlin@debian.org> Wed, 12 Sep 2018 10:16:58 +0800
ed2k-hash (0.3.3+deb2-3) unstable; urgency=medium
* Team upload.
* Upload to unstable.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 16 Jun 2015 23:21:35 -0300
ed2k-hash (0.3.3+deb2-2) experimental; urgency=medium
* Team upload.
* Acknowledge NMU. Thanks to Anibal Monsalve Salazar. (Closes: #737998)
* Migrations:
- debian/rules to new (reduced) format.
- DebSrc to 3.0 version.
- DH level to 9.
- Using dh-autoreconf now.
* debian/control:
- Added the 'forensics' word to long description.
- Build-Depends field:
~ Added dh-autoreconf.
~ Changed from automake1.11 and autoconf2.59 to automake and
autoconf.
~ Removed autotools-dev.
- Bumped Standards-Version to 3.9.6.
- Removed the leading artiche from short description.
- Updated the Vcs-* fields.
* debian/copyright:
- Removed some unnecessary copyright notices (exceptions declared by
FSF).
- Updated the header of the file.
- Updated the packaging copyright information.
* debian/manpages: added to install the manpage.
* debian/patches/:
- Added fix-autoconf to fix/modernize autoconf and avoid the current
FTBFS status.
- Added fix-gcc-warnings to fix some warnings sent by GCC.
* debian/rules:
- Created override_dh_clean to remove some files kept by upstream and
to undo the configure.{ac,in} rename.
- Created override_dh_autoreconf to rename configure.in to configure.ac
before build.
- Created override_dh_auto_configure to make available the config.guess,
config.sub and install-sh files.
* debian/watch: fixed and improved.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Mon, 02 Mar 2015 20:19:34 -0300
ed2k-hash (0.3.3+deb2-1.1) unstable; urgency=medium
* Non-maintainer upload
* Fix FTBFS on mipsel
Add automake1.11, autoconf2.59, libtool to Build-Depends.
Run autoreconf --force
Closes: #737998
-- Anibal Monsalve Salazar <anibal@debian.org> Sun, 09 Feb 2014 02:29:52 +0000
ed2k-hash (0.3.3+deb2-1) unstable; urgency=low
* Change VCS address.
* Change maintainter to Debian Forensics
* Fix wrong hash production in 64 bit systems. Thanks to Alexey Bazhin.
(Closes: #562833)
-- Tiago Bortoletto Vaz <tiago@debian.org> Mon, 28 Dec 2009 13:40:42 -0200
ed2k-hash (0.3.3+deb1-1) unstable; urgency=low
* Removed obsolet admin/config.{sub,guess} files; copying them from local
system instead. Thanks to Bradley Smith. (Closes: #548226)
* Create new upstream tarball due to the needed changes not yet done by the
upstream, so appending +deb1 to the Debian source.
* Improved explanation about changes in the original tarball in
README.Debian.
-- Tiago Bortoletto Vaz <tiago@debian.org> Sat, 26 Sep 2009 22:32:17 -0300
ed2k-hash (0.3.3-1) unstable; urgency=low
* Initial Release. (Closes: #543382)
-- Tiago Bortoletto Vaz <tiago@debian-ba.org> Mon, 31 Aug 2009 23:13:20 -0300
|