* Install MODULES.html.sh and the root Makefile to /usr/share/gnulib
authorIan Beckwith <ianb@erislabs.net>
Mon, 16 Nov 2009 23:39:56 +0000 (23:39 +0000)
committerIan Beckwith <ianb@erislabs.net>
Mon, 16 Nov 2009 23:39:56 +0000 (23:39 +0000)
* Install NEWS, NEWS.stable, README, users.txt to /usr/share/doc/gnulib.

debian/changelog
debian/gnulib.docs
debian/rules

index 544fef3..6ae9f87 100644 (file)
@@ -1,9 +1,11 @@
 gnulib (20091114-1) unstable; urgency=low
 
-  * New upstream version.
+  * New upstream stable snapshot.
   * Install posix-modules (Closes: #555493).
+    Also install MODULES.html.sh and the root Makefile, just in case.
+  * Install NEWS, NEWS.stable, README, users.txt to /usr/share/doc/gnulib.
 
- -- Ian Beckwith <ianb@debian.org>  Mon, 16 Nov 2009 23:01:40 +0000
+ -- Ian Beckwith <ianb@debian.org>  Mon, 16 Nov 2009 23:29:57 +0000
 
 gnulib (20090915+f32c9d0-2) unstable; urgency=low
 
index 1776ad4..65c96d7 100644 (file)
@@ -1 +1,5 @@
 doc/*.html
+NEWS
+NEWS.stable
+README
+users.txt
index ac55abb..d97dc54 100755 (executable)
@@ -37,7 +37,8 @@ override_dh_auto_install:
        cp -a check-module gnulib-tool debian/gnulib/usr/bin
 
        mkdir -p debian/gnulib/usr/share/gnulib
-       cp -a build-aux posix-modules config doc lib m4 modules top tests debian/gnulib/usr/share/gnulib
+       cp -a build-aux posix-modules config doc lib m4 modules top tests \
+              MODULES.html.sh Makefile debian/gnulib/usr/share/gnulib
 
        # Fixing permissions
        chmod 0755 debian/gnulib/usr/share/gnulib/build-aux/config.guess