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
|
git2cl (1:3.0-3) unstable; urgency=medium
* Standards-Version: 4.7.2.
* Bump debian/* copyright years.
-- Simon Josefsson <simon@josefsson.org> Sun, 10 Aug 2025 20:52:40 +0200
git2cl (1:3.0-2) unstable; urgency=medium
* Use wrap-and-sort -satbk.
-- Simon Josefsson <simon@josefsson.org> Wed, 19 Mar 2025 00:39:07 +0100
git2cl (1:3.0-1) unstable; urgency=medium
* New upstream version 3.0.
- Default to UTF8. Closes: #1084793.
- Fix stdin reading. Closes: #697475.
* Add d/salsa-ci.yml.
* Add upstream/signing-key.asc.
* Fix watch file URL.
* Adopt package. Closes: #851816.
* copyright: Bump to GPLv3+.
* Ship README.md not README.
* Drop get-orig-source hack.
* Cleanup rules dropping old workarounds.
* Add Petter to debian/* copyright.
-- Simon Josefsson <simon@josefsson.org> Wed, 09 Oct 2024 16:05:28 +0200
git2cl (1:2.0+git20120920-4) unstable; urgency=medium
* QA upload.
* Added d/gbp.conf to describe branch layout.
* Updated d/gbp.conf to enforce the use of pristine-tar.
* Updated Standards-Version from 4.5.0 to 4.7.0.
* Use wrap-and-sort -at for debian control files
* Remove obsolete field Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Fix day-of-week for changelog entry 2.0+git200808271242-1.
* Updated vcs in d/control to Salsa.
-- Petter Reinholdtsen <pere@debian.org> Sun, 02 Jun 2024 23:55:52 +0200
git2cl (1:2.0+git20120920-3) unstable; urgency=medium
* QA upload.
* debian/control:
- In Build-Depends field, bumped level to 13.
- Bumped Standards-Version to 4.5.0.
- Set Rules-Requires-Root:no.
- Updated the field 'Vcs-Browser' and field 'Vcs-git' removed.
- Fix Multi Arch field.
* debian/copyright: updated the packaging copyright years.
* debian/upstream/metadata: Created.
-- Joao Paulo Lima de Oliveira <jlima.oliveira11@gmail.com> Fri, 19 Jun 2020 16:22:29 -0300
git2cl (1:2.0+git20120920-2) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #851816)
* 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.
- updated Vcs-Browser with https link.
* debian/copyright:
- added new debian contributor in copyright info.
- removed duplicated copyright info.
- updated Format with https link.
- updated Source with a working link.
* debian/rules:
- included pkg-info.mk to access DEB_VERSION variable.
- fixed incorrect version detection logic.
- removed comment with non-functional uscan logic.
- removed useless builddeb override.
- updated repository with a working link.
* debian/source/options: removed.
* debian/tests/*:
- control: added to check if output is correct.
- git-log-sample.txt: added as sample input.
- output-sample.txt: added as sample output.
* debian/watch:
- bumped version to 4.
- added a fake site to explain about the current status
of the original upstream homepage.
-- Giuliano Augusto Faulin Belinassi <giuliano.belinassi@gmail.com> Fri, 19 Jul 2019 11:34:15 -0300
git2cl (1:2.0+git20120920-1) unstable; urgency=low
* New upstream revision.
* Dropped all patches (applied-upstream).
* Re-written get-orig-source; updated URL of upstream repository.
* Binary package compression to "xz".
* Updated VCS links; repository moved to collab-maint.
* Updated my email address; bumped copyright years.
-- Dmitry Smirnov <onlyjob@debian.org> Tue, 14 May 2013 19:19:26 +1000
git2cl (2.0+git200808271242-2) unstable; urgency=low
* Added new patch to introduce POD documentation to git2cl executable:
best practice recommend providing embedded docs viewable with perldoc.
* Changed man page generation from standalone markdown file with pandoc
to pod2man producing man page from embedded documentation.
This fixed "hyphen-used-as-minus-sign" (Closes: #672111).
* Updated homepage and upstream source URLs.
* Build-Depends:
- dropped "pandoc".
+ added "perl-doc" (used to pre-validate embedded POD documentation).
* Debhelper & compat to version 9.
* Standards to 3.9.4.
* Debian source compression to xz.
* debian/copyright:
+ to copyright-format-1.0.
+ minor update to copyright year.
- removed '©' characters (not needed according to specification).
-- Dmitry Smirnov <onlyjob@member.fsf.org> Wed, 19 Sep 2012 15:57:33 +1000
git2cl (2.0+git200808271242-1) unstable; urgency=low
* Initial release. (Closes: #591090 ITP)
Thanks to Paul Wise <pabs@debian.org>
-- Dmitry Smirnov <onlyjob@member.fsf.org> Sat, 26 Nov 2011 13:31:44 +1100
|