Hi,

Attached is the diff for my libvorbisfile-ruby 0.2-8.1 NMU.

-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// There is nothing under this line.
diff -u libvorbisfile-ruby-0.2/debian/control 
libvorbisfile-ruby-0.2/debian/control
--- libvorbisfile-ruby-0.2/debian/control
+++ libvorbisfile-ruby-0.2/debian/control
@@ -2,25 +2,8 @@
 Section: interpreters
 Priority: optional
 Maintainer: Tatsuki Sugiura <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), ruby1.6, ruby1.8, ruby1.6-dev, 
ruby1.8-dev, libvorbis-dev
-Standards-Version: 3.5.8
-
-Package: libvorbisfile-ruby1.6
-Architecture: any
-Provides: libvorbisfile-ruby
-Conflicts: libvorbisfile-ruby (<< 0.2-7)
-Replaces: libvorbisfile-ruby (<< 0.2-7)
-Depends: ${shlibs:Depends}
-Description: Ogg Vorbis support library for Ruby1.6
- libvorbisfile-ruby is a decoder library provided with the Ogg Vorbis
- distribution. See http://xiph.org/ogg/vorbis/ for details.
- .
- The API of this extension is virtually identical to that of
- vorbisfile.h, with a couple of exceptions:
- .
-  * Prefixes have been removed (ov_open -> open).
-  * The OggVorbis_File parameter is removed, as the VorbisFile object
-    encapsulates this.
+Build-Depends: debhelper (>> 4.0.0), ruby1.8, ruby1.8-dev, libvorbis-dev
+Standards-Version: 3.7.2
 
 Package: libvorbisfile-ruby1.8
 Architecture: any
@@ -42,7 +25,6 @@
 Package: libvorbisfile-ruby
 Architecture: any
 Depends: libvorbisfile-ruby1.8
-Suggests: libvorbisfile-ruby1.6, libvorbisfile-ruby1.8
 Description: Ogg Vorbis support library for Ruby
  libvorbisfile-ruby is a decoder library provided with the Ogg Vorbis
  distribution. See http://xiph.org/ogg/vorbis/ for details.
diff -u libvorbisfile-ruby-0.2/debian/rules libvorbisfile-ruby-0.2/debian/rules
--- libvorbisfile-ruby-0.2/debian/rules
+++ libvorbisfile-ruby-0.2/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -60,16 +60,6 @@
        dh_installdirs
 
        # Add here commands to install the package into 
debian/libvorbisfile-ruby.
-       ruby1.6 extconf.rb --host=$(DEB_HOST_GNU_TYPE) \
-               --build=$(DEB_BUILD_GNU_TYPE) \
-               --prefix=/usr \
-               --mandir=\$${prefix}/share/man \
-               --infodir=\$${prefix}/share/info
-       $(MAKE)
-       $(MAKE) install prefix=$(CURDIR)/debian/libvorbisfile-ruby1.6/usr \
-               sitedir='$$(prefix)/lib/ruby'
-       $(MAKE) distclean
-
        ruby1.8 extconf.rb --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr \
diff -u libvorbisfile-ruby-0.2/debian/changelog 
libvorbisfile-ruby-0.2/debian/changelog
--- libvorbisfile-ruby-0.2/debian/changelog
+++ libvorbisfile-ruby-0.2/debian/changelog
@@ -1,3 +1,12 @@
+libvorbisfile-ruby (0.2-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove ruby.6 package (Closes: #366581)
+  * Bump standards version
+  * Switch to debhelper 4
+
+ -- Julien Danjou <[EMAIL PROTECTED]>  Sun, 13 Aug 2006 13:26:27 +0200
+
 libvorbisfile-ruby (0.2-8) unstable; urgency=low
 
   * default version has been changed to 1.8

Attachment: signature.asc
Description: Digital signature

Reply via email to