Merge lp:~bregma/libgrip/trusty-packaging-tweaks into lp:libgrip

Proposed by Stephen M. Webb
Status: Merged
Approved by: Brandon Schaefer
Approved revision: 90
Merged at revision: 88
Proposed branch: lp:~bregma/libgrip/trusty-packaging-tweaks
Merge into: lp:libgrip
Diff against target: 109 lines (+34/-12)
3 files modified
debian/control (+20/-5)
debian/libgrip0.symbols (+13/-1)
debian/rules (+1/-6)
To merge this branch: bzr merge lp:~bregma/libgrip/trusty-packaging-tweaks
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Brandon Schaefer (community) Approve
Review via email: mp+200624@code.launchpad.net

Commit message

fix some Lintian packaging complaints

Description of the change

Fixes a couple of complaints from Lintian about the packaging.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
90. By Stephen M. Webb

debian/watch: removed tarball signing check because source/format 1.0 prevents it

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

LGTM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-06-27 13:21:36 +0000
3+++ debian/control 2014-01-07 17:26:33 +0000
4@@ -32,9 +32,11 @@
5 Pre-Depends: multiarch-support,
6 Depends: ${misc:Depends},
7 ${shlibs:Depends},
8-Description: provides multitouch gestures to GTK+ apps
9- .
10- Libgrip hooks gesture recognition into GTK+ applications.
11+Description: multitouch gestures for GTK+ apps
12+ Libgrip is an extenion library that provides widget-level programmable gesture
13+ recognition for GTK+ applications natively within the toolkit. Widgets
14+ subscribe to particular gestures and provide programmed functionality on
15+ receipt of corresponding gesture events.
16
17 Package: libgrip-dev
18 Section: libdevel
19@@ -46,15 +48,24 @@
20 pkg-config,
21 ${misc:Depends},
22 ${shlibs:Depends},
23-Description: provides multitouch gestures to GTK+ apps -- development files
24+Description: multitouch gestures for GTK+ apps -- development files
25+ Libgrip is an extenion library that provides widget-level programmable gesture
26+ recognition for GTK+ applications natively within the toolkit. Widgets
27+ subscribe to particular gestures and provide programmed functionality on
28+ receipt of corresponding gesture events.
29 .
30- This package contains files that are needed to build applications.
31+ This package contains development files that are needed to build applications
32+ against libgrip.
33
34 Package: gir1.2-grip
35 Architecture: any
36 Depends: ${gir:Depends},
37 ${misc:Depends},
38 Description: typelib file for libgrip
39+ Libgrip is an extenion library that provides widget-level programmable gesture
40+ recognition for GTK+ applications natively within the toolkit. Widgets
41+ subscribe to particular gestures and provide programmed functionality on
42+ receipt of corresponding gesture events.
43 .
44 This package can be used by other packages using the GIRepository format to
45 generate dynamic bindings for libgrip
46@@ -66,6 +77,10 @@
47 Depends: ${misc:Depends},
48 ${python:Depends},
49 Description: python bindings for libgrip
50+ Libgrip is an extenion library that provides widget-level programmable gesture
51+ recognition for GTK+ applications natively within the toolkit. Widgets
52+ subscribe to particular gestures and provide programmed functionality on
53+ receipt of corresponding gesture events.
54 .
55 This package provides Python bindings so that you can use libgrip from
56 a Python program.
57
58=== renamed file 'debian/libbrip0.symbols' => 'debian/libgrip0.symbols'
59--- debian/libbrip0.symbols 2011-07-11 08:54:08 +0000
60+++ debian/libgrip0.symbols 2014-01-07 17:26:33 +0000
61@@ -1,5 +1,8 @@
62-libgrip-0.1.so.0 libgrip-0.1-0 #MINVER#
63+libgrip.so.0 libgrip0 #MINVER#
64 GRIP_0.1@GRIP_0.1 0.1.4
65+ GRIP_0.2@GRIP_0.2 0.3.7
66+ GRIP_0.2.2@GRIP_0.2.2 0.3.7
67+ GRIP_0.3@GRIP_0.3 0.3.7
68 grip_gesture_event_copy@GRIP_0.1 0.1.1
69 grip_gesture_event_free@GRIP_0.1 0.1.1
70 grip_gesture_event_get_type@GRIP_0.1 0.1.1
71@@ -7,5 +10,14 @@
72 grip_gesture_manager_get@GRIP_0.1 0.1.0
73 grip_gesture_manager_get_type@GRIP_0.1 0.1.0
74 grip_gesture_manager_register_window@GRIP_0.1 0.1.0
75+ grip_gesture_manager_unregister_window@GRIP_0.2 0.3.7
76 grip_gesture_type_get_type@GRIP_0.1 0.1.0
77+ grip_get_device_type@GRIP_0.3 0.3.7
78+ grip_input_device_get_id@GRIP_0.2.2 0.3.7
79+ grip_input_device_get_name@GRIP_0.2.2 0.3.7
80+ grip_input_device_get_type@GRIP_0.2.2 0.3.7
81+ grip_input_device_get_x_extents@GRIP_0.2.2 0.3.7
82+ grip_input_device_get_y_extents@GRIP_0.2.2 0.3.7
83+ grip_input_device_is_direct@GRIP_0.2.2 0.3.7
84+ grip_input_device_is_independent@GRIP_0.2.2 0.3.7
85 grip_time_type_get_type@GRIP_0.1 0.1.0
86
87=== modified file 'debian/rules'
88--- debian/rules 2013-04-17 14:24:12 +0000
89+++ debian/rules 2014-01-07 17:26:33 +0000
90@@ -1,9 +1,5 @@
91 #!/usr/bin/make -f
92
93-LDFLAGS += -Wl,-O1 -Wl,--as-needed
94-
95-export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
96-
97 %:
98 dh $@ --with python2,autoreconf
99
100@@ -11,8 +7,7 @@
101 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
102
103 override_dh_auto_configure:
104- dh_auto_configure -- \
105- --enable-gtk-doc
106+ dh_auto_configure -- --enable-gtk-doc --disable-silent-rules
107
108 override_dh_install:
109 dh_install --fail-missing -X.a -X.la -X.pyc -X.pyo

Subscribers

People subscribed via source and target branches