File: changelog

package info (click to toggle)
parallel 20130922-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,356 kB
  • ctags: 1,175
  • sloc: perl: 6,030; sh: 614; makefile: 71
file content (80 lines) | stat: -rw-r--r-- 2,899 bytes parent folder | download
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
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