Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Bump debhelper compat to 11
· 5f70893b
Jeremy Bícha
authored
Jan 19, 2018
5f70893b
Bump Standards-Version to 4.1.3
· 93c8edc1
Jeremy Bícha
authored
Jan 19, 2018
93c8edc1
Drop old Breaks/Replaces not needed since Jessie
· fc41d5d7
Jeremy Bícha
authored
Jan 19, 2018
fc41d5d7
releasing package dconf version 0.26.1-3
· 0374b218
Jeremy Bícha
authored
Jan 19, 2018
0374b218
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0374b218
dconf (0.26.1-3)
UNRELEASED
; urgency=medium
dconf (0.26.1-3)
unstable
; urgency=medium
* Rename source package from d-conf to dconf to match the upstream name.
The unrelated dconf source package was removed from Debian 5 years ago.
* Drop obsolete debian/NEWS, last entry was from 5 years ago.
* Update Vcs fields for migration to https://salsa.debian.org/
* Bump debhelper compat to 11
* Bump Standards-Version to 4.1.3
* Drop old Breaks/Replaces not needed since Jessie
-- Jeremy Bicha <jbicha@debian.org> Fri, 19 Jan 2018 1
3:24
:36 -0500
-- Jeremy Bicha <jbicha@debian.org> Fri, 19 Jan 2018 1
4:57
:36 -0500
d-conf (0.26.1-2) unstable; urgency=medium
...
...
debian/compat
View file @
0374b218
1
0
1
1
debian/control
View file @
0374b218
...
...
@@ -7,7 +7,7 @@ Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1
),
gnome-pkg-tools,
gtk-doc-tools (>= 1.15),
intltool (>= 0.50.0),
...
...
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
libglib2.0-dev (>= 2.44.0),
libxml2-dev
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 4.1.
2
Standards-Version: 4.1.
3
Vcs-Browser: https://salsa.debian.org/gnome-team/dconf
Vcs-Git: https://salsa.debian.org/gnome-team/dconf.git
Homepage: https://wiki.gnome.org/Projects/dconf
...
...
@@ -26,8 +26,6 @@ Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: gdm3 (<< 3.4.1-9)
Description: simple configuration storage system - runtime library
DConf is a low-level key/value database designed for storing desktop
environment settings.
...
...
@@ -65,10 +63,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdconf1 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Conflicts: dconf
Replaces: dconf-tools (<< 0.16.0-2)
Breaks: dconf-tools (<< 0.16.0-2)
Description: simple configuration storage system - utilities
DConf is a low-level key/value database designed for storing desktop
environment settings.
...
...
debian/control.in
View file @
0374b218
...
...
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1
),
gnome-pkg-tools,
gtk-doc-tools (>= 1.15),
intltool (>= 0.50.0),
...
...
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
libglib2.0-dev (>= 2.44.0),
libxml2-dev
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 4.1.
2
Standards-Version: 4.1.
3
Vcs-Browser: https://salsa.debian.org/gnome-team/dconf
Vcs-Git: https://salsa.debian.org/gnome-team/dconf.git
Homepage: https://wiki.gnome.org/Projects/dconf
...
...
@@ -22,8 +22,6 @@ Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: gdm3 (<< 3.4.1-9)
Description: simple configuration storage system - runtime library
DConf is a low-level key/value database designed for storing desktop
environment settings.
...
...
@@ -61,10 +59,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdconf1 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Conflicts: dconf
Replaces: dconf-tools (<< 0.16.0-2)
Breaks: dconf-tools (<< 0.16.0-2)
Description: simple configuration storage system - utilities
DConf is a low-level key/value database designed for storing desktop
environment settings.
...
...
debian/rules
View file @
0374b218
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with gnome
...
...
@@ -10,14 +13,14 @@ override_dh_auto_configure:
--libexecdir=/usr/lib/dconf \
--with-gio-modules-dir=/usr/lib/$(DEB_HOST_MULTIARCH)/gio/modules
override_dh_
install
:
dh_
install
--fail-missing
override_dh_
missing
:
dh_
missing
--fail-missing
override_dh_strip:
dh_strip --dbgsym-migration='libdconf-dbg (<< 0.26.0-1~)'
override_dh_makeshlibs:
dh_makeshlibs
-V
-- -c4
dh_makeshlibs -- -c4
override_dh_auto_test:
dh_auto_test || true