[DRE-commits] r4012 - trunk/libactivesupport-ruby/debian

Roberto C. Sanchez roberto at alioth.debian.org
Thu Aug 27 23:28:25 UTC 2009


Author: roberto
Date: 2009-08-27 23:28:25 +0000 (Thu, 27 Aug 2009)
New Revision: 4012

Modified:
   trunk/libactivesupport-ruby/debian/changelog
   trunk/libactivesupport-ruby/debian/control
   trunk/libactivesupport-ruby/debian/rules
Log:
* Make lintian happy:
  + Have Build-Depends satisfy requirements for 'debian/rules clean'
  + Remove Mac OS X resource forks

Modified: trunk/libactivesupport-ruby/debian/changelog
===================================================================
--- trunk/libactivesupport-ruby/debian/changelog	2009-08-27 23:24:37 UTC (rev 4011)
+++ trunk/libactivesupport-ruby/debian/changelog	2009-08-27 23:28:25 UTC (rev 4012)
@@ -3,6 +3,9 @@
   * (NOT RELEASED YET) New upstream release
   * Bump standards version to 3.8.3 (no changes)
   * Update package section to ruby to comply with new archive layout.
+  * Make lintian happy:
+    + Have Build-Depends satisfy requirements for 'debian/rules clean'
+    + Remove Mac OS X resource forks
 
  -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 27 Aug 2009 18:59:33 -0400
 

Modified: trunk/libactivesupport-ruby/debian/control
===================================================================
--- trunk/libactivesupport-ruby/debian/control	2009-08-27 23:24:37 UTC (rev 4011)
+++ trunk/libactivesupport-ruby/debian/control	2009-08-27 23:28:25 UTC (rev 4012)
@@ -3,8 +3,7 @@
 Priority: extra
 Maintainer: Athena Capital Research <acr-debian at athenacr.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ruby-pkg-tools (>= 0.14)
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.14)
 Standards-Version: 3.8.3
 Homepage: http://as.rubyonrails.com/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libactivesupport-ruby/

Modified: trunk/libactivesupport-ruby/debian/rules
===================================================================
--- trunk/libactivesupport-ruby/debian/rules	2009-08-27 23:24:37 UTC (rev 4011)
+++ trunk/libactivesupport-ruby/debian/rules	2009-08-27 23:28:25 UTC (rev 4012)
@@ -9,4 +9,5 @@
 binary/libactivesupport-ruby::
 	rm -rf debian/*/usr/lib/ruby/*/active_support/vendor*
 	find debian/*/usr/lib/ruby/*/ -type f -name '._*.rb' -exec rm {} \;
+	find debian/*/usr/lib/ruby/*/ -type f -name '._*.yml' -exec rm -f {} \;
 




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