[DRE-commits] r4008 - trunk/libactiverecord-ruby/debian
Roberto C. Sanchez
roberto at alioth.debian.org
Thu Aug 27 23:19:10 UTC 2009
Author: roberto
Date: 2009-08-27 23:19:10 +0000 (Thu, 27 Aug 2009)
New Revision: 4008
Modified:
trunk/libactiverecord-ruby/debian/changelog
trunk/libactiverecord-ruby/debian/control
trunk/libactiverecord-ruby/debian/rules
Log:
* Make lintian happy:
+ Have Build-Depends satisfy requirements for 'debian/rules clean'
+ Remove Mac OS X resource forks
Modified: trunk/libactiverecord-ruby/debian/changelog
===================================================================
--- trunk/libactiverecord-ruby/debian/changelog 2009-08-27 23:03:00 UTC (rev 4007)
+++ trunk/libactiverecord-ruby/debian/changelog 2009-08-27 23:19:10 UTC (rev 4008)
@@ -1,10 +1,13 @@
-libactiverecord-ruby (2.3.3-1) UNRELEASED; urgency=low
+libactiverecord-ruby (2.3.3-1) unstable; urgency=low
* New upstream release
* Update package section to ruby to comply with new archive layout
* Bump standards version to 3.8.3 (no changes)
+ * 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:32 -0400
+ -- Roberto C. Sanchez <roberto at connexer.com> Thu, 27 Aug 2009 19:17:58 -0400
libactiverecord-ruby (2.3.2-1) unstable; urgency=low
Modified: trunk/libactiverecord-ruby/debian/control
===================================================================
--- trunk/libactiverecord-ruby/debian/control 2009-08-27 23:03:00 UTC (rev 4007)
+++ trunk/libactiverecord-ruby/debian/control 2009-08-27 23:19:10 UTC (rev 4008)
@@ -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://ar.rubyonrails.com/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libactiverecord-ruby/
Modified: trunk/libactiverecord-ruby/debian/rules
===================================================================
--- trunk/libactiverecord-ruby/debian/rules 2009-08-27 23:03:00 UTC (rev 4007)
+++ trunk/libactiverecord-ruby/debian/rules 2009-08-27 23:19:10 UTC (rev 4008)
@@ -8,5 +8,6 @@
binary/libactiverecord-ruby::
find debian/*/usr/lib/ruby/*/ -type f -name '*.rb' -exec chmod a-x {} \;
- find debian/*/usr/lib/ruby/*/ -type f -name '._observer.rb' -exec rm -f {} \;
+ find debian/*/usr/lib/ruby/*/ -type f -name '._*.rb' -exec rm -f {} \;
+ find debian/*/usr/lib/ruby/*/ -type f -name '._*.yml' -exec rm -f {} \;
More information about the Pkg-ruby-extras-commits
mailing list