-
libgems-ruby (1.3.0~RC1really1.2.0-2ubuntu3) intrepid; urgency=low
* Add back a rubygems package, currently depending on rubygems1.8. Thanks
to Daigo Moriwaki and Simon Huerlimann. (LP: #284364)
- This is done in Debian 1.2.0-3.
-- James Westby <email address hidden> Fri, 17 Oct 2008 13:22:18 +0100
-
libgems-ruby (1.3.0~RC1really1.2.0-2ubuntu2) intrepid; urgency=low
* Revert last upload.
-- Stefan Potyra <email address hidden> Sat, 30 Aug 2008 01:11:42 +0200
-
libgems-ruby (1.3.0~RC1-0ubuntu1) intrepid; urgency=low
[ Neil Wilson ]
* Make alternatives respond to verbose option.
* Use a gem specific alternatives database.
* Add rubygems default package that points at rubygems1.8
* debian/patches: 40_make_update_system_run_apt_get - make
'update --system' call apt-get. Replaces 03_disable_update_system.
* Import from SVN to obtain hooks.
* Use defaults/operating_system.rb to enforce Debian standards.
* Use alternatives system to make gems available on PATH.
Closes LP: #145267.
* Move to CDBS simple patch system from dpatch.
* Remove tight ruby1.9 build dependency to allow backports.
* debian/patches: remove 21_avoid_ioseek - incorporated upstream.
* debian/patches: remove 01_default_gem_path - replaced by
debian/operating_system.rb.
* debian/patches: remove 08_tighter_regex_search - upstream now uses
a different search system that does not have the substring problem.
[ Mathias Gug ]
* Sponsor to intrepid.
* Remove .cvsignore files.
-- Mathias Gug <email address hidden> Wed, 27 Aug 2008 12:40:08 -0400
-
libgems-ruby (1.2.0-2) unstable; urgency=low
* debian/rules: Fixed a file conflict with libruby1.9 (Closes: #493309)
-- Mathias Gug <email address hidden> Wed, 13 Aug 2008 15:12:24 +0100
-
libgems-ruby (1.2.0-1) unstable; urgency=low
* New upstream release. (Closes: #487820)
* debian/control: Specified a minimum version of ruby1.9 because the
rubygems package was merged.
libgems-ruby (1.1.1-2) experimental; urgency=low
* The rubygems and libgems-ruby1.8 packages are now deprecated and merged
into a new rubygems1.8 package. In addition, this source also provides
rubygems1.9.
-- Ubuntu Archive Auto-Sync <email address hidden> Wed, 02 Jul 2008 12:18:20 +0100
-
libgems-ruby (1.1.1-1) unstable; urgency=low
* New upstream release.
* No "instaling" (typo) found. Fixed by the upstream. (Closes: #443135)
* debian/patches/01_default_gem_path.dpatch: install executables to
/var/lib/gems/1.8/bin. (Closes: #458987, #480250)
* debian/control: 'rubygems' package now Suggests ruby1.8-dev and
build-essential since some gems may require native build.
(Closes: #466189)
* gem now respects --http-proxy. Fixed by the upstream. (Closes: #414703)
-- Ubuntu Archive Auto-Sync <email address hidden> Sat, 10 May 2008 12:59:10 +0100
-
libgems-ruby (1.0.1-4) unstable; urgency=low
* debian/etc/bash_completion.d/gem1.8: The completion did not work
because of a wrong function name. This issue has been fixed.
Thanks to Victor Serbin.
libgems-ruby (1.0.1-3) unstable; urgency=low
* BTS numbers to be closed were wrong at 1.0.0-1.
(Closes: #457065, #457180)
libgems-ruby (1.0.1-2) unstable; urgency=low
* debian/postrm: Only the /var/lib/gems/1.8 directory should be removed.
libgems-ruby (1.0.1-1) unstable; urgency=low
* New upstream release.
* debian/control: depends rdoc1.8 instead of rake. Explicitly use
rdoc1.8 to generate documentations because rake depends on RubyGems.
libgems-ruby (1.0.0-1) unstable; urgency=low
[ Daigo Moriwaki ]
* New upstream release (Closes: #45706, #45718, #443135).
* Removed patches since the upstream has resolved the issues
- debian/patches/03_config_file.dpatch
- debian/patches/04_gem_runner.dpatch
- debian/patches/06_dependency_list.dpatch
- debian/patches/07_security.dpatch
- debian/patches/10_datadir.dpatch
* Replaced patches with a new and upstream-friendly way.
Thanks to James Healy <jimmy at deefa dot com>.
- Removed debian/patches/01_rubygems.dpatch
- Removed debian/patches/02_post-install.dpatch
- Added debian/patches/01_default_gem_path.dpatch
* Removed patches for --build-root command option, which is no longer
supported.
- 05_gem_commands.dpatch
- 09_installer.dpatch
* debian/patches/08_tighter_search_regex.dpatch: Followed the upstream
changes. Thanks to James Healy.
* Added debian/patches/03_disable_update_system.dpatch:
Disabled gem update --system (Closes: #452547).
Thanks to James Healy.
* debian/patches/21_avoid_ioseek.dpatch: Added a description.
* Added debian/etc/bash_completion.d/gem1.8 instead of patching
by debian/patches/22_add_bash_completion.dpatch
- Improved a description. Thanks to James Healy.
- Followed new options.
Thanks to Victor Serbin <chepel at hotmail dot com>.
* Removed man pages and corrected debian/rules since the commands
are gone.
- debian/gem_mirror.1
- debian/gem_server.sgml
- debian/gemlock.1,
- debian/gemri.1
- debian/gemwhich.sgml
- debian/index_gem_repository.1
* debian/libgems-ruby1.8.docs: Included 'html/' (instead of 'docs/')
where documents are correctly generated. 'Releases' is no longer
provided.
* Added debian/rubygems.manpages. Thanks to James Healy.
* debian/control:
- Added rake in Build-Depends-Indep to generate documentations.
- Removed unnecessary docbook-to-man from Build-Depends-Indep.
- Bumped Standards-Version to 3.7.3.
* Added debian/prerm and debian/postrm: /usr/bin/gem and gem1.8 are
now managed by Debian alternatives system.
[ Arnaud Cornet ]
* Use new Homepage dpkg header.
-- Ubuntu Archive Auto-Sync <email address hidden> Fri, 02 May 2008 02:13:55 +0100
-
libgems-ruby (0.9.4-4) unstable; urgency=low
* debian/patches/22_add_bash_completion.dpatch: imported Ubuntu's work.
It enables bash completion for the gem command.
Thanks to Ubuntu MOTU Developers.
* move debian/README.Debian to debian/rubygems.README.Debian.
libgems-ruby (0.9.4-3) unstable; urgency=low
* debian/control: Replace deprecated ${Source-Version} with
${source:Version}. Thanks to Paul van Tilburg.
libgems-ruby (0.9.4-2) unstable; urgency=low
* debian/control: The rubygems package depends on the libgems-ruby package
having a particuler version same as source's. (Closes: #434167)
-- Albin Tonnerre <email address hidden> Mon, 19 Nov 2007 09:46:11 +0000