[DRE-commits] r4333 - trunk/rcov/debian

Micah Anderson micah at alioth.debian.org
Wed Nov 18 02:07:22 UTC 2009


Author: micah
Date: 2009-11-18 02:07:22 +0000 (Wed, 18 Nov 2009)
New Revision: 4333

Modified:
   trunk/rcov/debian/control
   trunk/rcov/debian/rules
   trunk/rcov/debian/watch
Log:
fix improper watch file, deal with the embedded jsquery; fix accident on Standards-Version

Modified: trunk/rcov/debian/control
===================================================================
--- trunk/rcov/debian/control	2009-11-18 01:49:22 UTC (rev 4332)
+++ trunk/rcov/debian/control	2009-11-18 02:07:22 UTC (rev 4333)
@@ -4,7 +4,7 @@
 Maintainer: Micah Anderson <micah at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools (>= 0.13), ruby1.8, ruby1.8-dev
-Standards-Version: 3.8.7
+Standards-Version: 3.8.3
 Homepage: http://relevance.github.com/rcov  
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/rcov/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/rcov/

Modified: trunk/rcov/debian/rules
===================================================================
--- trunk/rcov/debian/rules	2009-11-18 01:49:22 UTC (rev 4332)
+++ trunk/rcov/debian/rules	2009-11-18 02:07:22 UTC (rev 4333)
@@ -4,6 +4,13 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
+install/rcov::
+	# deal with repacked source file that removes the embedded
+	#code-copy of jsquery by symlinking to the debian packaged
+	#version
+	rm -f $(CURDIR)/debian/rcov/usr/lib/ruby/1.8/rcov/templates/jquery-1.3.2.min.js 
+	ln -s /usr/share/javascript/jquery/jquery.min.js $(CURDIR)/debian/rcov/usr/lib/ruby/1.8/rcov/templates/jquery-1.3.2.min.js 
+
 clean::
 	rm -f .config-*
 	# Reset first line of rcov to the original line

Modified: trunk/rcov/debian/watch
===================================================================
--- trunk/rcov/debian/watch	2009-11-18 01:49:22 UTC (rev 4332)
+++ trunk/rcov/debian/watch	2009-11-18 02:07:22 UTC (rev 4333)
@@ -1,3 +1,5 @@
 version=3
-http://github.com/relevance/rcov/commits/([\d.]+)
+opts=downloadurlmangle=s/commits/tarball/,filenamemangle=s/.*\/commits\/(.*)$/rcov-$1.tar.gz/ \
+	http://github.com/relevance/rcov/commits/([\d.]+)
 
+




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