Switch to source format 3.0 (quilt)
authorIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 20:03:26 +0000 (21:03 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 20:03:26 +0000 (21:03 +0100)
NB: Henceforth, the master branch has patches in debian/patches *applied*

debian/changelog
debian/control
debian/rules
debian/source/format [new file with mode: 0644]
gnulib-tool
lib/uniname/gen-uninames.lisp

index 6a91836..6271477 100644 (file)
@@ -2,6 +2,7 @@ gnulib (20100419+stable-1) unstable; urgency=low
 
   * New upstream stable snapshot.
   * Refresh 01-gnulib-directory.patch.
+  * Switch to source format 3.0 (quilt).
   * debian/rules:
     + Remove 'upstream' target - not needed now we use stable snapshot tarballs.
     + Temporarily override dh_auto_test, until 'make check' is fixed
index d228720..4dd3a94 100644 (file)
@@ -2,7 +2,7 @@ Source: gnulib
 Section: devel
 Priority: optional
 Maintainer: Ian Beckwith <ianb@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), quilt, texinfo
+Build-Depends: debhelper (>= 7.0.50~), texinfo
 Standards-Version: 3.8.4
 Homepage: http://www.gnu.org/software/gnulib/
 Vcs-Browser: http://erislabs.net/gitweb?p=gnulib.git
index 1ab5f14..07618c0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh ${@} --with quilt
+       dh ${@}
 
 # skip tests until 'make check' is fixed
 override_dh_auto_test:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
index 407a96f..46c3d2f 100755 (executable)
@@ -410,7 +410,7 @@ func_gnulib_dir ()
       * ) self_abspathname=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`/"$linkval" ;;
     esac
   done
-  gnulib_dir=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`
+  gnulib_dir=/usr/share/gnulib
 }
 
 # func_tmpdir
index d08e93f..ec24d97 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/clisp -C
+#!/usr/bin/clisp -C
 
 ;;; Creation of gnulib's uninames.h from the UnicodeData.txt table.
 ;;; Bruno Haible 2000-12-28