r37880 - in /desktop/unstable/libsecret/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri May 24 15:27:54 UTC 2013
Author: biebl
Date: Fri May 24 15:27:54 2013
New Revision: 37880
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37880
Log:
Don't hard-code dpkg in Pre-Depends but use ${misc:Pre-Depends} instead.
Modified:
desktop/unstable/libsecret/debian/changelog
desktop/unstable/libsecret/debian/control
desktop/unstable/libsecret/debian/control.in
Modified: desktop/unstable/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/changelog?rev=37880&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsecret/debian/changelog [utf-8] Fri May 24 15:27:54 2013
@@ -1,6 +1,7 @@
libsecret (0.15-2) UNRELEASED; urgency=low
* Upload to unstable.
+ * Don't hard-code dpkg in Pre-Depends but use ${misc:Pre-Depends} instead.
-- Michael Biebl <biebl at debian.org> Fri, 24 May 2013 17:26:01 +0200
Modified: desktop/unstable/libsecret/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/control?rev=37880&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/control [utf-8] (original)
+++ desktop/unstable/libsecret/debian/control [utf-8] Fri May 24 15:27:54 2013
@@ -30,7 +30,7 @@
gir1.2-secret-1 (= ${binary:Version}),
libglib2.0-dev,
${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends: ${misc:Pre-Depends}
Description: Secret store (development files)
Library for storing and retrieving passwords and other secrets.
It communicates with the "Secret Service" using DBus.
@@ -43,7 +43,7 @@
Depends: ${misc:Depends},
${shlibs:Depends},
libsecret-common
-Pre-Depends: dpkg (>= 1.15.6), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Secret store
Library for storing and retrieving passwords and other secrets.
@@ -53,7 +53,7 @@
Section: libs
Architecture: all
Depends: ${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: Secret store (common files)
Library for storing and retrieving passwords and other secrets.
@@ -66,7 +66,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: Tools for accessing secret store
Provides tools for accessing the secret store.
Modified: desktop/unstable/libsecret/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/control.in?rev=37880&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/control.in [utf-8] (original)
+++ desktop/unstable/libsecret/debian/control.in [utf-8] Fri May 24 15:27:54 2013
@@ -25,7 +25,7 @@
gir1.2-secret-1 (= ${binary:Version}),
libglib2.0-dev,
${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends: ${misc:Pre-Depends}
Description: Secret store (development files)
Library for storing and retrieving passwords and other secrets.
It communicates with the "Secret Service" using DBus.
@@ -38,7 +38,7 @@
Depends: ${misc:Depends},
${shlibs:Depends},
libsecret-common
-Pre-Depends: dpkg (>= 1.15.6), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Secret store
Library for storing and retrieving passwords and other secrets.
@@ -48,7 +48,7 @@
Section: libs
Architecture: all
Depends: ${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: Secret store (common files)
Library for storing and retrieving passwords and other secrets.
@@ -61,7 +61,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6)
+Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: Tools for accessing secret store
Provides tools for accessing the secret store.
More information about the pkg-gnome-commits
mailing list