r10940 - in /packages/unstable/jhbuild/debian: README.Debian changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat May 12 10:52:03 UTC 2007


Author: lool
Date: Sat May 12 10:52:03 2007
New Revision: 10940

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10940
Log:
* Ship scripts.

Modified:
    packages/unstable/jhbuild/debian/README.Debian
    packages/unstable/jhbuild/debian/changelog
    packages/unstable/jhbuild/debian/rules

Modified: packages/unstable/jhbuild/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/README.Debian?rev=10940&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/README.Debian (original)
+++ packages/unstable/jhbuild/debian/README.Debian Sat May 12 10:52:03 2007
@@ -57,6 +57,5 @@
 
 The upstream scripts/ dir has many small utilities which were mostly
 useful in the days where GNOME modules were kept in CVS.  Nowadays,
-these scripts are quite obsolete, and hence are not shipped in the
-package.
+some scripts are quite obsolete.
 

Modified: packages/unstable/jhbuild/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/changelog?rev=10940&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/changelog (original)
+++ packages/unstable/jhbuild/debian/changelog Sat May 12 10:52:03 2007
@@ -1,8 +1,9 @@
 jhbuild (0.0.svn.r1378-2) UNRELEASED; urgency=low
 
   * Cleanups.
+  * Ship scripts.
 
- -- Loic Minier <lool at dooz.org>  Sat, 12 May 2007 12:43:27 +0200
+ -- Loic Minier <lool at dooz.org>  Sat, 12 May 2007 12:49:15 +0200
 
 jhbuild (0.0.svn.r1378-1) unstable; urgency=low
 

Modified: packages/unstable/jhbuild/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/rules?rev=10940&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/rules (original)
+++ packages/unstable/jhbuild/debian/rules Sat May 12 10:52:03 2007
@@ -12,6 +12,7 @@
 BINDIR = $(PREFIX)/bin
 DATADIR = $(PREFIX)/share/jhbuild
 SYSCONFDIR = /etc
+DOCDIR = $(PREFIX)/share/doc/jhbuild
 
 # build and clean documentation manually
 build/jhbuild:: doc/jhbuild.html
@@ -42,8 +43,16 @@
 	# bash completion
 	install -d $(DESTDIR)$(SYSCONFDIR)/bash_completion.d
 	cp -a contrib/jhbuild_completion.bash $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/jhbuild
+	# scripts
+	install -d $(DESTDIR)$(DOCDIR)
+	cp -a scripts $(DESTDIR)$(DOCDIR)
 	# make files with a shebang executable
-	egrep -rlZ '^#!(.*)(python|bash)' $(DESTDIR)$(DATADIR) $(DESTDIR)$(SYSCONFDIR) | xargs -0 chmod a+x --
+	# XXX might need some dh_fixperms excludes
+	egrep -rlZ '^#!(.*)(python|bash)' \
+		$(DESTDIR)$(DATADIR) \
+		$(DESTDIR)$(SYSCONFDIR) \
+		$(DESTDIR)$(DOCDIR) \
+		| xargs -0 chmod a+x --
 
 binary-install/jhbuild::
 	# (should find /usr/share/<package> automatically)




More information about the pkg-gnome-commits mailing list