[SCM] Packaging for ratpoints branch, master, updated. upstream/2.1.3-24-gaf4a626

Tobias Hansen tobias.han at gmx.de
Wed Jun 5 19:57:38 UTC 2013


The following commit has been merged in the master branch:
commit c38d4a37852c7a7a1b9db5c157f236ac0c7e5144
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Wed Jun 5 21:35:15 2013 +0200

    Use the release number instead of a soname for library versioning.

diff --git a/debian/control b/debian/control
index 390cbb5..c29b95d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/ratpoints.git;a=su
 Package: libratpoints-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libratpoints0 (= ${binary:Version})
+Depends: ${misc:Depends}, libratpoints-2.1.3 (= ${binary:Version})
 Description: library for finding rational points on hyperelliptic curves
  This program tries to find all rational points within a given height
  bound on a hyperelliptic curve in a very efficient way, by using
@@ -20,7 +20,7 @@ Description: library for finding rational points on hyperelliptic curves
  .
  This package contains the development files for the library.
 
-Package: libratpoints0
+Package: libratpoints-2.1.3
 Section: libs
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libratpoints-2.1.3.install b/debian/libratpoints-2.1.3.install
new file mode 100644
index 0000000..e5f94d8
--- /dev/null
+++ b/debian/libratpoints-2.1.3.install
@@ -0,0 +1 @@
+usr/lib/*/lib*-*.so
diff --git a/debian/libratpoints-dev.doc-base b/debian/libratpoints-dev.doc-base
deleted file mode 100644
index 648a137..0000000
--- a/debian/libratpoints-dev.doc-base
+++ /dev/null
@@ -1,20 +0,0 @@
-Document: ratpoints
-Title: Debian ratpoints Manual
-Author: <insert document author here>
-Abstract: This manual describes what ratpoints is
- and how it can be used to
- manage online manuals on Debian systems.
-Section: unknown
-
-Format: debiandoc-sgml
-Files: /usr/share/doc/ratpoints/ratpoints.sgml.gz
-
-Format: postscript
-Files: /usr/share/doc/ratpoints/ratpoints.ps.gz
-
-Format: text
-Files: /usr/share/doc/ratpoints/ratpoints.text.gz
-
-Format: HTML
-Index: /usr/share/doc/ratpoints/html/index.html
-Files: /usr/share/doc/ratpoints/html/*.html
diff --git a/debian/libratpoints-dev.install b/debian/libratpoints-dev.install
index f3800aa..d22598d 100644
--- a/debian/libratpoints-dev.install
+++ b/debian/libratpoints-dev.install
@@ -1,2 +1,2 @@
 usr/include/*
-usr/lib/*/lib*.so
+usr/lib/*/libratpoints.so
diff --git a/debian/libratpoints0.install b/debian/libratpoints0.install
deleted file mode 100644
index 3ddde58..0000000
--- a/debian/libratpoints0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff --git a/debian/patches/automake.patch b/debian/patches/automake.patch
index 95db8ed..93d4603 100644
--- a/debian/patches/automake.patch
+++ b/debian/patches/automake.patch
@@ -172,7 +172,7 @@ Subject: Switch to automake, build a shared library using libtool
 +	$(top_srcdir)/find_points.c \
 +	$(top_srcdir)/primes.h \
 +	$(top_srcdir)/rp-private.h
-+libratpoints_la_LDFLAGS = -version-info 0:0:0
++libratpoints_la_LDFLAGS = -release 2.1.3
 +
 +include_HEADERS = ratpoints.h
 +

-- 
Packaging for ratpoints



More information about the debian-science-commits mailing list