tags 565839 + patch
thanks

Dear maintainer,

I've prepared an NMU for redcloth (versioned as 4.2.2-1.1) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |
reverted:
--- redcloth-4.2.2/debian/libredcloth-ruby1.9.docs
+++ redcloth-4.2.2.orig/debian/libredcloth-ruby1.9.docs
@@ -1 +0,0 @@
-README
diff -u redcloth-4.2.2/debian/rules redcloth-4.2.2/debian/rules
--- redcloth-4.2.2/debian/rules
+++ redcloth-4.2.2/debian/rules
@@ -5,10 +5,10 @@
 bindir	= /usr/bin
 libdir18 = $(shell ruby1.8 -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
 archdir18 = $(shell ruby1.8 -r rbconfig -e 'print Config::CONFIG["archdir"]')
-libdir19 = $(shell ruby1.9 -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
-archdir19 = $(shell ruby1.9 -r rbconfig -e 'print Config::CONFIG["archdir"]')
+libdir19 = $(shell ruby1.9.1 -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
+archdir19 = $(shell ruby1.9.1 -r rbconfig -e 'print Config::CONFIG["archdir"]')
 
-build: build-ruby1.8-stamp build-ruby1.9-stamp
+build: build-ruby1.8-stamp build-ruby1.9.1-stamp
 
 build-common-stamp:
 	dh_testdir
@@ -43,24 +43,24 @@
 
 	touch build-ruby1.8-stamp
 
-build-ruby1.9-stamp: build-common-stamp
+build-ruby1.9.1-stamp: build-common-stamp
 	dh_testdir
 
 	# configure
-	ruby1.9 setup.rb clean
-	ruby1.9 setup.rb config \
+	ruby1.9.1 setup.rb clean
+	ruby1.9.1 setup.rb config \
 		--bindir=$(tmp)$(bindir) \
 		--rbdir=$(tmp)$(libdir19) \
 		--sodir=$(tmp)$(archdir19) \
 		--shebang=never
 
 	# build
-	ruby1.9 setup.rb setup
+	ruby1.9.1 setup.rb setup
 
 	# install
-	ruby1.9 setup.rb install
+	ruby1.9.1 setup.rb install
 
-	touch build-ruby1.9-stamp
+	touch build-ruby1.9.1-stamp
 
 install: build
 	dh_testdir
@@ -68,8 +68,8 @@
 
 	echo "$(tmp)$(libdir18)/redcloth*" >debian/libredcloth-ruby1.8.install
 	echo "$(tmp)$(archdir18)/redcloth*" >>debian/libredcloth-ruby1.8.install
-	echo "$(tmp)$(libdir19)/redcloth*" >debian/libredcloth-ruby1.9.install
-	echo "$(tmp)$(archdir19)/redcloth*" >>debian/libredcloth-ruby1.9.install
+	echo "$(tmp)$(libdir19)/redcloth*" >debian/libredcloth-ruby1.9.1.install
+	echo "$(tmp)$(archdir19)/redcloth*" >>debian/libredcloth-ruby1.9.1.install
 
 	dh_install
 
diff -u redcloth-4.2.2/debian/control redcloth-4.2.2/debian/control
--- redcloth-4.2.2/debian/control
+++ redcloth-4.2.2/debian/control
@@ -5,7 +5,7 @@
 Homepage: http://redcloth.org/
 Vcs-Browser: http://github.com/jgarber/redcloth/tree/master
 Vcs-Git: git://github.com/jgarber/redcloth.git
-Build-Depends: debhelper (>= 5), ruby1.8, ruby1.8-dev, rdoc1.8, ruby1.9, ruby1.9-dev, ragel (>= 6.3)
+Build-Depends: debhelper (>= 5), ruby1.8, ruby1.8-dev, rdoc1.8, ruby1.9.1, ruby1.9.1-dev, ragel (>= 6.3)
 Standards-Version: 3.8.3
 
 Package: libredcloth-ruby
@@ -46,10 +46,10 @@
-Package: libredcloth-ruby1.9
+Package: libredcloth-ruby1.9.1
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Textile module for Ruby 1.9
+Description: Textile module for Ruby 1.9.1
  Textile is a very simple text format, intended for making readable text
  that can be converted to HTML, and used in docs, blogs, and Wiki pages.
  .
  RedCloth is a Ruby module for converting Textile to HTML.
  .
- This package contains RedCloth module for Ruby 1.9.
+ This package contains RedCloth module for Ruby 1.9.1.
diff -u redcloth-4.2.2/debian/changelog redcloth-4.2.2/debian/changelog
--- redcloth-4.2.2/debian/changelog
+++ redcloth-4.2.2/debian/changelog
@@ -1,3 +1,10 @@
+redcloth (4.2.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to Ruby 1.9.1. Closes: #565839.
+
+ -- Lucas Nussbaum <lu...@lucas-nussbaum.net>  Sat, 13 Feb 2010 08:36:52 +0100
+
 redcloth (4.2.2-1) unstable; urgency=low
 
   * New upstream version.
only in patch2:
unchanged:
--- redcloth-4.2.2.orig/debian/libredcloth-ruby1.9.1.docs
+++ redcloth-4.2.2/debian/libredcloth-ruby1.9.1.docs
@@ -0,0 +1 @@
+README

Reply via email to