[apophenia] 01/04: debianization: refreshment

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Feb 2 15:22:32 UTC 2016


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

calculus-guest pushed a commit to branch master
in repository apophenia.

commit 48016de17ae569b871b4ff0be0c4b40049f43e8b
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Tue Feb 2 14:20:44 2016 +0100

    debianization: refreshment
---
 debian/apophenia-doc.doc-base |  3 +--
 debian/changelog              | 18 ++++++++++++++++++
 debian/control                | 42 +++++++-----------------------------------
 debian/copyright              |  8 ++++----
 debian/rules                  |  3 ---
 5 files changed, 30 insertions(+), 44 deletions(-)

diff --git a/debian/apophenia-doc.doc-base b/debian/apophenia-doc.doc-base
index def2e2a..dce4f0e 100644
--- a/debian/apophenia-doc.doc-base
+++ b/debian/apophenia-doc.doc-base
@@ -8,8 +8,7 @@ Abstract:
  decomposition) but gives the user more flexibility to be creative in model-building.
  Apophenia is meant to scale well, to comfortably work with gigabyte data sets,
  million-step simulations, or computationally-intensive agent-based models.
- The source code is distributed under the GNU General Public License version 2 (GPL2)
- with two modifications.
+ The source code is distributed under the GNU General Public License version 2 (GPL2).
 Section: Science/Mathematics
 
 Format: HTML
diff --git a/debian/changelog b/debian/changelog
index 4435076..be67678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+apophenia (1.0+ds-2) UNRELEASED; urgency=medium
+
+  * Debianization:
+    - debian/copyright:
+      - faulty X-Source field, remove;
+      - X-Upstream-Vcs-* field, update;
+      - refredh;
+    - debian/control:
+      - Standards Version 3.9.7, bump (no change);
+      - Vcs-* filed, secure;
+      - long description field, correct;
+      - debug symbol package, drop off in favour of automatic generation;
+    - debian/apophenia-doc.doc-base, correct;
+    - debian/rules:
+      - dh_strip override, drop off in favour of automatic generation.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Tue, 02 Feb 2016 13:01:08 +0000
+
 apophenia (1.0+ds-1) unstable; urgency=medium
 
   * New upstream release, all upstream patches were integrated.
diff --git a/debian/control b/debian/control
index f32b608..25f3e96 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,10 @@ Build-Depends-Indep:
  graphviz,
  doxygen, texlive-latex-recommended, texlive-fonts-recommended, ghostscript,
  rdfind, symlinks
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: http://apophenia.info/
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/apophenia.git
-Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/apophenia.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/apophenia.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/apophenia.git
 
 Package: libapophenia2
 Provides: libapophenia
@@ -42,7 +42,7 @@ Description: Apophenia Statistical C Library -- library package
  MySQL/mariaDB is also supported. The core functions are written
  in C, but experience has shown them to be easy to bind in Python,
  Julia, Perl, Ruby, etc. The source code is distributed under the
- GNU General Public License version 2 (GPL2) with two modifications.
+ GNU General Public License version 2 (GPL2).
  .
  This package provides the shared libraries required to run programs
  compiled against the Apophenia Statistical C Library. To compile your
@@ -71,7 +71,7 @@ Description: Apophenia Statistical C Library -- development package
  MySQL/mariaDB is also supported. The core functions are written
  in C, but experience has shown them to be easy to bind in Python,
  Julia, Perl, Ruby, etc. The source code is distributed under the
- GNU General Public License version 2 (GPL2) with two modifications.
+ GNU General Public License version 2 (GPL2).
  .
  This package contains the header files, static libraries and symbolic
  links that developers using the Apophenia Statistical C Library will
@@ -97,38 +97,10 @@ Description: Apophenia Statistical C Library -- binary package
  MySQL/mariaDB is also supported. The core functions are written
  in C, but experience has shown them to be easy to bind in Python,
  Julia, Perl, Ruby, etc. The source code is distributed under the
- GNU General Public License version 2 (GPL2) with two modifications.
+ GNU General Public License version 2 (GPL2).
  .
  This package provides several command line utility examples.
 
-Package: libapophenia2-dbg
-Provides: libapophenia-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libapophenia2 (= ${binary:Version}), ${misc:Depends}
-Conflicts: libapophenia-dbg
-Multi-Arch: same
-Description: Apophenia Statistical C Library -- debug symbols package
- The Apophenia Statistical C Library is an open source C library for
- working with data sets and statistical models. It provides functions
- on the same level as those of the typical stats packages (such as OLS,
- probit, or singular value decomposition) but gives the user more
- flexibility to be creative in model-building.
- .
- Apophenia is meant to scale well, to comfortably work with gigabyte
- data sets, million-step simulations, or computationally-intensive
- agent-based models.
- .
- Apophenia builds upon the GNU Scientific and SQLite libraries,
- MySQL/mariaDB is also supported. The core functions are written
- in C, but experience has shown them to be easy to bind in Python,
- Julia, Perl, Ruby, etc. The source code is distributed under the
- GNU General Public License version 2 (GPL2) with two modifications.
- .
- This package provides the debugging symbols for the libraries from
- the libapophenia2-dev package.
-
 Package: apophenia-doc
 Section: doc
 Architecture: all
@@ -154,7 +126,7 @@ Description: Apophenia Statistical C Library -- reference manual
  MySQL/mariaDB is also supported. The core functions are written
  in C, but experience has shown them to be easy to bind in Python,
  Julia, Perl, Ruby, etc. The source code is distributed under the
- GNU General Public License version 2 (GPL2) with two modifications.
+ GNU General Public License version 2 (GPL2).
  .
  This package provides the reference manual for the Apophenia
  Statistical C Library; it also contains examples.
diff --git a/debian/copyright b/debian/copyright
index 243af69..8cf7a32 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,9 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: apophenia
 Upstream-Contact: Ben Klemens <fluffmail at f-m.fm>
 Source: http://apophenia.info/
-X-Source: https://neunhoef.github.io/io/
 X-Source-Downloaded-From: https://github.com/b-k/apophenia/releases
-X-Upstream-Vcs: git clone https://github.com/b-k/apophenia.git
+X-Upstream-Vcs-Git: https://github.com/b-k/apophenia.git
+X-Upstream-Vcs-Browser: https://github.com/b-k/apophenia/
 X-Upstream-Bugs: https://github.com/b-k/apophenia/issues
 Comment:
  The upstream source tarball is repacked to drop off the regenerated
@@ -37,7 +37,7 @@ Files-Excluded:
  apop.h
 
 Files: *
-Copyright: 2005-2015 Ben Klemens <fluffmail at f-m.fm>
+Copyright: 2005-2016 Ben Klemens <fluffmail at f-m.fm>
 License: GPL-2
 
 Files: apop_fexact.c
@@ -81,7 +81,7 @@ License: GPL-2+
 
 Files: debian/*
 Copyright:
- 2014-2015 Jerome Benoit <calculus at rezozer.net>
+ 2014-2016 Jerome Benoit <calculus at rezozer.net>
 License: GPL-2+
 
 License: GPL-2
diff --git a/debian/rules b/debian/rules
index 535314f..b89be19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,6 @@ override_dh_auto_build-indep:
 
 override_dh_auto_test-indep:
 
-override_dh_strip:
-	dh_strip --dbg-package=libapophenia2-dbg
-
 override_dh_compress-indep:
 	dh_compress -X.pdf -Xexamples
 

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



More information about the debian-science-commits mailing list