Hi,

Attached is the diff for my aswiki 1.0.4-3.1 NMU.

Cheers,
-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Life is life. Lalalalala.
diff -u aswiki-1.0.4/aswiki.cgi aswiki-1.0.4/aswiki.cgi
--- aswiki-1.0.4/aswiki.cgi
+++ aswiki-1.0.4/aswiki.cgi
@@ -1,4 +1,4 @@
-#! /usr/bin/ruby1.6
+#! /usr/bin/ruby1.8
 # Copyritght (c) 2002 TANIGUCHI Takaki
 # This program is distributed under the GNU GPL 2 or later.
 
diff -u aswiki-1.0.4/debian/dirs aswiki-1.0.4/debian/dirs
--- aswiki-1.0.4/debian/dirs
+++ aswiki-1.0.4/debian/dirs
@@ -3 +3 @@
-usr/lib/ruby/1.6
+usr/lib/ruby/1.8
diff -u aswiki-1.0.4/debian/control aswiki-1.0.4/debian/control
--- aswiki-1.0.4/debian/control
+++ aswiki-1.0.4/debian/control
@@ -2,14 +2,14 @@
 Section: web
 Priority: optional
 Maintainer: TANIGUCHI Takaki <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>> 4.0.0)
+Standards-Version: 3.7.2
 Uploaders: Taku YASUI <[EMAIL PROTECTED]>
 
 Package: aswiki
 Architecture: all
-Depends: ruby1.6, libamrita-ruby1.6(>= 1.0.2), libalgorithm-diff-ruby1.6, 
libstrscan-ruby1.6, libdbm-ruby1.6
-Recommends: rcs, libdb3-ruby1.6
+Depends: ruby1.8, libamrita-ruby1.8 (>= 1.0.2), libalgorithm-diff-ruby1.8, 
libstrscan-ruby1.8, libdbm-ruby1.8
+Recommends: rcs, libdb3-ruby1.8
 Description: WikiWikiWeb clone (Wiki Engine) written in Ruby
  AsWiki is WikiWikiWeb clone (Wiki Engine). WikiWikiWeb is web base
  collaboration tool. AsWiki has following features:
diff -u aswiki-1.0.4/debian/rules aswiki-1.0.4/debian/rules
--- aswiki-1.0.4/debian/rules
+++ aswiki-1.0.4/debian/rules
@@ -58,7 +58,7 @@
 
        # Add here commands to install the package into debian/aswiki.
        # $(MAKE) install DESTDIR=$(CURDIR)/debian/aswiki
-       cp -a aswiki $(CURDIR)/debian/aswiki/usr/lib/ruby/1.6
+       cp -a aswiki $(CURDIR)/debian/aswiki/usr/lib/ruby/1.8
        cp -a aswiki.cgi default.css plugin template \
                $(CURDIR)/debian/aswiki/usr/share/aswiki
        cp -a examples/aswiki.conf.debian \
diff -u aswiki-1.0.4/debian/changelog aswiki-1.0.4/debian/changelog
--- aswiki-1.0.4/debian/changelog
+++ aswiki-1.0.4/debian/changelog
@@ -1,3 +1,11 @@
+aswiki (1.0.4-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Switch to ruby1.8 (Closes: #366605)
+  * Move debhelper to Build-Depends
+
+ -- Julien Danjou <[EMAIL PROTECTED]>  Mon, 31 Jul 2006 10:22:45 +0200
+
 aswiki (1.0.4-3) unstable; urgency=low
 
   * revised package description.

Attachment: signature.asc
Description: Digital signature

Reply via email to