[Pkg-ruby-extras-maintainers] r517 -
packages/libcommandline-ruby/trunk/debian
Esteban Manchado Velázquez
zoso at costa.debian.org
Wed Apr 26 22:30:31 UTC 2006
Author: zoso
Date: 2006-04-26 22:30:31 +0000 (Wed, 26 Apr 2006)
New Revision: 517
Modified:
packages/libcommandline-ruby/trunk/debian/changelog
packages/libcommandline-ruby/trunk/debian/rules
Log:
- Removed CVS dirs from binary packages
- Updated changelog
Modified: packages/libcommandline-ruby/trunk/debian/changelog
===================================================================
--- packages/libcommandline-ruby/trunk/debian/changelog 2006-04-26 22:28:54 UTC (rev 516)
+++ packages/libcommandline-ruby/trunk/debian/changelog 2006-04-26 22:30:31 UTC (rev 517)
@@ -1,10 +1,14 @@
libcommandline-ruby (0.7.10-6) UNRELEASED; urgency=low
- * Add watch file
+ * Added watch file
* Adapted to ruby-pkg-tools 0.8
- * Add dependency on libtext-format-ruby1.8
+ * Added dependency on libtext-format-ruby1.8
+ * Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends (to
+ avoid lintian warning)
+ * Removed CVS directories from the libcommandline-ruby-doc binary package
+ (avoids another lintian warning)
- -- Esteban Manchado Velázquez <zoso at debian.org> Sun, 16 Apr 2006 00:41:01 +0100
+ -- Esteban Manchado Velázquez <zoso at debian.org> Wed, 26 Apr 2006 23:28:59 +0100
libcommandline-ruby (0.7.10-5) unstable; urgency=low
Modified: packages/libcommandline-ruby/trunk/debian/rules
===================================================================
--- packages/libcommandline-ruby/trunk/debian/rules 2006-04-26 22:28:54 UTC (rev 516)
+++ packages/libcommandline-ruby/trunk/debian/rules 2006-04-26 22:30:31 UTC (rev 517)
@@ -3,3 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
+binary-install/libcommandline-ruby-doc::
+ find debian/$(cdbs_curpkg) -depth -name CVS -exec rm -rf {} \;
More information about the pkg-ruby-extras-maintainers
mailing list