[DRE-commits] r1749 - packages/libopenid-ruby/trunk/debian
terceiro-guest at alioth.debian.org
terceiro-guest at alioth.debian.org
Mon Jul 2 22:12:47 UTC 2007
Author: terceiro-guest
Date: 2007-07-02 22:12:47 +0000 (Mon, 02 Jul 2007)
New Revision: 1749
Modified:
packages/libopenid-ruby/trunk/debian/changelog
packages/libopenid-ruby/trunk/debian/rules
Log:
installing doc on libopen-ruby package
Modified: packages/libopenid-ruby/trunk/debian/changelog
===================================================================
--- packages/libopenid-ruby/trunk/debian/changelog 2007-07-02 21:59:11 UTC (rev 1748)
+++ packages/libopenid-ruby/trunk/debian/changelog 2007-07-02 22:12:47 UTC (rev 1749)
@@ -4,12 +4,14 @@
which it's available. Thanks to Joerg Jaspert for pointing this out in
behalf of the ftpmaster team.
* debian/TODO: removing ruby-hmac files by repackaging the pristine tarball
- * debian/rules: implementing automated repackaging of pristine source
+ * debian/rules:
+ * implementing automated repackaging of pristine source
+ * installing documentation on Ruby-version-independent package
* debian/README.Debian-source: documented the process
* debian/watch: now using orig tarball from the team's upstream-cache web
folder.
- -- Antonio Terceiro <terceiro at softwarelivre.org> Wed, 20 Jun 2007 15:31:21 -0300
+ -- Antonio Terceiro <terceiro at softwarelivre.org> Mon, 2 Jul 2007 19:06:58 -0300
libopenid-ruby (1.1.4-1) unstable; urgency=low
Modified: packages/libopenid-ruby/trunk/debian/rules
===================================================================
--- packages/libopenid-ruby/trunk/debian/rules 2007-07-02 21:59:11 UTC (rev 1748)
+++ packages/libopenid-ruby/trunk/debian/rules 2007-07-02 22:12:47 UTC (rev 1749)
@@ -52,3 +52,9 @@
@echo "***********************************************************"
@echo "***********************************************************"
+clean::
+ rm -rf html
+
+install/libopenid-ruby::
+ cp -r doc html
+ dh_install -plibopenid-ruby html usr/share/doc/libopenid-ruby
More information about the Pkg-ruby-extras-commits
mailing list