[27515] in Source-Commits
debathena-thirdparty-libraries commit: Depend on new fuse in preference to fuse-utils
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Oct 22 09:08:49 2013
Date: Tue, 22 Oct 2013 09:08:42 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201310221308.r9MD8gFU028149@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/debathena-thirdparty-libraries/commit/c5db269003498365294e3124ff9803bcd6f6a559
commit c5db269003498365294e3124ff9803bcd6f6a559
Author: Jonathan Reed <jdreed@mit.edu>
Date: Mon Oct 21 09:44:10 2013 -0400
Depend on new fuse in preference to fuse-utils
fuse-utils is transitional as of precise, and gone in saucy,
so depend on fuse >= 2.8.5-2 in preference to fuse-utils
debian/changelog | 4 +++-
debian/control | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6edbd61..80fc1af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,12 +4,14 @@ debathena-thirdparty-libraries (1.0.6) unstable; urgency=low
* Switch from control.in to control (Trac: #561)
* Bump Standards-Version to 3.9.3
* Bump compat level to 7
+ * Depend on fuse (>= 2.8.5-2) in preference to fuse-utils for newer
+ suites
[ Alexander Chernyakhovsky ]
* Add git-buildpackage configuration
* Set source format to 3.0 (native)
- -- Alexander Chernyakhovsky <achernya@mit.edu> Sun, 29 Sep 2013 05:27:07 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Mon, 21 Oct 2013 09:42:19 -0400
debathena-thirdparty-libraries (1.0.5) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 72fa1e3..459211f 100644
--- a/debian/control
+++ b/debian/control
@@ -77,7 +77,8 @@ Depends: liblapack-dev,
libboost-dev,
fftw-dev,
gtk-sharp2,
- libfuse-dev, fuse-utils,
+ libfuse-dev,
+ fuse (>= 2.8.5-2~) | fuse-utils,
python-psycopg2,
libppl-c2 | libppl-c4,
libcurl4-gnutls-dev,