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 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
|
dos2unix (7.5.2-1) unstable; urgency=medium
* New upstream version 7.5.2 (Closes: #1053983)
* Bump Standards-Version to 4.7.0
-- tony mancill <tmancill@debian.org> Thu, 25 Apr 2024 20:49:42 -0700
dos2unix (7.5.1-1) unstable; urgency=medium
* New upstream version 7.5.1
-- tony mancill <tmancill@debian.org> Mon, 04 Sep 2023 11:36:58 -0700
dos2unix (7.5.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Repository.
* Fix day-of-week for changelog entry 5.2-1.
* Avoid explicitly specifying -Wl,--as-needed linker flag.
[ tony mancill ]
* New upstream version 7.5.0
- New and updated translations (in upstream version 7.4.4)
- New option -O, --to-stdout to write to standard output
- New option -e, --add-eol to add a line break to the last
line if there isn't one. Option --no-add-eol disables the feature.
* Update Standards-Version to 4.6.2 (no changes needed)
* Freshen years in debian/copyright
* Add lintian overrides for long lines in sources
-- tony mancill <tmancill@debian.org> Sun, 11 Jun 2023 16:47:20 -0700
dos2unix (7.4.3-1) unstable; urgency=medium
* New upstream version 7.4.3
* Bump Standards-Version to 4.6.1
-- tony mancill <tmancill@debian.org> Sun, 12 Jun 2022 15:08:36 -0700
dos2unix (7.4.2-2) unstable; urgency=medium
* Upload to unstable
-- tony mancill <tmancill@debian.org> Sun, 15 Aug 2021 21:05:16 -0700
dos2unix (7.4.2-1) experimental; urgency=medium
* New upstream version 7.4.2
Updated translations
* Update Maintainer (Closes: #920104)
* Freshen debian/copyright
* Bump Standards-Version to 4.5.1
* Add debian/gbp.conf for debian/latest branch (DEP-14)
* Upload to experimental during the Bullseye freeze
-- tony mancill <tmancill@debian.org> Fri, 02 Apr 2021 21:02:54 -0700
dos2unix (7.4.1-1) unstable; urgency=medium
* New upstream version 7.4.1
* Bump Standards-Version to 4.5.0
* Use debhelper-compat 13
* Set Rules-Requires-Root: no in debian/control
-- tony mancill <tmancill@debian.org> Sun, 05 Jul 2020 21:36:35 -0700
dos2unix (7.4.0-2) unstable; urgency=medium
* Freshen packaging
* Use https URL for debian/watch
* Use SOURCE_DATE_EPOCH for POD date
* Bump Standards-Version to 4.4.0
-- tony mancill <tmancill@debian.org> Sat, 13 Jul 2019 20:39:09 -0700
dos2unix (7.4.0-1) unstable; urgency=medium
* New upstream version 7.4.0
* Update Vcs fields for migration from Alioth -> Salsa
* Migrate upstream-signing-key.pgp -> debian/upstream/signing-key.asc
* Change Section: from extra -> optional
* Use debhelper 11
* Bump Standards-Version to 4.1.4
* Drop Conflicts with ancient version of tofrodos (older than o-o-stable)
* Freshen debian/copyright dates
-- tony mancill <tmancill@debian.org> Sun, 22 Apr 2018 15:15:35 -0700
dos2unix (7.3.4-3) unstable; urgency=medium
* debian/control
- (Multi-Arch): foreign (Closes: #843907). Patch
thanks to Helmut Grohne <helmut@subdivi.de>.
* debian/copyright
- Update URLs.
* debian/rules
- Use dh_auto_build(1) instead of make(1) to enable cross building
(Closes: #843923). Patch thanks to Helmut Grohne
<helmut@subdivi.de>.
-- Jari Aalto <jari.aalto@cante.net> Fri, 11 Nov 2016 06:13:44 +0200
dos2unix (7.3.4-2) unstable; urgency=medium
* debian/control
- (Build-Depends): Add locales-all. (Closes: #842053)
* debian/rules
- (overide_dh_auto_test): Drop adjustment for pbuilder.
-- tony mancill <tmancill@debian.org> Tue, 25 Oct 2016 21:36:02 -0700
dos2unix (7.3.4-1) unstable; urgency=medium
* New upstream release (Closes: 785115).
* debian/control
- (Build-Depends): Add po4a.
- (Homepage): Update URL.
- (Standards-Version): Update to 3.9.8.
- (Vcs-*): Update to anonscm.debian.org.
* debian/copyright
- (Source): Update URLs.
* debian/rules
- (overide_dh_auto_test): Add adjustment for pbuilder.
* debian/sources/options
- New file.
-- Jari Aalto <jari.aalto@cante.net> Mon, 24 Oct 2016 20:51:11 +0300
dos2unix (6.0.4-1) unstable; urgency=low
* New upstream release.
- GPG signed source package
* debian/control
- (Standards-Version): Update to 3.9.5.
- (Vcs-*): Update to anonscm.debian.org.
* debian/source/include-binaries
- New.
* debian/upstream-signing-key.pgp
- New.
* debian/watch
- (pgpsigurlmangle): Add.
-- Jari Aalto <jari.aalto@cante.net> Fri, 03 Jan 2014 13:05:44 +0200
dos2unix (6.0.3-1) unstable; urgency=low
* New upstream release.
- Support compiling with Microsoft Visual C.
- Display an error message if writing output fails.
* debian/control
- (Standards-Version): Update to 3.9.4.
* debian/copyright
- Update current year.
-- Jari Aalto <jari.aalto@cante.net> Sat, 26 Jan 2013 09:15:45 +0200
dos2unix (6.0.2-1) unstable; urgency=low
* New upstream release.
- The locale encoding detection has been fixed when NLS was disabled.
- Display line number when a binary symbol is found.
- Update makefiles for Watcom C, and added a new one for OS/2.
* debian/clean
- Drop wildcard from dos2unix.htm*, drop Spanish man/es/* line.
* debian/compat
- Update to 9.
* debian/docs
- Clean up for current release.
* debian/control
- (Build-Depends): Add dpkg-dev for hardened flags.
Update to debhelper 9.
* debian/copyright
- Update to Format 1.0
* debian/rules
- Use hardened build flags
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
- (dh_installdocs): Remove. Not needed after debian/docs clean up.
* debian/watch
- Remove extra comment.
-- Jari Aalto <jari.aalto@cante.net> Fri, 14 Sep 2012 07:12:23 +0300
dos2unix (6.0-1) unstable; urgency=low
* New upstream release, see changes:
http://freecode.com/projects/dos2unix#release_344448
* debian/changelog
- (override_dh_auto_build): Use LDFLAGS_USER to pass hardening flags.
* debian/watch
- Remove unnneeded comment.
-- Jari Aalto <jari.aalto@cante.net> Mon, 07 May 2012 08:08:37 +0300
dos2unix (5.3.3-2) unstable; urgency=low
* debian/clean
- Delete Esperanto manual page (unknown locale).
- Don't remove original po/*.pot files.
* debian/control
- (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
- (Standards-Version): Update to 3.9.3.1.
* debian/rules
- Remove unnecessary targets. Preserve original po/*.pot file.
- Enable all hardening flags.
- Use DEB_*_MAINT_* variables.
-- Jari Aalto <jari.aalto@cante.net> Fri, 23 Mar 2012 04:43:55 -0400
dos2unix (5.3.3-1) unstable; urgency=low
* New upstream release.
* debian/clean
- Adjust po and *.html files.
* 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/docs
- Clean up unnecessary files.
* debian/rules
- Enable all hardening flags.
- Delete buildflags.mk; not needed with debhelper 9.
-- Jari Aalto <jari.aalto@cante.net> Sun, 11 Mar 2012 06:41:52 -0400
dos2unix (5.3.2-2) unstable; urgency=low
* debian/compat
- Update to 9.
* debian/control
- (Build-Depends): Update to debhelper 9, dpkg-dev 1.16.1.
* debian/rules
- (include): Add buildflags.mk.
- (override_dh_auto_build): New. Use hardened CFLAGS (release goal).
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
-- Jari Aalto <jari.aalto@cante.net> Sun, 05 Feb 2012 21:20:34 +0200
dos2unix (5.3.2-1) unstable; urgency=low
* New upstream release.
* debian/copyright
- Update year.
-- Jari Aalto <jari.aalto@cante.net> Sat, 28 Jan 2012 08:19:20 +0200
dos2unix (5.3.1-1) unstable; urgency=low
* New upstream release.
- The unix2dos .mo files are gone. The programs shares the dos2unix
.mo files.
* debian/copyright
- (Format): Update URL (lintian).
* debian/debian-save-restore.mk
- New file.
* debian/rules
- (override_dh_clean): Clean up generated files.
-- Jari Aalto <jari.aalto@cante.net> Fri, 07 Oct 2011 16:10:07 +0300
dos2unix (5.3-1) unstable; urgency=low
* New upstream release.
* debian/control
- (Standards-Version): update to 3.9.2.
* debian/copyright:
- Update to DEP5.
-- Jari Aalto <jari.aalto@cante.net> Wed, 27 Apr 2011 19:04:10 +0300
dos2unix (5.2.1-1) unstable; urgency=low
* New upstream release
- Large file support is enabled by default (Close: #614360).
- Esperanto eo-x locate is no longer generated by default.
* debian/clean
- New file. Delete generated files.
* debian/control
- (Build-Depends): remove ghostscript; optional in latest release.
* debian/debian-save-restore.mk
- Remove. No longer needed.
* debian/rules
- (override_dh_auto_install): remove calls no longer needed.
- Remove file-state-* macros. New release no longer ships copies
of generated files.
-- Jari Aalto <jari.aalto@cante.net> Sat, 05 Mar 2011 11:37:15 +0200
dos2unix (5.2-1) unstable; urgency=low
* New upstream release.
-- Jari Aalto <jari.aalto@cante.net> Tue, 01 Feb 2011 06:59:43 +0200
dos2unix (5.1.1-2) unstable; urgency=low
* debian/control:
- (Description): Improve paragraphs. Patch thanks to Reuben Thomas
<rrt@sc3d.org> (Closes: #605383).
-- Jari Aalto <jari.aalto@cante.net> Tue, 30 Nov 2010 00:18:44 +0200
dos2unix (5.1.1-1) unstable; urgency=low
* New upstream release.
- Move to packaging format "3.0 (quilt)"
* debian/compat
- Update to 8.
* debian/control
- (Build-Depends): Update to debhelper 8.
- (Standards-Version): Update to 3.9.1.
- (dos2unix::Conflicts): Remove Debian *-2 version specifier from tofrodos.
* debian/dos2unix.lintian-overrides
- New.
* debian/rules
- Remove targets handled by dh(1).
* debian/source/format
- New file.
-- Jari Aalto <jari.aalto@cante.net> Mon, 15 Nov 2010 14:38:16 +0200
dos2unix (5.0-3) unstable; urgency=low
* UNRELEASED
* debian/control:
- (Description): Update to mention all the four utilities.
* debian/copyright
- (Lecense): Chagne id from MIT/X to FreeBSD. Add URL.
-- Jari Aalto <jari.aalto@cante.net> Wed, 17 Mar 2010 09:26:12 +0200
dos2unix (5.0-2) unstable; urgency=medium
* debian/control
- (Conflicts): add tofrodos (<< 1.7.8.debian.1-2) to handle
upgrades (serious; Closes: #573495). See
http://packages.qa.debian.org/t/tofrodos/news/20100121T214032Z.html
-- Jari Aalto <jari.aalto@cante.net> Fri, 12 Mar 2010 11:17:24 +0200
dos2unix (5.0-1) unstable; urgency=low
* New upstream release.
* debian/control
- (Build-Depends): update to debhelper 7.1.
* debian/debian-save-restore.mk
- New file.
* debian/rules
- (.PHONY::binary): remove undefined target binary-indep.
* debian/watch
- Adjust URL and regexp.
-- Jari Aalto <jari.aalto@cante.net> Tue, 09 Mar 2010 21:09:55 +0200
dos2unix (4.1.2-1) unstable; urgency=low
* Initial release (Closes: #561307)
-- Jari Aalto <jari.aalto@cante.net> Mon, 15 Feb 2010 00:04:25 +0200
|