diff --git a/debian/changelog b/debian/changelog index d11c7e62..65cc6c11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libgtop2 (2.30.0-1) UNRELEASED; urgency=medium [ Michael Biebl ] * Drop obsolete Replaces from pre-wheezy. * Convert to multiarch. + * Bump Standards-Version to 3.9.6. -- Jackson Doak Wed, 02 Jul 2014 08:45:13 +1000 diff --git a/debian/control b/debian/control index b0346425..4310d871 100644 --- a/debian/control +++ b/debian/control @@ -7,14 +7,14 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Martin Pitt , Michael Biebl , Sebastian Dröge -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), gettext, pkg-config, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), dh-autoreconf, - cdbs, + cdbs (>= 0.4.93), texinfo, intltool (>= 0.35.0), libxt-dev, @@ -25,12 +25,14 @@ Build-Depends: debhelper (>= 8), gtk-doc-tools (>= 1.4), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 Package: libgtop2-10 Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libgtop2-common (>= ${source:Version}) @@ -42,6 +44,7 @@ Description: gtop system monitoring library (shared) Package: libgtop2-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, libgtop2-10 (= ${binary:Version}), @@ -55,6 +58,7 @@ Description: gtop system monitoring library (devel) Package: libgtop2-common Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, Description: gtop system monitoring library (common) The gtop library reads information about processes and the state of the @@ -64,6 +68,7 @@ Description: gtop system monitoring library (common) Package: libgtop2-doc Architecture: all +Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, Description: gtop system monitoring library (documentation) @@ -74,6 +79,7 @@ Description: gtop system monitoring library (documentation) Package: gir1.2-gtop-2.0 Architecture: any +Multi-Arch: same Section: introspection Depends: ${misc:Depends}, ${gir:Depends} diff --git a/debian/control.in b/debian/control.in index e4d2874f..2856413c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools (>= 1.4), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2