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 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657
|
p7zip (16.02+transitional.1) unstable; urgency=low
[ Robert Luberda ]
* Make both p7zip and p7zip-full packages transitional ones depending
on 7zip package (closes: #991428) in a version that provides all
of the 7zr, 7za, 7z commands together with the p7zip wrapper script.
* Switch the source package format to 3.0 (native), move the package
to section oldlibs, and cleanup the packaging.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Update standards version, no changes needed.
-- Robert Luberda <robert@debian.org> Wed, 10 Jan 2024 00:43:12 +0100
p7zip (16.02+dfsg-8) unstable; urgency=medium
[ Debian Janitor ]
* Wrap long lines in changelog entries: 4.39.dfsg.1-1.
* Set debhelper-compat version in Build-Depends.
* Fix day-of-week for changelog entries 4.18-1, 4.14-1, 4.12-2.
* Update standards version to 4.5.0, no changes needed.
[ Robert Luberda ]
* Add 15-Fix-FTBFS-gcc10.patch to fix FTBFS with gcc-10 (closes: #957658).
* Build with debhelper v13.
* Mark binary packages as 'Multi-Arch: foreign' (closes: #926588).
-- Robert Luberda <robert@debian.org> Sat, 15 Aug 2020 10:26:14 +0200
p7zip (16.02+dfsg-7) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Robert Luberda ]
* Bump debhelper's compat level to 12.
* debian/control:
+ set Rules-Requires-Root to 'no';
+ Standards-Version: 4.4.0.
* Remove no longer needed lintian-overrides file.
-- Robert Luberda <robert@debian.org> Fri, 09 Aug 2019 21:00:38 +0200
p7zip (16.02+dfsg-6) unstable; urgency=medium
* Replace 13-CVE-2017-17969.patch with a version used by recent security
update for stretch, which adds a range check for another counter variable.
-- Robert Luberda <robert@debian.org> Mon, 05 Feb 2018 20:27:45 +0100
p7zip (16.02+dfsg-5) unstable; urgency=medium
* Hopefully fix ZIP Shrink: Heap Buffer Overflow (CVE-2017-17969). Thanks
to Antoine Beaupré for the initial patch, based on upstream changes in
7Zip 18.00.beta (closes: #888297).
* Fix `deprecated use of operator++ on bool variable' g++ warning.
* Fix a typo in man page introduced in 09-man-update.patch
(closes: #873943).
* Bump debhelper's compat level to 11.
* Use 'https' URL in debian/watch (lintian).
* Standards-Version: 4.1.3.
-- Robert Luberda <robert@debian.org> Sun, 28 Jan 2018 23:32:37 +0100
p7zip (16.02+dfsg-4) unstable; urgency=medium
* Fix a typo in p7zip script that prevented the `--keep' option from working
completely (closes: #868238).
* Bump debhelper's compat level to 10.
* Standards-Version: 4.0.0.
-- Robert Luberda <robert@debian.org> Sat, 15 Jul 2017 07:46:41 +0200
p7zip (16.02+dfsg-3) unstable; urgency=medium
* Remove `-pie' from hardening options (closes: #859442).
-- Robert Luberda <robert@debian.org> Mon, 10 Apr 2017 23:29:04 +0200
p7zip (16.02+dfsg-2) unstable; urgency=medium
* Apply upstream patch to fix nullptr dereference (CVE-2016-9296)
(closes: #844344).
-- Robert Luberda <robert@debian.org> Sat, 19 Nov 2016 08:52:29 +0100
p7zip (16.02+dfsg-1) unstable; urgency=low
* New upstream version.
* Remove no longer needed patches introduced in the previous upload.
-- Robert Luberda <robert@debian.org> Mon, 15 Aug 2016 12:52:33 +0200
p7zip (15.14.1+dfsg-2) unstable; urgency=high
* Fix the heap buffer overflow in HFS handler (CVE-2016-2334) and
out of bounds read in UDF handler (CVS-2016-2335) using patches from
https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/
(closes: #824160).
-- Robert Luberda <robert@debian.org> Sun, 15 May 2016 11:35:38 +0200
p7zip (15.14.1+dfsg-1) unstable; urgency=low
* New upstream version.
* Add CPP/ANDROID/Lzham/obj/* that contains some pre-compiled object
files to Files-Excluded in debian/copyright.
* Remove no longer needed patches: CVE-2015-1038.patch, 06-s390.patch,
07-endian-detection.patch, 08-mips.patch, and refresh other patches.
* Standards-Version: 3.9.8.
-- Robert Luberda <robert@debian.org> Sat, 16 Apr 2016 22:46:11 +0200
p7zip (15.09+dfsg-4) unstable; urgency=low
* Upload to unstable.
* Mention in README.Debian that p7zip-full is needed for 7z archives
compressed with PPMD method (closes: #693509).
* Replace `7z' with `7zr' in the short description of p7zip to make
in consistent with the description of p7zip-full (closes: #636664).
* Switch Vcs-Git to https, and Vcs-Browser to cgit.
-- Robert Luberda <robert@debian.org> Sun, 13 Mar 2016 09:54:38 +0100
p7zip (15.09+dfsg-3) experimental; urgency=low
* Refactor and enhance the p7zip wrapper script:
+ update the p7zip script to the version from the contrib directory;
+ make it call either 7za or 7zr command, whichever one is available;
+ remove `if [ "$?" != 0 ]' statements, as they won't work with `set -e';
+ use the standard error for reporting;
+ implement the --stdout, --force, --keep options (closes: #656340,
LP: #220646, #259239)
+ update p7zip(1) man page to shortly describe new options and give more
details about the script's behavior.
* Make p7zip-full package depend on p7zip package to have the p7zip command
available for the users of p7zip-full (LP: #1156460):
+ add necessary Depends, Breaks and Replaces;
+ convert /u/s/d/p7zip-full into a symlink to /u/s/d/p7zip;
+ install the html documentation into p7zip-full only and update
02-man.patch to mention that.
* Add 09-man-update.patch in order to:
+ update man pages based on the current usage output of the commands;
+ remove references to the -p{Password} option from the 7zr(1), as the
command does not support it (LP: #558609);
+ mention in 7z(1) that 7z might be slower than 7za (closes: #636667);
+ reword "the highest compression ratio" phrase to make it referring
to the 7z format instead of the 7z programs (closes: #636179).
* Reword the packages' descriptions and p7zip(1) man page similarly.
* Do not install documentation from fm sub-directory (which describes
Windows GUI not available in Debian); skip license.htm as well (to make
lintian happy).
* Add 10-drop-fm-doc.patch to remove from the html documentation references
to files mentioned in the previous entry. Also strip in the documentation
the .exe extension from 7z commands (LP: #181402).
* No longer install ChangeLog.gz to changelog.gz symlink.
* Replace duplicated style.css files with symlinks.
* Register html documentation in the doc-base system.
* Add 11-README-no-instructions.patch to remove build instructions from the
README file.
* Acknowledge the 9.20.1~dfsg.1-4.1 NMU (closes: #788734).
* Close Ubuntu's 'newer version available' report (LP: #1414569).
* Bump Standards-Version to 3.9.7.
* Add lintian override for a spelling typo in a word used as a proper name.
* Update README.Debian and add a NEWS entry for the dependency changes.
-- Robert Luberda <robert@debian.org> Sun, 06 Mar 2016 16:58:28 +0100
p7zip (15.09+dfsg-2) experimental; urgency=low
* Hopefully fix FTBFS on various architectures:
+ add 07-endian-detection.patch to detect byte ordering via macros
defined in <endian.h>.
+ add 08-mips.patch to rename a variable called `mips', as it clashed
with a name of preprocessor macro defined on mips and mipsel.
-- Robert Luberda <robert@debian.org> Mon, 15 Feb 2016 22:53:55 +0100
p7zip (15.09+dfsg-1) experimental; urgency=low
* New upstream version (closes: #778289, LP: #1414569).
* Update patches for the new version:
+ remove most of 01-makefile.patch, especially remove the parts related
to multiarch libwgtk2.8-dev, which is no longer used by this package;
+ fix grammar error (closes: #706005) and update location of html
documentation in 02-man.patch; do the same for debian/p7zip*.docs
+ drop 04-no-strip-by-default.patch; patch empty OPTFLAGS in debian/rules
instead;
+ replace CVE-2015-1038.patch with Fedora's version taken from their
p7zip-15.09-10.fc24.src.rpm package;
+ add 06-s390.patch from Fedora to fix build on s390.
* Update 03-include-linux-makefile.patch to include arch-specific makefile
on amd64 (closes: #713964) and i386 archs. Both makefiles have compilation
of assembler sources enabled, so add build dependency on yasm on those
architectures.
* Use DEP-5 format for debian/copyright, and add Files-Excluded header
into it.
* Update debian/watch to allow uscan to repack upstream tarballs.
* Provide README.source with reasons of repacking (closes: #705595).
-- Robert Luberda <robert@debian.org> Sun, 14 Feb 2016 01:11:20 +0100
p7zip (9.20.1~dfsg.1-5) unstable; urgency=medium
* Adopting package (closes: #812125).
* Switch to the `3.0 (quilt)' source format.
* Bump debhelper compatibility level to v9 and use minimised debian/rules.
* Refresh patches with gbp pq import/export. Removed 03_respect-umask.diff
as it was never applied.
* Add 03-include-linux-makefile.patch to have makefile.machine include
makefile.linux_any_cpu_gcc_4.X instead of playing with the makefiles
in debian/rules.
* Add 05-hardening-flags.patch to support $(CPPFLAGS) and not to override
$(CXXFLAGS) and $(CFLAGS). This enables hardening builds (closes: #682167).
* debian/control:
+ remove conflicts & replaces added in 4.39.dfsg.1-1 (10 years ago);
+ add Vcs-Git and Vcs-Browser fields;
+ bump Standards-Version to 3.9.6.
-- Robert Luberda <robert@debian.org> Sun, 31 Jan 2016 12:20:37 +0100
p7zip (9.20.1~dfsg.1-4.2) unstable; urgency=medium
* Non-maintainer upload.
* Delay creation of symlinks to prevent arbitrary file writes (CVE-2015-1038)
(Closes: #774660)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 31 May 2015 23:45:58 +0100
p7zip (9.20.1~dfsg.1-4.1) unstable; urgency=low
* Non-maintainer upload.
* Stop building unpackaged 7zG binary and eliminate dependency on
libwxgtk2.8-dev. (Closes: #748639)
-- Olly Betts <olly@survex.com> Mon, 19 May 2014 17:39:26 +1200
p7zip (9.20.1~dfsg.1-4) unstable; urgency=low
* Acknowledge NMU. Thanks to Gregor Herrmann.
* debian/control: bump Standards-Version to 3.9.2.
* debian/rules: add build-* targets.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 08 Jan 2012 14:17:13 +0100
p7zip (9.20.1~dfsg.1-3.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "p7zip FTBFS with multiarch libwxgtk2.8-dev": fix from peter green:
adjust 01_makefile.patch to the multiarched libwxgtk2.8-dev, and add
appropriate build dependencies.
(Closes: #652446)
-- gregor herrmann <gregoa@debian.org> Sat, 31 Dec 2011 16:09:00 +0100
p7zip (9.20.1~dfsg.1-3) unstable; urgency=low
* debian/patches:
+ fix 7zr.1 and 7za.1 ambiguous sentence. (Closes: #636174)
* debian/control:
+ fix p7zip-full's description
- wrong reference to p7zip. (Closes: #636186)
- capitalise Nautilus, uppercase GUI. (Closes: #636172)
- missing comma. (Closes: #636178)
+ fix p7zip's description accordingly.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Wed, 03 Aug 2011 12:43:08 +0200
p7zip (9.20.1~dfsg.1-2) unstable; urgency=low
* Upload to unstable.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 28 Jun 2011 17:05:01 +0200
p7zip (9.20.1~dfsg.1-1) experimental; urgency=low
* New upstream release (Closes: #620619)
* debian/control
+ bump Standards-Version to 3.9.1.
+ update and improve description. (Closes: #545871, #612770)
* manpages
+ add supported formats. (Closes: #570427)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Fri, 01 Apr 2011 21:20:22 +0200
p7zip (9.04~dfsg.1-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.8.2.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 27 Jun 2009 16:20:41 +0200
p7zip (4.65~dfsg.1-1) unstable; urgency=low
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
intended to be built).
* Use dh_clean without -k.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 14 Feb 2009 20:12:27 +0100
p7zip (4.61~dfsg.1-1) experimental; urgency=low
* New upstream release:
+ use BCJ /BCJ2 filters for executables. (Closes: #506657)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Thu, 04 Dec 2008 23:34:59 +0100
p7zip (4.58~dfsg.1-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ bump Standards-Version to 3.8.0.
+ bump build-dependency on debhelper 7.
* debian/compat: set compatibility level to 7.
* Don't use hyphen as a minus in man pages.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 21 Jun 2008 15:29:00 +0200
p7zip (4.57~dfsg.1-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ add Homepage field.
+ bump Standards-Version to 3.7.3.
+ tighten description to tell about /usr/bin/p7zip.
* debian/copyright converted to Unicode encoding.
* debian/patches:
+ 03_fix_FTBFS_GNU-kFreeBSD.diff: removed, included upstream.
+ 02_man.patch: refreshed and fixed link to DOCS. (Closes: #452084)
* Don't install /usr/share/p7zip/ which is empty.
* Install 7zr to /usr/lib/p7zip and use a wrapper to call it so as
to have -sfx option working.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Fri, 21 Dec 2007 16:41:17 +0100
p7zip (4.55~dfsg.1-2) unstable; urgency=low
* Bump debhelper compatibility to 5.
* Our Makefile is called makefile. (Closes: #442697)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 16 Sep 2007 23:19:51 +0200
p7zip (4.55~dfsg.1-1) unstable; urgency=low
* New upstream release.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Fri, 14 Sep 2007 22:42:17 +0200
p7zip (4.53~dfsg.1-1) unstable; urgency=low
* New upstream release
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 11 Sep 2007 16:39:29 +0200
p7zip (4.51~dfsg.1-2) unstable; urgency=low
* Our clean rule is clean, not distclean!
* 04_no_strip_by_default.diff: don't strip binaries by default.
(Closes: #437736)
* Don't install License.txt.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 14 Aug 2007 22:35:09 +0200
p7zip (4.51~dfsg.1-1) unstable; urgency=low
* New upstream release
* Fix FTBFS on GNU/kFreeBSD (Closes: #430357)
+ patch courtesy from Petr Salinger.
* Suggest p7zip-full instead of Recommend-ing it. (Closes: #435592)
* Install 7za to /usr/lib/p7zip and use a wrapper to call it so as
to have -sfx option working. (Closes: #435556)
* Fix lintian warnings:
+ don't hide clean target errors.
+ don't install DOCS/License.txt.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 04 Aug 2007 21:27:22 +0200
p7zip (4.47~dfsg.1-1) unstable; urgency=low
* New upstream version:
+ refresh patches.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Fri, 08 Jun 2007 10:33:32 +0200
p7zip (4.45~dfsg.1-2) unstable; urgency=low
* Install 7zCon.sfx so enable SFX archives too.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 28 Apr 2007 01:31:22 +0200
p7zip (4.45~dfsg.1-1) unstable; urgency=low
* New upstream version:
+ (new -b command to benchmark).
+ if -t is not specified, try to autodetect format using file extension.
+ all the Codecs are now linked in 7z.so and no more stored in Codecs/.
* Add AES code license to debian/copyright.
* Suggests: p7zip-rar.
* Refresh 01_makefile.patch.
* Update debian/rules with new makefile name.
* p7zip-full.install: bin/Formats no longer exists.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 21 Apr 2007 23:00:15 +0200
p7zip (4.44~dfsg.1-2) unstable; urgency=low
* Correct path to HTML documentation in manpage. (Closes: #411491)
* 03_respect-umask.diff:
+ new patch from Joshua Rodman <jrodman@debbugs.spamportal.net>
+ not applied currently
+ don't always create world-writable directories. (Ref: #413829)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 10 Apr 2007 00:28:08 +0200
p7zip (4.44~dfsg.1-1) experimental; urgency=low
* New upstream version.
* Refresh patches and escape hyphens in manpages.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 27 Jan 2007 01:30:00 +0100
p7zip (4.43~dfsg.1-2) unstable; urgency=low
* Improve description wording. (Closes: #391066, #404081, #404092)
* Correct manpages: 02_man.patch and debian/p7zip.1
+ replace {DEST_SHARE_DOC} with /usr/share/doc/p7zip.
(Closes: #404096)
+ improve "SEE ALSO" section by adding references to other tools and by
ordering them alphabetically (Closes: #403968)
+ correct title and NAME. (Closes: #404095)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 26 Dec 2006 20:13:19 +0100
p7zip (4.43~dfsg.1-1) unstable; urgency=low
* New upstream release.
* Refresh debian/patches.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Mon, 25 Sep 2006 00:14:37 +0200
p7zip (4.42.dfsg.1-3) unstable; urgency=low
* Include improvements to Robert Millan's wrapper script. (Closes: #379397)
* Correct watch file to use <http://qa.debian.org/watch/sf.php/>.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 19 Sep 2006 02:15:01 +0200
p7zip (4.42.dfsg.1-2) unstable; urgency=low
* Backup makefile.machine before replacing it and restore it after build.
* Put ${file} between quotes for the case the filename contains spaces.
* Pop all patches first in clean target so that it does not fail.
Thanks Ingo Saitz for pointing these.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Thu, 29 Jun 2006 00:01:56 +0200
p7zip (4.42.dfsg.1-1) unstable; urgency=low
* New upstream version (Closes: #369284)
* Switch to quilt patch management
+ changes to debian/rules
+ build-depend on quilt
* debian/script/p7zip: correct typo on file extension
* [asac@debian.org] - removed version from Recommends of p7zip-full
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 4 Jun 2006 10:43:06 +0200
p7zip (4.39.dfsg.1-3) unstable; urgency=low
* debian/rules: 7z is in /usr/lib/p7zip, not /usr/lib/p7zip-full.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Mon, 29 May 2006 18:29:25 +0200
p7zip (4.39.dfsg.1-2) unstable; urgency=low
* Bump Standards-Version to 3.7.2 (no changes needed)
* Remove link to p7zip-rar from debian/p7zip.1
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Mon, 1 May 2006 02:34:52 +0200
p7zip (4.39.dfsg.1-1) unstable; urgency=low
* New upstream release
- introduces 7zr, a light version of 7za
* debian/control:
- now p7zip only provides 7zr (Closes: #343513)
- p7zip recommends p7zip-full, much more similar to the old p7zip
- p7zip-full conflicts and replaces old p7zip versions
* debian/patches:
- 01_makefile.dpatch: removed from diff.gz; remove non-free targets like
Rar2.9
- 02_man.dpatch: removed from diff.gz; adds 7zr.1 and other corrections
* debian/copyright: correct copyright according to d-d-a suggestions
* debian/rules:
- move all dh_installed stuff to debian/p7zip{,-full}.install
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 11 Apr 2006 14:50:16 +0200
p7zip (4.33.dfsg-1) unstable; urgency=low
* New upstream release
* Move p7zip from /usr/share to /usr/bin
- modify debian/install
- write debian/p7zip.1
* debian/README.Debian: document directory exclusion
* patches/01_add_help_switch: 7z --help works now (Closes: #353235)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Fri, 10 Feb 2006 20:54:59 +0100
p7zip (4.30.dfsg-1) unstable; urgency=low
* New upstream release
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 27 Nov 2005 12:44:34 +0100
p7zip (4.29.dfsg-3) unstable; urgency=low
* Drop p7zip-rar suggestion
- debian/control
* Add a link to a p7zip-rar package not in Debian
- debian/README.Debian
- 7z.1 manpage
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 20 Nov 2005 10:53:52 +0100
p7zip (4.29.dfsg-2) unstable; urgency=low
* Precise the use of -so switch in manual pages
and -h output (Closes: #323932)
* Add a gzip-like CLI wrapper script to /usr/share/p7zip
thanks to Robert Millan <rmh@aybabtu.com> (Closes: #334106)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Mon, 17 Oct 2005 13:06:26 +0000
p7zip (4.29.dfsg-1) unstable; urgency=low
* New upstream release
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 8 Oct 2005 00:18:00 +0200
p7zip (4.27.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #330828)
- "echo foo | 7z a dummy -si -so" no more segfaults
but causes an error (Closes: #324449)
* In -w[path], path is optionnal.
- corrected manual pages (Closes: #325736)
- corrected --help output
* Add a link in manual pages to a list of methods (Closes: #325737)
* Correct FSF address
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Fri, 30 Sep 2005 10:29:42 +0000
p7zip (4.20-2) unstable; urgency=low
* Bump Standards-Version to 3.6.2
* Recompile against new gcc and g++ versions
* Included patch for GNU/kFreeBSD provided by
Robert Millan <rmh@aybabtu.com> [applied by asac@debian.org]
(Closes: 322195)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Thu, 11 Aug 2005 01:45:00 +0200
p7zip (4.20-1) unstable; urgency=low
* New upstream release
- compile with -fPIC flag
* Update to manpages and -h output (Closes: #311993)
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 7 Jun 2005 23:01:29 +0200
p7zip (4.18-2) unstable; urgency=low
* debian/rules: compile p7zip with -fPIC. Closes: #309734
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Wed, 18 May 2005 12:08:00 +0200
p7zip (4.18-1) unstable; urgency=low
* First upload to unstable:
- many thanks to my sponsor Alexander Sack (asac@debian.org)
* New upstream release. Closes: #306912
- fixes some symlinks issues (Closes: #295643)
- preserve unix file attributes (Closes: #297329)
- libs are no more called dll but so
* debian/7z*.1: removed to use upstream manpages
* debian/rules: Call 7z with exec
* debian/README.Debian: update due to upstream changes
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Thu, 12 May 2005 23:46:00 +0200
p7zip (4.14.01-1) experimental; urgency=low
* New upstream release. Closes: #293788
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 5 Feb 2005 22:22:22 +0200
p7zip (4.14-2) experimental; urgency=low
* Corrected copyright
* debian/rules : corrected shell script in /usr/bin. Closes: #292321
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 23 Jan 2005 21:44:35 +0200
p7zip (4.14-1) experimental; urgency=low
* New upstream release
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 01 Jan 2005 21:23:35 +0200
p7zip (4.13-2) experimental; urgency=low
* Codecs are back to their initial dll name. Closes: #286673, Closes: #290613
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Tue, 21 Dec 2004 21:18:45 +0200
p7zip (4.13-1) experimental; urgency=low
* New upstream release
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Thu, 16 Dec 2004 21:18:45 +0200
p7zip (4.12-2) experimental; urgency=low
* Now, 7z and its codecs are also compiled (7za 7z, zip, gzip, bzip2 and tar
formats)
* Added some docs (Manual in html)
* Added a mention to LZMA compression algorithm. Closes: #284703
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 12 Dec 2004 14:22:54 +0200
p7zip (4.12-1) experimental; urgency=low
* New upstream release
* At last, p7zip is in Debian. Closes: #265329
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Thu, 18 Nov 2004 23:29:54 +0200
p7zip (4.10-1) experimental; urgency=low
* New upstream release
* Now both big and little endian computers are supported
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sat, 30 Oct 2004 21:14:50 +0200
p7zip (0.90-1) unstable; urgency=low
* Initial Release.
-- Mohammed Adnène Trojette <adn+deb@diwi.org> Sun, 15 Aug 2004 20:49:27 +0200
|