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
|
parallel (20161222-1) unstable; urgency=medium
[ Rogério Brito ]
* New upstream version 20161122.
+ Fixes CVE-2015-4155 and CVE-2015-4156. (Closes: #787954)
* debian/gbp.conf:
+ Avoid warning by renaming section from git-import-orig to import-orig.
+ Avoid warning by renaming section from git-dch to dch.
* debian/control:
+ Depend on procps. (Closes: #815952)
+ Remove conflicts with moreutils. Thanks to Ian Jackson for the
suggestion and many others for the discussions. (Closes: #749355)
+ Substitute dependency on perl-modules with simple perl.
+ Fix Vcs-* URLs to point to new, cgit HTTPS locations.
[ Ondřej Surý ]
* Imported Upstream version 20161222 (Closes: #813639)
-- Ondřej Surý <ondrej@debian.org> Sat, 31 Dec 2016 14:24:10 +0100
parallel (20141022+ds1-1) unstable; urgency=medium
[ Michele Orrù ]
* debian/rules:
+ Remove documentation files in dh_clean.
+ Add get-orig-source target to remove precompiled documentation files.
[ Rogério Brito ]
* Integrate changes from Michele to make the package compilable twice in
a row. (Closes: #751508)
* Credit Michele Orrù for patches to build twice in a row.
* debian/control: Normalize with wrap-and-sort.
* debian/control: Verified compliance with Policy version 3.9.6.
* Imported Upstream version 20130922+ds1
* debian/watch: Deal with version mangling, as we repack the upstream source.
* debian/rules: Minor cosmetic indenting.
* debian/upstream: Add signing key.
* debian/watch: Add mangling of names for upstream signatures.
* Imported Upstream version 20141022
* Imported Upstream version 20141022+ds1 (Closes: #747217)
* debian/control: Add autoconf to Build-Depends.
* debian/rules: Disable running the testsuite, as it is not present.
* debian/control: Add Depends on sysstat. (Closes: #765036)
-- Rogério Brito <rbrito@ime.usp.br> Thu, 30 Oct 2014 20:01:29 -0200
parallel (20130922-1) unstable; urgency=low
* Imported Upstream version 20130922. (Closes: #724123)
* debian/patches: Remove, applied upstream. (Closes: #671006)
-- Rogério Brito <rbrito@ime.usp.br> Thu, 03 Oct 2013 01:38:20 -0300
parallel (20130622-1) unstable; urgency=low
* Imported Upstream version 20130622 (Closes: #697828)
* debian/watch:
+ Track only versions that begin with digits.
* debian/copyright:
+ Update copyright years.
* debian/{compat,control}:
+ Use debhelper compat version 9.
* debian/control:
+ Add Conflicts: against moreutils.
+ Use canonical URLs for VCS fields.
* Adjust for removal of config file under /etc/parallel.
(Closes: #671798, #674698, #688929)
* debian/patches:
+ Add patch to fix typo in sql.
* debian/NEWS:
+ Add file describing the removal of the configuration file
and its implications.
-- Rogério Brito <rbrito@ime.usp.br> Sun, 07 Jul 2013 19:07:20 -0300
parallel (20120422-1) unstable; urgency=low
* Imported Upstream version 20120422
* debian/README.source: Simplify instructions of generation of the package.
* Make debian packaging canonizalized using `wrap-and-sort -s -a -v`.
* debian/control: Remove Ole from the Uploaders field.
-- Rogério Brito <rbrito@ime.usp.br> Tue, 24 Apr 2012 01:56:56 -0300
parallel (20120322-1) unstable; urgency=low
[ Ole Tange ]
* Initial release (Closes: #518696)
[ Rogério Brito ]
* debian/gbp.conf: Add standard configuration.
* Add README.source to describe how the package is usually made.
* debian/rules: Don't special-case the clean process anymore.
* Change the versioning of the package.
* Remove build-dependency on dh-autoreconf.
* debian/links:
+ make sem a symlink to parallel.
* debian/rules:
+ Ship upstream's NEWS file as the upstream changelog.
* Move to format "3.0 (quilt)".
* debian/rules:
+ don't configure the package in the clean target.
+ create a configure (and configure-stamp) target.
* debian/control:
+ update debhelper dependency to >= 7.
+ set myself as maintainer and Ole as uploader.
* debian/rules:
+ use dh(7) style file with autoreconf add-on.
* debian/doc-base:
+ properly register the documentation with doc-base.
[ Ondřej Surý ]
* Add myself to Uploaders
* Add a diversion for /usr/bin/parallel to allow concurrent install
with moreutils
* Install to debian/tmp to allow mangling of the files
* Install site-wide config with enabled Tollef's parallel
compatibility option
* Add ${perl:Depends} to debian/control
* Install only HTML documentation
* Add --list-missing to dh_install to check if we got everything
* Install upstream README file
* Remove --id-length from git-dch, it only makes Debian changelog
harder to read
-- Ondřej Surý <ondrej@debian.org> Thu, 12 Apr 2012 11:04:40 +0200
|