Merge lp:~didrocks/unity-lens-video/new_packaging into lp:~stolowski/unity-lens-video/vala-rewrite

Proposed by Didier Roche-Tolomelli
Status: Merged
Merge reported by: Didier Roche-Tolomelli
Merged at revision: not available
Proposed branch: lp:~didrocks/unity-lens-video/new_packaging
Merge into: lp:~stolowski/unity-lens-video/vala-rewrite
Diff against target: 180 lines (+61/-20)
10 files modified
data/Makefile.am (+1/-1)
data/unity-lens-video.service.in (+1/-1)
data/unity-scope-video-remote.service.in (+1/-1)
debian/changelog (+19/-3)
debian/control (+24/-10)
debian/rules (+8/-1)
debian/unity-lens-video.install (+3/-0)
debian/unity-scope-video-remote.install (+3/-0)
debian/watch (+0/-2)
src/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~didrocks/unity-lens-video/new_packaging
Reviewer Review Type Date Requested Status
Paweł Stołowski Pending
Review via email: mp+138663@code.launchpad.net

Commit message

Add packaging changes for the vala rewrite

Description of the change

Add packaging changes for the vala rewrite

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Looks like this got merged without LP noticing, can we close the MP pls?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/Makefile.am'
--- data/Makefile.am 2012-11-22 16:20:45 +0000
+++ data/Makefile.am 2012-12-07 09:08:22 +0000
@@ -7,7 +7,7 @@
7dbus_services_DATA = $(service_in_files:.service.in=.service)7dbus_services_DATA = $(service_in_files:.service.in=.service)
88
9%.service: %.service.in9%.service: %.service.in
10 $(AM_V_GEN)sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@10 $(AM_V_GEN)sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
1111
12lens_in_files = video.lens.in video-remote.scope12lens_in_files = video.lens.in video-remote.scope
13lensdir = $(LENSESDIR)/video13lensdir = $(LENSESDIR)/video
1414
=== modified file 'data/unity-lens-video.service.in'
--- data/unity-lens-video.service.in 2012-11-22 14:41:31 +0000
+++ data/unity-lens-video.service.in 2012-12-07 09:08:22 +0000
@@ -1,3 +1,3 @@
1[D-BUS Service]1[D-BUS Service]
2Name=net.launchpad.lens.video2Name=net.launchpad.lens.video
3Exec=@libexecdir@/unity-video-lens-daemon3Exec=@pkglibexecdir@/unity-video-lens-daemon
44
=== modified file 'data/unity-scope-video-remote.service.in'
--- data/unity-scope-video-remote.service.in 2012-11-22 12:23:14 +0000
+++ data/unity-scope-video-remote.service.in 2012-12-07 09:08:22 +0000
@@ -1,3 +1,3 @@
1[D-BUS Service]1[D-BUS Service]
2Name=net.launchpad.scope.RemoteVideos2Name=net.launchpad.scope.RemoteVideos
3Exec=@libexecdir@/unity-scope-video-remote3Exec=@pkglibexecdir@/unity-scope-video-remote
44
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-15 17:09:41 +0000
+++ debian/changelog 2012-12-07 09:08:22 +0000
@@ -1,5 +1,18 @@
1unity-lens-video (0.3.14-0ubuntu2) UNRELEASED; urgency=low1unity-lens-video (0.3.14daily12.12.05-0ubuntu2) UNRELEASED; urgency=low
22
3 * change the packaging for now scopes in vala
4 * merged unity-scope-video-remote into this packaging
5 * runs the tests by default
6 * debian/watch:
7 - removed, not anymore needed with automatic snapshot and annoying when
8 doing packaging fixes
9 * install upstream files in pkglibexecdir rather than libexecdir
10
11 -- Didier Roche <didrocks@ubuntu.com> Fri, 07 Dec 2012 09:49:58 +0100
12
13unity-lens-video (0.3.14daily12.12.05-0ubuntu1) raring; urgency=low
14
15 [ Michael Terry ]
3 * debian/control:16 * debian/control:
4 - Update Bzr-Vcs17 - Update Bzr-Vcs
5 - Bump required debhelper to 918 - Bump required debhelper to 9
@@ -7,7 +20,10 @@
7 - Use --fail-missing20 - Use --fail-missing
8 * Automatic snapshot from revision 102 (bootstrap)21 * Automatic snapshot from revision 102 (bootstrap)
922
10 -- Michael Terry <mterry@ubuntu.com> Mon, 05 Nov 2012 14:08:07 -050023 [ Automatic PS uploader ]
24 * Automatic snapshot from revision 104
25
26 -- Automatic PS uploader <ps-jenkins@lists.canonical.com> Wed, 05 Dec 2012 09:29:20 +0000
1127
12unity-lens-video (0.3.14-0ubuntu1) quantal-proposed; urgency=low28unity-lens-video (0.3.14-0ubuntu1) quantal-proposed; urgency=low
1329
1430
=== modified file 'debian/control'
--- debian/control 2012-11-08 04:06:55 +0000
+++ debian/control 2012-12-07 09:08:22 +0000
@@ -4,9 +4,19 @@
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: David Calle <davidc@framli.eu>5XSBC-Original-Maintainer: David Calle <davidc@framli.eu>
6Build-Depends: debhelper (>= 9), 6Build-Depends: debhelper (>= 9),
7 python, 7 pkg-config,
8 python-distutils-extra,8 dh-autoreconf,
9 dh-translations,9 dh-translations,
10 gnome-common,
11 valac (>= 0.16),
12 libglib2.0-dev (>= 2.27),
13 libgee-dev,
14 libdee-dev (>= 1.0.7),
15 libsoup-gnome2.4-dev,
16 libjson-glib-dev,
17 libzeitgeist-dev,
18 libunity-dev (>= 6.90),
19 xvfb,
10Standards-Version: 3.9.320Standards-Version: 3.9.3
11Homepage: https://launchpad.net/unity-lens-videos21Homepage: https://launchpad.net/unity-lens-videos
12# If you aren't a member of ~unity-team but need to upload packaging changes,22# If you aren't a member of ~unity-team but need to upload packaging changes,
@@ -14,16 +24,20 @@
14Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-videos/trunk24Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-videos/trunk
1525
16Package: unity-lens-video26Package: unity-lens-video
17Architecture: all27Architecture: any
18Depends: ${misc:Depends},28Depends: ${shlibs:Depends},
19 ${python:Depends},29 ${misc:Depends},
20 gir1.2-unity-5.0,
21 gir1.2-dee-1.0,
22 gir1.2-glib-2.0,
23 python-zeitgeist,
24 unity-lens-music (>= 6.6.0),
25Recommends: unity-scope-video-remote30Recommends: unity-scope-video-remote
26Breaks: unity (<< 6.0.0),31Breaks: unity (<< 6.0.0),
27Description: Unity Video lens32Description: Unity Video lens
28 A plugin to search videos in the Dash.33 A plugin to search videos in the Dash.
2934
35Package: unity-scope-video-remote
36Architecture: any
37Depends: ${shlibs:Depends},
38 ${misc:Depends},
39 unity-lens-video (= ${binary:Version}),
40Enhances: unity-lens-video
41Description: Remote videos engine
42 This scope adds a remote videos search engine to the Video lens.
43
3044
=== modified file 'debian/rules'
--- debian/rules 2012-11-08 04:06:55 +0000
+++ debian/rules 2012-12-07 09:08:22 +0000
@@ -1,9 +1,16 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2# -*- makefile -*-2# -*- makefile -*-
33
4# Uncomment this to turn on verbose mode.
5#export DH_VERBOSE=1
6
7export DEB_BUILD_MAINT_OPTIONS := hardening=+all
48
5%:9%:
6 dh $@ --with python2,translations10 dh $@ --with autoreconf,translations
11
12override_dh_autoreconf:
13 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
714
8override_dh_install:15override_dh_install:
9 dh_install --fail-missing16 dh_install --fail-missing
1017
=== added file 'debian/unity-lens-video.install'
--- debian/unity-lens-video.install 1970-01-01 00:00:00 +0000
+++ debian/unity-lens-video.install 2012-12-07 09:08:22 +0000
@@ -0,0 +1,3 @@
1usr/lib/*/*/unity-video-lens-daemon
2usr/share/dbus-1/services/unity-lens-video.service
3usr/share/unity/lenses/video/video.lens
04
=== added file 'debian/unity-scope-video-remote.install'
--- debian/unity-scope-video-remote.install 1970-01-01 00:00:00 +0000
+++ debian/unity-scope-video-remote.install 2012-12-07 09:08:22 +0000
@@ -0,0 +1,3 @@
1usr/lib/*/*/unity-scope-video-remote
2usr/share/dbus-1/services/unity-scope-video-remote.service
3usr/share/unity/lenses/video/video-remote.scope
04
=== removed file 'debian/watch'
--- debian/watch 2012-03-21 21:41:31 +0000
+++ debian/watch 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1version=3
2http://launchpad.net/unity-lens-videos/+download .*/unity-lens-video-([0-9.]+)\.tar\.gz
30
=== modified file 'src/Makefile.am'
--- src/Makefile.am 2012-11-19 11:00:54 +0000
+++ src/Makefile.am 2012-12-07 09:08:22 +0000
@@ -5,7 +5,7 @@
55
6DATADIR = $(datadir)6DATADIR = $(datadir)
77
8libexec_PROGRAMS = \8pkglibexec_PROGRAMS = \
9 unity-video-lens-daemon \9 unity-video-lens-daemon \
10 unity-scope-video-remote \10 unity-scope-video-remote \
11 $(NULL)11 $(NULL)

Subscribers

People subscribed via source and target branches