[pynac] 01/02: Renamed a few things to match the soname version
$DEBFULLNAME
julien.puydt at laposte.net
Sun Sep 22 06:32:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository pynac.
commit 35a905ba62a923610f6d76266cae132b047a80ff
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun Sep 22 08:13:11 2013 +0200
Renamed a few things to match the soname version
Notice that upstream will break it again for 0.3.1, but promised they
would have a saner scheme from that point on.
---
debian/changelog | 4 +++-
debian/control | 4 ++--
debian/{libpynac5.install => libpynac0.install} | 0
debian/libpynac0.lintian-overrides | 2 ++
debian/libpynac0.shlibs | 1 +
debian/libpynac5.lintian-overrides | 2 --
debian/libpynac5.shlibs | 1 -
7 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5a657e8..72fdda1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ pynac (0.3.0-1) UNRELEASED; urgency=low
* Updated to latest upstream (Felix Salfelder).
* Added a patch to fix the python autotools m4 (Closes: #710635).
+ * Handled the soname version change from 5 to 0 (from 0.3.1 onwards,
+ upstream said those breaks wouldn't happen anymore).
- -- Julien Puydt <julien.puydt at laposte.net> Fri, 13 Sep 2013 21:58:24 +0200
+ -- Julien Puydt <julien.puydt at laposte.net> Sun, 22 Sep 2013 08:11:50 +0200
pynac (0.2.6-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c238682..cda9dd5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf (>= 4~), python-dev
Vcs-Git: git://anonscm.debian.org/debian-science/packages/pynac.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pynac.git
-Package: libpynac5
+Package: libpynac0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -25,7 +25,7 @@ Description: Engine for symbolic geometric calculus for Python
Package: libpynac-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libpynac5 (= ${binary:Version})
+Depends: ${misc:Depends}, libpynac0 (= ${binary:Version})
Description: Engine for symbolic geometric calculus for Python (development files)
Pynac (which stands for "Python is Not a CAS") is a fork of GiNaC that
replaces the dependency of GiNaC on CLN (Class Library for Numbers, C++) by
diff --git a/debian/libpynac5.install b/debian/libpynac0.install
similarity index 100%
rename from debian/libpynac5.install
rename to debian/libpynac0.install
diff --git a/debian/libpynac0.lintian-overrides b/debian/libpynac0.lintian-overrides
new file mode 100644
index 0000000..15876a0
--- /dev/null
+++ b/debian/libpynac0.lintian-overrides
@@ -0,0 +1,2 @@
+# False positive
+libpynac0 binary: hardening-no-fortify-functions
diff --git a/debian/libpynac0.shlibs b/debian/libpynac0.shlibs
new file mode 100644
index 0000000..e4066b3
--- /dev/null
+++ b/debian/libpynac0.shlibs
@@ -0,0 +1 @@
+libpynac 0 libpynac0
diff --git a/debian/libpynac5.lintian-overrides b/debian/libpynac5.lintian-overrides
deleted file mode 100644
index cfa2575..0000000
--- a/debian/libpynac5.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# False positive
-libpynac5 binary: hardening-no-fortify-functions
diff --git a/debian/libpynac5.shlibs b/debian/libpynac5.shlibs
deleted file mode 100644
index aa3d0a8..0000000
--- a/debian/libpynac5.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libpynac 5 libpynac5
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git
More information about the debian-science-commits
mailing list