[SCM] kdenlive packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-561-gb8d8ab5

Scarlett Clark sgclark-guest at moszumanska.debian.org
Thu Feb 18 19:30:39 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=450636c

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 450636c3f56316d01599614673c30a8293b2a0f3
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Tue Dec 30 17:56:47 2008 +0000

    Split package also up to kdenlive-data.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk/debian@426 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 control                               | 21 +++++++++++++++--
 kdenlive.dirs => kdenlive-data.dirs   |  0
 kdenlive-data.install                 |  6 +++++
 kdenlive.links => kdenlive-data.links |  0
 kdenlive.install                      |  4 ++++
 rules                                 | 43 +++++++++++++++++++++++------------
 6 files changed, 57 insertions(+), 17 deletions(-)

diff --git a/control b/control
index a030109..38daa8f 100644
--- a/control
+++ b/control
@@ -9,7 +9,7 @@ DM-Upload-Allowed: yes
 
 Package: kdenlive
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, inigo, libmlt-data
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdenlive-data (= ${source:Version}), inigo, libmlt-data
 Recommends: swh-plugins, dvgrab
 Description: a non-linear video editor
  Kdenlive is a non-linear video editing suite, which supports DV, HDC and much
@@ -20,7 +20,24 @@ Description: a non-linear video editor
   Real time changes
   Firewire and Video4Linux capture
   Screen grabbing
-  Exporting to any by FFMPEG supported forma
+  Exporting to any by FFMPEG supported format
+
+Package: kdenlive-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: kdenlive
+Description: a non-linear video editor (data files)
+ Kdenlive is a non-linear video editing suite, which supports DV, HDC and much
+ more formats.
+ It main features are:
+  Guides and marker for organizing timelines
+  Copy and paste support for clips, effects and transitions
+  Real time changes
+  Firewire and Video4Linux capture
+  Screen grabbing
+  Exporting to any by FFMPEG supported format
+ .
+ This packages contains the data files for kdenlive.
 
 Package: kdenlive-dbg
 Architecture: any
diff --git a/kdenlive.dirs b/kdenlive-data.dirs
similarity index 100%
rename from kdenlive.dirs
rename to kdenlive-data.dirs
diff --git a/kdenlive-data.install b/kdenlive-data.install
new file mode 100644
index 0000000..24f857d
--- /dev/null
+++ b/kdenlive-data.install
@@ -0,0 +1,6 @@
+debian/tmp/usr/share/doc usr/share/doc/
+debian/tmp/usr/share/icons usr/share/icons/
+debian/tmp/usr/share/config.kcfg usr/share/config.kcfg/
+debian/tmp/usr/share/kde4 usr/share/kde4/
+debian/tmp/usr/share/locale usr/share/locale/
+debian/tmp/usr/share/mime usr/share/mime/
diff --git a/kdenlive.links b/kdenlive-data.links
similarity index 100%
rename from kdenlive.links
rename to kdenlive-data.links
diff --git a/kdenlive.install b/kdenlive.install
new file mode 100644
index 0000000..ac51a35
--- /dev/null
+++ b/kdenlive.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib usr/lib/
+debian/tmp/usr/share/man usr/share/man/
+debian/tmp/usr/share/applications/kde usr/share/applications/kde/
+debian/tmp/usr/bin usr/bin/
diff --git a/rules b/rules
index 850e324..351b7e4 100755
--- a/rules
+++ b/rules
@@ -51,31 +51,44 @@ clean: unpatch
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf build
+	rm -rf $(CURDIR)/debian/tmp
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/kdenlive
+	cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_installdirs -i
+	dh_install -i
+	dh_link -i
+	dh_compress -i
+	dh_fixperm -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_installdirs
-	dh_link
-	dh_strip --dbg-package=kdenlive-dbg
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a
+	dh_installdocs -a
+	dh_install -a
+	dh_strip -a --dbg-package=kdenlive-dbg
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list