[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.15-1-7-g9cad0ed

Ralf Treinen treinen at pps.univ-paris-diderot.fr
Thu May 31 16:35:12 UTC 2012


The following commit has been merged in the master branch:
commit 9cad0ed0e51ae3bcbe917fc96ab92541cc4b42b6
Author: Ralf Treinen <treinen at pps.univ-paris-diderot.fr>
Date:   Thu May 31 18:21:13 2012 +0200

    install apt-cudf-get in the apt-cudf package

diff --git a/debian/apt-cudf-get b/debian/apt-cudf-get
new file mode 100644
index 0000000..657536d
--- /dev/null
+++ b/debian/apt-cudf-get
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export APT_GET_CUDF_CMDLINE="apt-get $* -o APT::Solver::Strict-Pinning=\"false\"" apt-get $* -o APT::Solver::Strict-Pinning="false"
diff --git a/debian/apt-cudf.install b/debian/apt-cudf.install
index d7cf001..5013c43 100644
--- a/debian/apt-cudf.install
+++ b/debian/apt-cudf.install
@@ -1,4 +1,5 @@
 usr/bin/apt-cudf
 debian/update-cudf-solvers	usr/sbin
 debian/apt-cudf.conf		etc
+debian/apt-cudf-get		usr/bin
 
diff --git a/debian/changelog b/debian/changelog
index cf29c0e..d122d2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ dose3 (2.9.17-1) UNRELEASED; urgency=low
   * patch manpages-section5: apt-cudf.conf manpage is section 5 not 1
   * debian/rules: deactivate dh_auto_test for now as the upstream tarball
     does not contain the necessary data for the tests.
+  * New file debian/apt-cudf-get, install into /usr/bin
 
- -- Ralf Treinen <treinen at debian.org>  Thu, 31 May 2012 15:18:19 +0200
+ -- Ralf Treinen <treinen at debian.org>  Thu, 31 May 2012 18:20:15 +0200
 
 dose3 (2.9.15-1) unstable; urgency=low
 

-- 
dose3 packaging



More information about the Pkg-ocaml-maint-commits mailing list