[SCM] lives packaging branch, master, updated. debian/1.3.3-2-27-gbc2aad7

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jul 6 09:41:57 UTC 2010


The following commit has been merged in the master branch:
commit bc2aad79ede4d8881c5090c14134c47bb75f2e6b
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jul 6 11:41:52 2010 +0200

    Move all doc files provided by upstream under /usr/share/doc/lives.

diff --git a/debian/lives-data.install b/debian/lives-data.install
index af7db3d..cfbfff4 100644
--- a/debian/lives-data.install
+++ b/debian/lives-data.install
@@ -1,4 +1,4 @@
-usr/share/doc
+usr/share/doc/lives-*/* usr/share/doc/lives
 usr/share/lives
 usr/share/locale
 usr/share/pixmaps
diff --git a/debian/rules b/debian/rules
index ee61143..9160aea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,17 @@
 LDFLAGS:=
 CFLAGS:=
 
+UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep Version | sed 's/^Version:\s\(.*\)-.*/\1/')
+
 %:
 	dh --with autotools_dev $@
 
 override_dh_auto_install:
 	dh_auto_install
 	find debian/tmp -type f -name "*.la" -ls -delete
+	cd debian/tmp/usr/share/doc/lives-$(UPSTREAM_VERSION) && \
+		rm \
+			ChangeLog \
+			FEATURES \
+			BUGS \
+			AUTHORS

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list