Skip to content

Commit 93a8aea

Browse files
Fantumtwebster
authored andcommitted
d/control: update build-deps
- add min version to libpulse-dev - dpkg-dev b-deps to a version older that oldoldstable is not needed anymore - remove duplicate priority field (on binary packages not needed as same of the source) d/changelog: remove trailing whitespace d/rules: hardening from bindnow to all update debian/copyright
1 parent 6501be4 commit 93a8aea

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ cinnamon-desktop (3.6.0) sylvia; urgency=medium
275275
cinnamon-desktop (3.4.2) sonya; urgency=medium
276276

277277
[ Michael Webster ]
278-
* gnome-wall-clock: Add functionality to allow setting the update interval.
278+
* gnome-wall-clock: Add functionality to allow setting the update interval.
279279

280280
-- Clement Lefebvre <[email protected]> Tue, 20 Jun 2017 15:24:51 +0200
281281

debian/control

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Priority: optional
44
Maintainer: Clement Lefebvre <[email protected]>
55
Build-Depends:
66
debhelper-compat (= 12),
7-
dpkg-dev (>= 1.15.1),
87
gobject-introspection (>= 0.10.2-1~),
98
gtk-doc-tools (>= 1.4),
109
intltool (>= 0.40.6),
@@ -13,7 +12,7 @@ Build-Depends:
1312
libgirepository1.0-dev (>= 0.10.2-1~),
1413
libglib2.0-dev (>= 2.37.3),
1514
libgtk-3-dev (>= 3.3.16),
16-
libpulse-dev,
15+
libpulse-dev (>= 12.99.3),
1716
libx11-dev,
1817
libxext-dev,
1918
libxkbfile-dev,
@@ -50,7 +49,6 @@ Description: Introspection data for Cinnamon pulseaudio abstraction
5049

5150
Package: libcinnamon-desktop-dbg
5251
Section: debug
53-
Priority: optional
5452
Architecture: any
5553
Multi-Arch: same
5654
Pre-Depends: ${misc:Pre-Depends}
@@ -87,7 +85,6 @@ Description: Cinnamon shared utility library.
8785

8886
Package: libcvc-dbg
8987
Section: debug
90-
Priority: optional
9188
Architecture: any
9289
Multi-Arch: same
9390
Pre-Depends: ${misc:Pre-Depends}

debian/copyright

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ Upstream-Name: cinnamon-desktop
33
Source: https://github.com/linuxmint/cinnamon-desktop
44

55
Files: *
6-
Copyright: 2006, @ Free Software Foundation, Inc
7-
2004, Adam Weinberger and the GNOME Foundation
6+
Copyright: 2004, Adam Weinberger and the GNOME Foundation
87
2005, Canonical Ltd
98
2010, Carlos Garcia Campos <[email protected]>
109
2012, Colin Walters <[email protected]>
1110
Croatian team
1211
2000, Eazel, Inc.
1312
2004, Free Software Foundation
1413
2005-2011, Free Software Foundation, Andhra Pradesh
15-
1991-2003, Free Software Foundation, Inc
14+
1991-2012, Free Software Foundation, Inc
1615
2010, Giovanni Campagna
1716
2009, GNOME i18n Project for Vietnamese
1817
2006, Gnome i18n Project for Latvian
@@ -24,8 +23,7 @@ Copyright: 2006, @ Free Software Foundation, Inc
2423
2008-2009, Novell, Inc.
2524
2002-2011, Red Hat, Inc.
2625
2004-2008, Rodney Dawes <[email protected]>
27-
2007, Rosetta Contributors and Canonical Ltd 2007
28-
2011, Rosetta Contributors and Canonical Ltd 2011
26+
2007-2011, Rosetta Contributors and Canonical Ltd
2927
2006, The GNOME Foundation
3028
2007-2010, The GNOME Project
3129
1998, Tom Tromey
@@ -85,13 +83,14 @@ Files: libcinnamon-desktop/cinnamon-rr-debug.c
8583
libcvc/gvc-mixer-stream.h
8684
libcvc/gvc-mixer-ui-device.c
8785
libcvc/gvc-mixer-ui-device.h
88-
libcvc/gvc-pulseaudio-fake.h
89-
Copyright: 2012, Bastien Nocera <[email protected]>
90-
2011, Conor Curran <[email protected]>
86+
po/rw.po
87+
Copyright: 2009-2012, Bastien Nocera <[email protected]>
88+
2011-2012, Conor Curran <[email protected]>
9189
2012, David Henningsson, Canonical Ltd <[email protected]>
9290
2001, Eazel, Inc
9391
1989-1991, Free Software Foundation, Inc
94-
2012, Red Hat, Inc
92+
2006-2008, Lennart Poettering
93+
2008-2012, Red Hat, Inc
9594
2009-2012, Richard Hughes <[email protected]>
9695
2008, Sjoerd Simons <[email protected]>
9796
2008, William Jon McCann
@@ -129,6 +128,8 @@ License: GPL
129128
found in "/usr/share/common-licenses/GPL-1".
130129

131130
Files: libcinnamon-desktop/cdesktop-enums.h
131+
libcinnamon-desktop/gnome-installer.c
132+
libcinnamon-desktop/gnome-installer.h
132133
Copyright: 2010, Codethink Limited
133134
License: LGPL-2.1+
134135
This library is free software; you can redistribute it and/or

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
4-
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
4+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
55

66
%:
77
dh $@ --with=gir

0 commit comments

Comments
 (0)