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
|
ticgit (1.0.2.18-1) unstable; urgency=medium
* Team upload.
* New upstream version
Closes: #906792
* Maintain package in salvage team
Closes: #1108207
* Fix watch file
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Use secure copyright file specification URI.
* Use secure URI in Homepage field.
* d/rules: Drop redundant get-orig-source target
* d/control:
- Do not depend ruby-interpreter
- Ruby-Versions is adopted
* d/rules: do not parse d/changelog
* d/ticgit-ng.gemspec: update
-- Andreas Tille <tille@debian.org> Mon, 23 Jun 2025 09:44:54 +0200
ticgit (1.0.2.17-2.1) unstable; urgency=low
* Non-maintainer upload.
* Install bash-completion script (Closes: #890297)
-- Dmitry Bogatov <KAction@gnu.org> Tue, 21 Aug 2018 07:19:16 +0300
ticgit (1.0.2.17-2) unstable; urgency=low
* Bump Standards-Version to 3.9.5, no changes needed.
* Do not strictly require ruby1.8, closes: #730914.
* Drop recommendation on git-core; it's a transitional package and ruby-git
depends on git anyway.
-- Michael Schutte <michi@debian.org> Sun, 01 Dec 2013 11:53:58 +0100
ticgit (1.0.2.17-1) unstable; urgency=low
* New upstream version.
* Make ticgitweb depend on ruby-haml instead of libhaml-ruby1.8, closes:
#714064.
* Set Standards-Version: 3.9.4 and adjust debian/copyright to version 1.0 of
the machine readable format.
* Use canonical URLs in the Vcs-Git: and Vcs-Browser: fields.
* Add get-orig-source target in debian/rules to download the upstream
tarball from github.com by commit ID.
* Rename all patches to end in “.diff”.
* New patch delete_tag.diff: Make “ti tag -d $TAG” work.
-- Michael Schutte <michi@debian.org> Thu, 27 Jun 2013 21:26:46 +0200
ticgit (1.0.2.11-2) unstable; urgency=low
* In order to determine the size of the terminal, parse the output of “stty
size” instead of using ioctls in a non-portable and fragile way, closes:
#697065. This bug prevented all ticgit commands from starting up on
recent kernel versions.
-- Michael Schutte <michi@debian.org> Wed, 02 Jan 2013 20:56:00 +0100
ticgit (1.0.2.11-1) unstable; urgency=low
* New upstream version.
- Doesn’t use “…” any more when printing continued lines, closes:
#647577.
* Point the Format: URI in debian/copyright to the Policy gitweb.
-- Michael Schutte <michi@debian.org> Fri, 18 Nov 2011 23:44:19 +0100
ticgit (1.0.2.9-1) unstable; urgency=low
* New upstream version.
- Update patch no_rubygems.
- Remove patch ticgitweb_ng (merged upstream).
* Convert to dh_ruby packaging.
- Remove patch shebang_ruby_1.8 to let dh_ruby handle this instead.
- Likewise, debian/ticgit{,web}.install aren’t needed any more.
* Bump Standards-Version to 3.9.2, no changes needed.
* Remove build-dep on rdoc, we don’t generate API documentation
anyway.
* Update debian/copyright to final DEP-5.
* Create “static” gemspec in debian/rules clean.
-- Michael Schutte <michi@debian.org> Fri, 15 Jul 2011 15:21:34 +0200
ticgit (1.0.2.2-1) unstable; urgency=low
* New upstream version.
- Fixes a bug where ticgit-ng branches were ignored in favor of ticgit
branches when running “ti sync”.
- Update patch no_rubygems.
* Point Homepage: to Jeff’s repo.
* New patch generic_editor: Default to editor rather than vim in
get_editor_message, as per Policy 11.4.
* Move Git repo to alioth.debian.org/~michi (drop -guest).
-- Michael Schutte <michi@debian.org> Wed, 06 Apr 2011 21:32:48 +0200
ticgit (1.0.1-1) unstable; urgency=low
* New upstream version, closes: #615901.
- Jeff Welling has taken over and calls the project ticgit-ng.
Describe the situation in NEWS.Debian.
- debian/copyright: List the new upstream maintainer and copyright
holder and change the license from MIT to MIT and GPL >= 3.
- Ship README.mkd rather than README.
* Remove patches ticgitweb_sass and ticket_title (incorporated
upstream).
* New patches: ticgitweb_ng to make ticgitweb work with the new library
version; disable_broken to remove the unsupported attach and milestone
commands from the user interface.
* Document patches according to DEP-3.
* List new commands in ti(1).
* Update maintainer e-mail address to @debian.org in debian/control
and debian/copyright.
* Bump Standards-Version to 3.9.1, no changes necessary.
-- Michael Schutte <michi@debian.org> Tue, 01 Mar 2011 22:28:35 +0100
ticgit (0.3.3-2) unstable; urgency=low
* Convert the package to the 3.0 (quilt) source format, closes:
#538535. Drop the build-dependency on quilt.
* Ship a ticgitweb binary package containing the sinatra-based web
interface to ticgit. Suggest ticgitweb in ticgit.
* New patch ticket_title: Support non-alphanumeric titles by storing the
original title in a TICKET_TITLE file, closes: #514282.
* Bump Standards-Version to 3.8.3 (no changes needed).
* Use override_* targets implemented by debhelper >= 7.0.50.
-- Michael Schutte <michi@uiae.at> Fri, 06 Nov 2009 13:04:35 +0100
ticgit (0.3.3-1) unstable; urgency=low
* Initial release, closes: #483003.
-- Michael Schutte <michi@uiae.at> Mon, 22 Dec 2008 20:50:07 +0100
|