[DRE-commits] r2874 - packages/libopenid-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Thu Jul 17 13:59:12 UTC 2008


Author: terceiro-guest
Date: 2008-07-17 13:59:11 +0000 (Thu, 17 Jul 2008)
New Revision: 2874

Modified:
   packages/libopenid-ruby/trunk/debian/changelog
   packages/libopenid-ruby/trunk/debian/control
   packages/libopenid-ruby/trunk/debian/rules
Log:
polishing


Modified: packages/libopenid-ruby/trunk/debian/changelog
===================================================================
--- packages/libopenid-ruby/trunk/debian/changelog	2008-07-17 13:34:49 UTC (rev 2873)
+++ packages/libopenid-ruby/trunk/debian/changelog	2008-07-17 13:59:11 UTC (rev 2874)
@@ -7,8 +7,10 @@
     locally-bundled (which was removed from the upstream tarball). The files
     in the pristine tarball are identical to the ones provided by
     libhmac-ruby.
-  * debian/rules: do not remove hmac by hand anymore. Instead, test that they
-    are not there (they should be removed from tarball).
+  * debian/rules:
+    + do not remove hmac by hand anymore. Instead, test that they
+      are not there (they should be removed from tarball).
+    + do not compress Javascript, Ruby and ERB files in examples.
   * added debian/README.Debian-sources explaining the process to obtain a
     tarball from upstream's pristine one.
   * debian/control:
@@ -16,8 +18,9 @@
       inside openid itself. (libyadis-ruby must be removed from the archive,
       then).
     + bumped standards version to 3.8.0. No changes needed.
+    + mentioned documentation and examples in description for libopenid-ruby.
 
- -- Antonio Terceiro <terceiro at softwarelivre.org>  Thu, 17 Jul 2008 01:07:39 -0300
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Thu, 17 Jul 2008 10:58:17 -0300
 
 libopenid-ruby (1.1.4-3) unstable; urgency=low
 

Modified: packages/libopenid-ruby/trunk/debian/control
===================================================================
--- packages/libopenid-ruby/trunk/debian/control	2008-07-17 13:34:49 UTC (rev 2873)
+++ packages/libopenid-ruby/trunk/debian/control	2008-07-17 13:59:11 UTC (rev 2874)
@@ -34,7 +34,7 @@
     - ActiveRecord adapter for using an SQL store in rails
   .
   This is a dummy package depending on the package for the current version of
-  the Ruby interpreter.
+  the Ruby interpreter, and also contains documentation and usage examples.
 
 Package: libopenid-ruby1.8
 Architecture: all

Modified: packages/libopenid-ruby/trunk/debian/rules
===================================================================
--- packages/libopenid-ruby/trunk/debian/rules	2008-07-17 13:34:49 UTC (rev 2873)
+++ packages/libopenid-ruby/trunk/debian/rules	2008-07-17 13:59:11 UTC (rev 2874)
@@ -19,3 +19,5 @@
 	# build docs
 	cp -r doc html
 	dh_install -plibopenid-ruby html usr/share/doc/libopenid-ruby
+
+DEB_COMPRESS_EXCLUDE = .js .rb .rhtml




More information about the Pkg-ruby-extras-commits mailing list