r47933 - in /desktop/unstable/mm-common/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Apr 15 14:10:39 UTC 2016
Author: biebl
Date: Fri Apr 15 14:10:38 2016
New Revision: 47933
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47933
Log:
Make dependency on automake, libtool and pkg-config unversioned. Even the
versions in wheezy are recent enough and in case of pkg-config it prevents
the installation of pkgconf. (Closes: #734483)
Modified:
desktop/unstable/mm-common/debian/changelog
desktop/unstable/mm-common/debian/control
desktop/unstable/mm-common/debian/control.in
Modified: desktop/unstable/mm-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/changelog?rev=47933&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/changelog [utf-8] (original)
+++ desktop/unstable/mm-common/debian/changelog [utf-8] Fri Apr 15 14:10:38 2016
@@ -5,6 +5,9 @@
* Make build reproducible by passing -n to gzip when creating
skeletonmm.tar.gz.
* Use dh-autoreconf to update the build system.
+ * Make dependency on automake, libtool and pkg-config unversioned. Even the
+ versions in wheezy are recent enough and in case of pkg-config it prevents
+ the installation of pkgconf. (Closes: #734483)
-- Michael Biebl <biebl at debian.org> Fri, 15 Apr 2016 15:49:32 +0200
Modified: desktop/unstable/mm-common/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control?rev=47933&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/control [utf-8] (original)
+++ desktop/unstable/mm-common/debian/control [utf-8] Fri Apr 15 14:10:38 2016
@@ -19,9 +19,9 @@
Package: mm-common
Architecture: all
Depends: ${misc:Depends},
- automake (>= 1.9) | automaken,
- libtool (>= 1.5),
- pkg-config (>= 0.20)
+ automake | automaken,
+ libtool,
+ pkg-config
Recommends: g++ | c++-compiler,
doxygen,
graphviz,
Modified: desktop/unstable/mm-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control.in?rev=47933&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/control.in [utf-8] (original)
+++ desktop/unstable/mm-common/debian/control.in [utf-8] Fri Apr 15 14:10:38 2016
@@ -15,9 +15,9 @@
Package: mm-common
Architecture: all
Depends: ${misc:Depends},
- automake (>= 1.9) | automaken,
- libtool (>= 1.5),
- pkg-config (>= 0.20)
+ automake | automaken,
+ libtool,
+ pkg-config
Recommends: g++ | c++-compiler,
doxygen,
graphviz,
More information about the pkg-gnome-commits
mailing list