[SCM] mate-common Debian package branch, master, updated. 99dce1132ac1eeb849ae7db281c24c9a7101ea63

Mike Gabriel sunweaver at moszumanska.debian.org
Wed Mar 5 22:10:15 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-common.git;a=commitdiff;h=b18a236

The following commit has been merged in the master branch:
commit b18a2361eeeb26c84c6d1370f7a0c26c517bad0b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 5 23:05:43 2014 +0100

    During dh_install list files that do not get installed into the bin:package.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 319b0c3..d4c052c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ mate-common (1.8.0-1) UNRELEASED; urgency=low
     + Use tagged CGit tarball snapshots as upstream source.
   * debian/rules:
     + Build package using autogen.sh.
+    + During dh_install list files that do not get installed into the
+      bin:package.
 
  -- Stefano Karapetsas <stefano at karapetsas.com>  Tue, 04 Mar 2014 22:51:53 +0100
 
diff --git a/debian/rules b/debian/rules
index 3aa6939..60ec508 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,8 @@ override_dh_auto_configure:
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure
 
+override_dh_install:
+	dh_install --list-missing
+
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
mate-common Debian package



More information about the pkg-mate-commits mailing list