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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
|
magicrescue (1.1.10-4) unstable; urgency=medium
[ Joao Eriberto Mota Filho ]
* Fixed install in accordance with FHS 3.0. Consequently:
- debian/patches/040_fix-install.patch: created to install manpage in
usr/share/man/man1 and tools is usr/libexec/magicrescue/tools.
- debian/rules: removed no longer needed lines from override_dh_install
target.
* debian/control: bumped Standards-Version to 4.5.0.
* debian/copyright: updated packaging copyright years.
* debian/source/include-binaries: added new file names to allow new tests
via autopkgtest.
* debian/tests/*: created new tests, including dupemap.
[ Samuel Henrique ]
* Configure git-buildpackage for Debian.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Mon, 06 Apr 2020 15:21:20 -0300
magicrescue (1.1.10-3) unstable; urgency=medium
[ Joao Eriberto Mota Filho ]
* Happy New Year!
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Bumped Standards-Version to 4.4.1.
* debian/copyright:
- Added packaging rights for Samuel Henrique.
- Updated packaging copyright years.
- Using GitHub/issues address in Upstream-Contact field.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
[ Samuel Henrique ]
* Add salsa-ci.yml.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Wed, 01 Jan 2020 02:12:49 -0300
magicrescue (1.1.10-2) unstable; urgency=medium
* debian/patches/:
- 20_fix-manpage.patch: renamed to 010_fix-manpage.patch.
- 40_add-Perl-preprocessor.patch: renamed to
020_add-Perl-preprocessor.patch.
- 030_fix-textextract-crash.patch: added to fix a command crash. Thanks
to Jonas Jensen <jbj@knef.dk>. (Closes: #716387)
-- Joao Eriberto Mota Filho <eriberto@debian.org> Fri, 07 Dec 2018 08:13:42 -0200
magicrescue (1.1.10-1) unstable; urgency=medium
* New upstream version 1.1.10.
* New upstream homepage. Consequently, updated the following files:
- debian/control
- debian/copyright
- debian/watch
* The upstream fixed some points in source code and applied several patches
from Debian (thanks!). Consequently:
- Removed the following patches:
~ 10_fix-FTBFS-Hurd.patch
~ 30_make-Makefile-compliant.patch
~ 50_fix-failure-word.patch
~ 60_fix-LDFLAG-pos.patch
~ 70_fix-interpreter-path.patch
- Updated the following patches:
~ 20_fix-manpage.patch
~ 40_add-Perl-preprocessor.patch
- Removed the following file:
~ debian/recipes/sqlite
* debian/copyright: updated upstream copyright years.
* debian/docs: added README.md.
* debian/manpages: removed. The upstream is installing the manpages.
* debian/rules: all actions to fix issues when installing magicrescue were
moved to debian/rules. Consequently, the following files were deleted:
- debian/install
- debian/links
* debian/tests/control:
- Added new tests.
- Using restriction instead of '2>'.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sat, 24 Nov 2018 22:59:51 -0200
magicrescue (1.1.9-7) unstable; urgency=medium
[ Joao Eriberto Mota Filho ]
* Migrated DH level to 11.
* debian/control: bumped Standards-Version to 4.2.1.
* debian/copyright:
- Added rights for Gianfranco Costamagna and Raphaël Hertzog.
- Updated packaging copyright years.
- Using a secure copyright format in URI.
* debian/patches/70_fix-interpreter-path.patch: added to fix the path of the
Perl interpreter.
* debian/source/include-binaries: added to control debian/tests/test.img.
* debian/tests/*: added to perform tests.
[ Raphaël Hertzog ]
* debian/control:
- Changed Vcs-* URLs to salsa.debian.org.
- Updated team maintainer address to Debian Security Tools
<team+pkg-security@tracker.debian.org>.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sat, 15 Sep 2018 16:09:37 -0300
magicrescue (1.1.9-6) unstable; urgency=medium
* Team Upload
[ Carlos Maddela ]
* debian/patches/60_fix-LDFLAG-pos.patch:
- Fix missing gdbm support where gcc has default wl-asneeded flag,
by fixing the linking order (Closes: #849110)
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 07 Feb 2018 11:31:21 +0100
magicrescue (1.1.9-5) unstable; urgency=medium
* Team upload.
* Use compat gdbm package to add again gdbm support (Closes: #889071)
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 07 Feb 2018 10:39:59 +0100
magicrescue (1.1.9-4) unstable; urgency=medium
* Bumped DH level to 10.
* The upstream homepage is offline.
* debian/control: removed gimp-xcf from long description.
* debian/copyright: added an extra email address for upstream.
* debian/rules:
- Added DEB_CFLAGS_MAINT_APPEND and DEB_LDFLAGS_MAINT_APPEND variables
to improve the GCC hardening.
- Created the override_dh_install target to remove the recipe gimp-xcf,
no longer possible because of a removed dependency. (Closes: #567968)
* debian/watch: using a fake site to explain about the current status of
the original upstream homepage.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sat, 12 Nov 2016 20:50:51 -0200
magicrescue (1.1.9-3) unstable; urgency=medium
* debian/control:
- Bumped Standards-Version to 3.9.8.
- Changed from libjpeg-progs to libjpeg-turbo-progs in Depends field.
Thanks to Ondřej Surý <ondrej@debian.org>. (Closes: #813391)
- Improved the long description.
- Updated the Vcs-* fields to use https instead of http and git.
* debian/copyright:
- Dropped dot-zero from GPL license short name.
- Updated the packaging copyright years.
* debian/patches/:
- fix-FTBFS-Hurd: renamed to 10_fix-FTBFS-Hurd.patch.
- magicrescue.1: renamed to 20_fix-manpage.patch.
- pre_configure: renamed to 30_make-Makefile-compliant.patch.
- laola.pl: renamed to 40_add-Perl-preprocessor.patch.
- 50_fix-failure-word.patch: added to fix a spelling error.
* debian/watch: bumped to version 4.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Sat, 27 Aug 2016 21:58:59 -0300
magicrescue (1.1.9-2) unstable; urgency=medium
* debian/control: fixed the VCS fields.
* debian/patches/: added the patch 'fix-FTBFS-Hurd'.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 04 Nov 2014 09:39:04 -0200
magicrescue (1.1.9-1) unstable; urgency=medium
* New upstream release. (Closes: #633554)
* New maintainer and co-maintainer. Thanks a lot to Varun Hiremath and
Torsten Werner for the previous work around this package.
* Migrations:
- DH level from 7 to 9.
- CDBS to pure DH.
- Copyright to 1.0 format.
- Standards-Version from 3.8.3 to 3.9.6.
* Removed the useless files debian/{stamp-autotools,stamp-autotools-files,
stamp-makefile-build,stamp-makefile-install}.
* debian/control:
- Added to Depends field: dcraw, flac, mpg123, sqlite3, unzip, zip.
- Moved dependency libjpeg-progs from Recommends field to Depends.
(LP: #91442)
- Improved the long description.
- Updated the upstream homepage.
- VCS now in collab-maint.
* debian/copyright:
- Updated the upstream homepage.
- Updated the upstream and packaging copyright information.
* debian/docs: removed the README file. All useful information are in manpage.
* debian/install: created to install the new file debian/recipes/sqlite.
* debian/lintian-overrides: added to override a false positive.
* debian/patches/:
- Added some fields in header of the pre_configure patch.
- Added the magicrescue.1 patch. (Closes: #759369)
- Extracted the changes of the tools/laola.pl from pre-configure patch.
These lines, now, are in (new) laola.pl patch.
- Renamed from pre_configure.patch to pre_configure.
* debian/README.Debian: added to explain about the 'recipes'.
* debian/recipes/sqlite: added as new recipe. Thanks a lot to Eric Pozharski.
(Closes: #730007)
* debian/rules: added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
pointed by blhc.
* debian/watch: updated and improved.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Wed, 29 Oct 2014 14:41:43 -0200
magicrescue (1.1.8-1) unstable; urgency=low
* New upstream release (Closes: #558091)
* Switch to debian source format 3.0
-- Varun Hiremath <varun@debian.org> Thu, 26 Nov 2009 16:47:55 -0500
magicrescue (1.1.7-1) unstable; urgency=low
* New upstream release
+ Some fixes in the zip recipe (Closes: #545062)
* Bump Standards-Version to 3.8.3
* Remove Torsten from Uploaders, as requested
-- Varun Hiremath <varun@debian.org> Tue, 27 Oct 2009 23:12:15 -0400
magicrescue (1.1.6-1) unstable; urgency=low
* New upstream release
* Remove patch hyphens.diff that is no longer needed.
-- Torsten Werner <twerner@debian.org> Sun, 01 Mar 2009 14:34:42 +0100
magicrescue (1.1.5-3) unstable; urgency=low
* upload to unstable
-- Torsten Werner <twerner@debian.org> Sun, 15 Feb 2009 22:37:35 +0100
magicrescue (1.1.5-2) experimental; urgency=low
* Add Recommends: libjpeg-progs. (Closes: #507954)
We cannot add mencoder because it is not available - see #396954)
* Bump up Standards-Version: 3.8.0 (no changes).
-- Torsten Werner <twerner@debian.org> Fri, 26 Dec 2008 23:37:52 +0100
magicrescue (1.1.5-1) unstable; urgency=low
* New upstream release
* Bump debhelper compat to 6
* Switch to quilt for patches
* Add patches/hyphens.diff to fix hyphens used as minus sign in upstream
manpages
-- Varun Hiremath <varun@debian.org> Sun, 20 Jan 2008 16:34:30 +0530
magicrescue (1.1.4-4) unstable; urgency=low
* Add . to $(PATH) in debian/rules as a workaround for /bin/sh linked to
/bin/dash. (Closes: #459096)
* Update Vcs and Homepage headers in debian/rules.
* Set Standards-Version: 3.7.3.
-- Torsten Werner <twerner@debian.org> Fri, 04 Jan 2008 17:52:01 +0100
magicrescue (1.1.4-3) unstable; urgency=low
* Add libgdbm-dev to Build-Depends (Closes: #408667)
* Add watch file
* Add XS-X-Vcs-Svn header in debian/control
-- Varun Hiremath <varunhiremath@gmail.com> Mon, 9 Oct 2006 01:09:19 +0530
magicrescue (1.1.4-2) unstable; urgency=low
* Do not install ELF binaries in /usr/share/ anymore.
-- Torsten Werner <twerner@debian.org> Fri, 6 Oct 2006 00:24:16 +0200
magicrescue (1.1.4-1) unstable; urgency=low
[ Varun Hiremath ]
* Initial release (Closes: #384637)
* debian/copyright: added more copyright owners
[ Torsten Werner ]
* add myself to Uploaders in debian/control
-- Torsten Werner <twerner@debian.org> Fri, 1 Sep 2006 00:06:25 +0530
|