r43792 - in /desktop/unstable/devhelp/debian: changelog devhelp.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Oct 27 14:57:04 UTC 2014


Author: bigon
Date: Mon Oct 27 14:57:04 2014
New Revision: 43792

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43792
Log:
* debian/rules: List not installed files
* debian/devhelp.install: Install appdata file

Modified:
    desktop/unstable/devhelp/debian/changelog
    desktop/unstable/devhelp/debian/devhelp.install
    desktop/unstable/devhelp/debian/rules

Modified: desktop/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/changelog?rev=43792&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/changelog	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/changelog	[utf-8] Mon Oct 27 14:57:04 2014
@@ -1,3 +1,10 @@
+devhelp (3.14.0-2) UNRELEASED; urgency=medium
+
+  * debian/rules: List not installed files
+  * debian/devhelp.install: Install appdata file
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 27 Oct 2014 15:55:06 +0100
+
 devhelp (3.14.0-1) unstable; urgency=medium
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/devhelp/debian/devhelp.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/devhelp.install?rev=43792&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/devhelp.install	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/devhelp.install	[utf-8] Mon Oct 27 14:57:04 2014
@@ -1,2 +1,3 @@
+usr/share/appdata
 usr/share/applications
 usr/bin

Modified: desktop/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/rules?rev=43792&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/rules	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/rules	[utf-8] Mon Oct 27 14:57:04 2014
@@ -10,6 +10,10 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
+
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+DEB_DH_INSTALL_ARGS := --list-missing
 
 X_TOOLS += misc/devhelp.vim \
 	misc/html2funcs.py \




More information about the pkg-gnome-commits mailing list