[flint] 01/01: Cleaned control* and *.install files

Julien Puydt julien.puydt at laposte.net
Tue Jul 29 16:54:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository flint.

commit fb1a9bf344fadb73295b01647117f854a1333fa1
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Jul 29 17:06:37 2014 +0200

    Cleaned control* and *.install files
---
 debian/control                | 15 ------------
 debian/control.in             | 54 -------------------------------------------
 debian/flintqs.install        |  2 --
 debian/libflint-1.011.install |  1 -
 debian/libflint-1.06.install  |  1 -
 debian/libflint-2.4.3.install |  1 -
 debian/libflint-2.4.4.install |  1 +
 debian/libflint-dev.install   |  4 ++--
 8 files changed, 3 insertions(+), 76 deletions(-)

diff --git a/debian/control b/debian/control
index 8b0a4cb..c4af703 100644
--- a/debian/control
+++ b/debian/control
@@ -40,18 +40,3 @@ Description: C library for number theory, development files
  FLINT is designed for good performance in small cases as well.
  .
  This package contains the FLINT development files.
-
-# Package: flintqs
-# Section: math
-# Architecture: any
-# Depends: ${shlibs:Depends}, ${misc:Depends}, libflint-1.52
-# Description: C library for number theory, quadratic sieve
-# The Fast Library for Integer Number Theory is a C library which supports
-# polynomial arithmetic over the integers, fast integer arithmetic and factoring
-# (including a highly optimized quadratic sieve).
-# .
-# FLINT has funtionality similar to that of the Number Theory Library (NTL).
-# However, unlike NTL, which is designed primarily for asymptotic performance,
-# FLINT is designed for good performance in small cases as well.
-#  .
-#  This package contains the FLINT quadratic sieve.
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 5f91a25..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,54 +0,0 @@
-Source: flint
-Section: libs
-Priority: optional
-Maintainer: Tim Abbott <tabbott at mit.edu>
-Homepage: http://www.flintlib.org/
-Build-Depends: @cdbs@, libgmp3-dev, libqd-dev, libntl-dev, libzn-poly-dev (>=0.9)
-Standards-Version: 3.8.0
-
-Package: libflint-1.60
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libflint-1.60
-Replaces: libflint-1.60
-Description: C library for number theory, shared library
- The Fast Library for Integer Number Theory is a C library which supports
- polynomial arithmetic over the integers, fast integer arithmetic and factoring
- (including a highly optimized quadratic sieve).
- .
- FLINT has funtionality similar to that of the Number Theory Library (NTL).
- However, unlike NTL, which is designed primarily for asymptotic performance,
- FLINT is designed for good performance in small cases as well.
- .
- This package contains the FLINT shared library.
-
-Package: libflint-dev
-Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libflint-1.60
-Description: C library for number theory, development files
- The Fast Library for Integer Number Theory is a C library which supports
- polynomial arithmetic over the integers, fast integer arithmetic and factoring
- (including a highly optimized quadratic sieve).
- .
- FLINT has funtionality similar to that of the Number Theory Library (NTL).
- However, unlike NTL, which is designed primarily for asymptotic performance,
- FLINT is designed for good performance in small cases as well.
- .
- This package contains the FLINT development files.
-
-# Package: flintqs
-# Section: math
-# Architecture: any
-# Depends: ${shlibs:Depends}, ${misc:Depends}, libflint0
-# Description: C library for number theory, quadratic sieve
-# The Fast Library for Integer Number Theory is a C library which supports
-# polynomial arithmetic over the integers, fast integer arithmetic and factoring
-# (including a highly optimized quadratic sieve).
-# .
-# FLINT has funtionality similar to that of the Number Theory Library (NTL).
-# However, unlike NTL, which is designed primarily for asymptotic performance,
-# FLINT is designed for good performance in small cases as well.
-#  .
-#  This package contains the FLINT quadratic sieve.
diff --git a/debian/flintqs.install b/debian/flintqs.install
deleted file mode 100644
index b5960d4..0000000
--- a/debian/flintqs.install
+++ /dev/null
@@ -1,2 +0,0 @@
-mpQS usr/lib/flint
-tinyQS usr/lib/flint
diff --git a/debian/libflint-1.011.install b/debian/libflint-1.011.install
deleted file mode 100644
index aeba26e..0000000
--- a/debian/libflint-1.011.install
+++ /dev/null
@@ -1 +0,0 @@
-libflint-*.so usr/lib
diff --git a/debian/libflint-1.06.install b/debian/libflint-1.06.install
deleted file mode 100644
index aeba26e..0000000
--- a/debian/libflint-1.06.install
+++ /dev/null
@@ -1 +0,0 @@
-libflint-*.so usr/lib
diff --git a/debian/libflint-2.4.3.install b/debian/libflint-2.4.3.install
deleted file mode 100644
index 9d77b16..0000000
--- a/debian/libflint-2.4.3.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libflint-*.so
diff --git a/debian/libflint-2.4.4.install b/debian/libflint-2.4.4.install
new file mode 100644
index 0000000..5391edd
--- /dev/null
+++ b/debian/libflint-2.4.4.install
@@ -0,0 +1 @@
+/usr/lib/libflint-*.so
diff --git a/debian/libflint-dev.install b/debian/libflint-dev.install
index e8a6ac4..cb63426 100644
--- a/debian/libflint-dev.install
+++ b/debian/libflint-dev.install
@@ -1,2 +1,2 @@
-debian/tmp/usr/include/flint
-debian/tmp/usr/lib/libflint.so
+/usr/include/flint
+/usr/lib/libflint.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git



More information about the debian-science-commits mailing list