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 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
|
dact (0.8.42-5) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #920115)
* 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:
- Bumped Standards-Version to 4.4.0.
- Changed URL to use https in Homepage field.
- Remove unnecessary autotools-dev dependency.
- Updated VCS fields to use Salsa.
* debian/copyright:
- Added a new package contributor in copyright.
- Changed URL to use https in source and format fields.
* debian/rules: enabled all hardening flags.
* debian/tests/*: created to provide simple CI test.
* debian/watch: changed regex to use https.
-- Joao Seckler <jseckler@riseup.net> Fri, 19 Jul 2019 15:02:48 -0300
dact (0.8.42-4) unstable; urgency=low
* debian/control
- (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
- (Standards-Version): Update to 3.9.3.1.
* debian/copyright
- Update to format 1.0.
* debian/rules
- Use DEB_*_MAINT_* variables and CPPFLAGS (Closes: #665211).
Patch thanks to Simon Ruderich <simon@ruderich.org>.
- Link against lzo2 library, not lzo (fixes compiling).
* debian/*.mk
- Minor updates.
-- Jari Aalto <jari.aalto@cante.net> Mon, 09 Apr 2012 14:52:09 +0300
dact (0.8.42-3) unstable; urgency=low
* debian/compat
- Update to 9
* debian/control
- (Build-Depends): update to debhelper 9, dpkg-dev 1.16.1.
* debian/rules
- Use hardened CFLAGS.
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
-- Jari Aalto <jari.aalto@cante.net> Sat, 11 Feb 2012 03:59:04 -0500
dact (0.8.42-2) unstable; urgency=low
* debian/control
- (Description): Lowercase first line.
- (Standards-Version): Update to 3.9.2.
- (Uploaders): Remove unused field.
* debian/copyright
- Update to DEP5.
* debian/rules
- (FILE_LIST_PRESERVE): New variable,
- (override_dh_auto_clean): New. Save files.
- (override_dh_builddeb). Restore files.
* debian/debian-save-restore.mk
- New.
-- Jari Aalto <jari.aalto@cante.net> Sun, 04 Dec 2011 20:55:03 +0200
dact (0.8.42-1) unstable; urgency=low
* New upstream release (Closes: #593002).
* debian/compat
- Update to 8.
* debian/control
- (Build-Depends): update to debhelper 8.
- (Standards-Version): Update to 3.9.1.
-- Jari Aalto <jari.aalto@cante.net> Mon, 07 Nov 2011 07:53:52 +0200
dact (0.8.41-5) unstable; urgency=low
* New maintainer (Closes: #581369).
- Update to packaging format "3.0 (quilt)".
* debin/control
- (Build-Depends): remove dpatch. Add autotools-dev.
- (Description): Fix typo (Closes: #548592).
- (Vcs-*): New.
* debian/copyright
- Point to GPL-2.
- Update layout.
* debian/patches
- (Number 01): Remove; integrated to 20.
- (Number 10): New. Fix manual page.
- (Number 20): New. Makefile.in ignore install not relevant to Debian.
Disable "/etc/magic" file install. This belong to libmagic1 where
a wishlist bug #582945 was opened to add dact types.
* debian/rules
- Move to dh(1).
- (override_dh_auto_configure): Use latest config.*
(FTBFS; Closes: #534812).
-- Jari Aalto <jari.aalto@cante.net> Mon, 24 May 2010 22:11:38 +0300
dact (0.8.41-4.1) unstable; urgency=low
* Non maintainer upload to fix RC bug
* Fixes are mostly from Michael Casadevall.
+ debian/control:
- Changed build-dep liblzo -> liblzo2, Closes: #466373
- Add autoconf build-dep
- Fix lintian warning missing-comma-after-substvar
+ debian/rules:
- call autoconf
- Added CPPFLAGS=-I/usr/include/lzo so that liblzo2's headers
could be found.
+ debian/patches/02_lzo2.dpatch
- Modified configure.in to look for lzo in lzo2 which appears to
a to be a debian specific modification
-- Riku Voipio <riku.voipio@iki.fi> Sun, 01 Mar 2009 21:57:24 +0200
dact (0.8.41-4) unstable; urgency=low
* Bump Standards-Version: 3.7.3.
* Updated Homepage header.
* Added description in 01_makefile_no_modules.dpatch file.
-- Jose Carlos Medeiros <debian@psabs.com.br> Wed, 30 Jan 2008 23:25:52 -0200
dact (0.8.41-3) unstable; urgency=low
* New maintainer. (Closes: #439529)
* Bump DH_COMPAT 5.
* Added Homepage in control file.
* Added debian/watch file.
* Build modules compress and encrypt data. This bug was solved (probably)
since 0.8.39-2 version. (Closes: #258019)
-- Jose Carlos Medeiros <debian@psabs.com.br> Thu, 06 Sep 2007 14:09:58 -0300
dact (0.8.41-2) unstable; urgency=low
* Disabled dact modules generation and removed module_dir line in
dact.conf (via a dpatch). Closes: #378754
-- Tommaso Moroni <moronito@debian.org> Sun, 23 Jul 2006 15:38:00 +0200
dact (0.8.41-1) unstable; urgency=low
* New upstream release
* Do not apply 01_manpage_typos.dpatch, since those typos are corrected
in the new upstream release
* debian/control: Standards-Version bumped to 3.7.2 (no changes required)
-- Tommaso Moroni <moronito@debian.org> Tue, 23 May 2006 16:18:46 +0200
dact (0.8.39-4) unstable; urgency=low
* debian/control: fixed long description. Closes: #360070
-- Tommaso Moroni <moronito@debian.org> Fri, 7 Apr 2006 20:58:43 +0200
dact (0.8.39-3) unstable; urgency=low
* Correction of some typos in the upstream manpage via dpatch.
Thanks to A. Costa. Closes: #355834
* debian/control: Standards-Version bumped to 3.6.2 (no changes required)
-- Tommaso Moroni <moronito@debian.org> Sat, 18 Mar 2006 07:04:36 +0100
dact (0.8.39-2) unstable; urgency=low
* Program libraries are now installed under /usr/lib/dact. Closes: #252786
* debian/rules cleanup
-- Tommaso Moroni <moronito@debian.org> Wed, 7 Jul 2004 10:51:29 +0200
dact (0.8.39-1) unstable; urgency=low
* New upstream release
-- Tommaso Moroni <moronito@debian.org> Tue, 18 May 2004 13:23:40 +0200
dact (0.8.36-1) unstable; urgency=low
* New upstream release
* Added liblzo-dev to the Build-Depends
-- Tommaso Moroni <moronito@debian.org> Thu, 19 Feb 2004 21:03:00 +0100
dact (0.8.35-1) unstable; urgency=low
* New upstream release
-- Tommaso Moroni <moronito@debian.org> Sat, 3 Jan 2004 18:40:41 +0100
dact (0.8.11-9) unstable; urgency=low
* debian/watch file removed: no links with package version to check upon.
-- Tommaso Moroni <moronito@debian.org> Sat, 15 Nov 2003 17:19:41 +0100
dact (0.8.11-8) unstable; urgency=low
* No need to install "patch-magic-file" script anymore, as dact magic
headers are now in the "file" package.
* Package now follows Debian-Policy version 3.6.1 (no changes needed)
-- Tommaso Moroni <moronito@debian.org> Fri, 17 Oct 2003 20:09:54 +0200
dact (0.8.11-7) unstable; urgency=low
* In comp_bzlib.c the correct block size is passed to the bzip2 compression
verification function, as suggested by the upstream author. Closes: #158075
* Using debian/compat instead of DH_COMPAT line in debian/rules
* Package now follows Debian-Policy version 3.6.0 (no changes needed)
* Cleaned up debian/rules
-- Tommaso Moroni <moronito@debian.org> Sun, 13 Jul 2003 17:01:15 +0200
dact (0.8.11-6) unstable; urgency=low
* Package now follows Debian-Policy version 3.5.10 (no changes needed)
* DH_COMPAT set to 4 and added ${misc:Depends} in debian/control
* patch-magic-file script is now treated as an example
* corrected error in README.Debian
-- Tommaso Moroni <moronito@debian.org> Sun, 8 Jun 2003 13:39:02 +0200
dact (0.8.11-5) unstable; urgency=low
* Package moved to main section
* Package now follows Debian-Policy version 3.5.9
-- Tommaso Moroni <tommaso.m@tiscalinet.it> Fri, 18 Apr 2003 06:49:43 +0200
dact (0.8.11-4) unstable; urgency=low
* Bump the revision number as previous upload got lost in the queue.
-- Tommaso Maroni <tommaso.m@tiscalinet.it> Sun, 19 Jan 2003 18:42:04 +1100
dact (0.8.11-3) unstable; urgency=low
* Package now follows Debian-Policy version 3.5.8
* Removed debian/conffiles: /etc/dact.conf is already flagged as conffile by dh_installdeb
-- Tommaso Moroni <tommaso.m@tiscalinet.it> Sun, 22 Dec 2002 11:45:14 +0000
dact (0.8.11-2) unstable; urgency=low
* Man page now refers to /etc/dact.conf instead of /usr/etc/dact.conf
* Package now follows Debian-Policy version 3.5.7
-- Tommaso Moroni <tommaso.m@tiscalinet.it> Wed, 16 Oct 2002 18:51:22 +0200
dact (0.8.11-1) unstable; urgency=low
* New upstream release
* Package adopted by Tommaso Moroni. Closes: #158705
-- Tommaso Moroni <tommaso.m@tiscalinet.it> Tue, 24 Sep 2002 16:10:33 +0200
dact (0.8.10-1) unstable; urgency=low
* New upstream release
-- Glenn McGrath <bug1@debian.org> Sat, 9 Mar 2002 00:07:12 +1100
dact (0.8.3-1) unstable; urgency=low
* New upstream release
* Dact supports crypto, move package to non-US.
* Core doesn't dump on missing file in this release. Closes: #111393
-- Glenn McGrath <bug1@debian.org> Sun, 9 Sep 2001 09:47:07 +1000
dact (0.8.1-1) unstable; urgency=low
* New upstream version
* Don't patch /etc/magic, i will file a bug against the file package to
get the magic registered there. Closes: #109747
* Install man page using debhelper rather than the Makefile
-- Glenn McGrath <bug1@debian.org> Sat, 25 Aug 2001 21:24:54 +1000
dact (0.8.0-1) unstable; urgency=low
* New upstream version
* Implement the watch script to enable uscan to detect upstream releases
-- Glenn McGrath <bug1@debian.org> Wed, 22 Aug 2001 22:41:58 +1000
dact (0.7.1-2) unstable; urgency=low
* Declare build dependency on automake
* Compile under gcc3.0, printf is a macro, Closes: 99368
-- Glenn McGrath <bug1@debian.org> Tue, 5 Jun 2001 11:58:22 +1000
dact (0.7.1-1) unstable; urgency=low
* New upstream release
* Semi verbose mode Closes: 92264
-- Glenn McGrath <bug1@debian.org> Tue, 15 May 2001 10:53:23 +1000
dact (0.6.7-2) unstable; urgency=low
* Declare build dependencies.
-- Glenn McGrath <bug1@optushome.com.au> Thu, 26 Apr 2001 20:45:46 +1000
dact (0.6.7-1) unstable; urgency=low
* New upstream release
-- Glenn McGrath <bug1@debian.org> Mon, 26 Mar 2001 14:56:18 +1000
dact (0.6.5-1) unstable; urgency=low
* Initial Release.
* Fix compile error on bzip2 function calls.
* Allow bzip2 to use block sizes over 100kB
-- Glenn McGrath <bug1@debian.org> Sun, 25 Mar 2001 14:13:28 +1000
|