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
|
ruby-git (1.7.0-1) unstable; urgency=medium
* Team upload.
* d/control (Maintainer): Set to the team address.
(Uploaders): Move Michael Schutte to uploaders.
* d/copyright (Source): Fix URL.
(Copyright): Add team.
* d/rules: Add override to install upstream changelog.
* d/watch: Uye some special expressions.
* d/upstream/metadata (Bug-Submit, Changelog): Fix URLs.
* d/patches/0001-Fix-warning-under-ruby-2.7.patch,
d/patches/0002-Git-Lib-fix-stash_save-for-git-2.25.patch,
d/patches/0003-test_helper-drop-unnecessary-relative-reference-to-l.patch:
Remove patch applied upstream.
* d/patches/series: Remove empty file.
-- Daniel Leidert <dleidert@debian.org> Sun, 01 Nov 2020 01:33:50 +0100
ruby-git (1.6.0+0-1) unstable; urgency=medium
* Team upload
* debian/watch: fetch from github to get tests
* Import a fake new upstream version 1.6.0+0 with the tarball from github,
which has tests.
* Refresh packaging files with dh-make-ruby. Noteworthy changes:
- Drop Breaks/Replaces against ancient libgit-ruby* packages
- Install using the rubygems layout
* Add debian/ruby-tests.rake to run tests
* Add patches for git 2.5 and ruby 2.7
* Add patch to support running tests against installed package
* Add missing build dependency on git
-- Antonio Terceiro <terceiro@debian.org> Sat, 04 Apr 2020 17:09:39 -0300
ruby-git (1.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream version.
-- Hans-Christoph Steiner <hans@eds.org> Fri, 13 Mar 2020 19:56:08 +0100
ruby-git (1.2.8-1) unstable; urgency=low
* New upstream version, closes: #763889.
- Refresh patch no_color_pipes.
* Update Standards-Version to 3.9.6, no source changes needed.
* Remove libgit-ruby* transitional packages, closes: #735703.
-- Michael Schutte <michi@debian.org> Sat, 25 Oct 2014 20:19:58 +0200
ruby-git (1.2.6-1) unstable; urgency=low
* New upstream version.
- Fully supports Ruby 2.0; drop requirement on Ruby 1.8 through
XS-Ruby-Versions, closes: #730887.
- Install README.md instead of README.
* Rename patches/no_color_pipes to patches/no_color_pipes.diff and update.
* Bump Standards-Version to 3.9.5, no changes needed.
* Use the anonscm.debian.org hostname in Vcs-* URLs.
* Point to the correct URL for the 1.0 machine-readable copyright spec in
debian/copyright.
* Depend on git instead of git-core.
* Make transitional packages Priority: extra.
-- Michael Schutte <michi@debian.org> Sun, 01 Dec 2013 11:52:43 +0100
ruby-git (1.2.5-2) unstable; urgency=low
* Rename to ruby-git and switch to dh_ruby packaging, see
<http://wiki.debian.org/Teams/Ruby/RubyInWheezy>.
* Drop the API documentation according to the decision reported there.
* Point Vcs-* to the renamed repo.
* Turn libgit-ruby{,1.8} into empty transitional packages, taking over
the entire libgit-ruby source package.
* Update debian/copyright to the frozen revision of DEP 5.
* Bump Standards-Version to 3.9.2, no changes needed.
-- Michael Schutte <michi@debian.org> Sun, 12 Jun 2011 10:51:37 +0200
libgit-ruby (1.2.5-1) unstable; urgency=low
* New upstream version.
* New patch no_color_pipes, closes: #592673. Use the “--no-color” switch on
commands like “git branch” and “git diff” to avoid problems in parsing
their output when “color.* = always”.
* Convert package to the 3.0 (quilt) source format.
* Use debhelper 7.0.50 override features in debian/rules, adjust
build-dependency accordingly.
* Move libgit-ruby to section ruby (formerly libs).
* Change description so the package cannot be mistaken for a pure Ruby
implementation of Git.
* Use githubredir in the watchfile as no tarballs are provided by upstream
(gems are the primary path of distribution).
* Change the maintainer e-mail address in control and copyright.
* Remove Homepage: field from debian/control (seems to be gone).
* Simplify debian/copyright to the current DEP-5 draft.
* Distinguish libgit-ruby{,1.8} in their short descriptions.
* Add ${misc:Depends}.
* Bump Standards-Version to 3.9.1, no changes needed.
* Update Vcs-* headers (changed username on Alioth).
* Document quilt patches according to DEP-3.
-- Michael Schutte <michi@debian.org> Wed, 16 Feb 2011 14:21:15 +0100
libgit-ruby (1.0.7-2) unstable; urgency=low
* Depend on git-core, closes: #486681.
* Add Paul van Tilburg to Uploaders.
* Bump Standards-Version to 3.8.0 (no changes needed).
-- Michael Schutte <m.schutte.jr@gmail.com> Sun, 22 Jun 2008 16:16:00 +0200
libgit-ruby (1.0.7-1) unstable; urgency=low
* Initial release, closes: #483002.
-- Michael Schutte <m.schutte.jr@gmail.com> Wed, 04 Jun 2008 20:45:47 +0200
|