[libfann] 52/133: On 2nd thought, rename libfann2-dbg to libfann-dbg

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:48 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 807016e2419ccfc30a6852a0463db6e648bafc9a
Author: Christian Kastner <debian at kvr.at>
Date:   Sun Jun 20 19:15:24 2010 +0200

    On 2nd thought, rename libfann2-dbg to libfann-dbg
    
    libSOVER-dbg seems to be quite common, but this naming scheme does not fit well
    with debug packages providing more debugging symbols for more than just libs.
---
 debian/changelog                               | 4 ++--
 debian/control                                 | 2 +-
 debian/{libfann2-dbg.dirs => libfann-dbg.dirs} | 0
 debian/rules                                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1ff5e21..d7b05c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,12 +2,12 @@ libfann (2.1.0~beta~dfsg-2) unstable; urgency=low
 
   * debian/control:
     - Capitalize Python, and remove redundant reference to Python extension
-    - Added libfann2-dbg and python-pyfann-dbg packages
+    - Added libfann-dbg and python-pyfann-dbg packages
   * debian/libfann-dev.dirs:
     - Removed because redundant to dh_install
   * debian/rules:
     - Don't handle nostrip, dh_strip handles it for us
-    - Build libfann2-dbg and python-pyfann-dbg with the help of nostrip
+    - Build libfann-dbg and python-pyfann-dbg with the help of dh_strip
 
  -- Christian Kastner <debian at kvr.at>  Sun, 20 Jun 2010 17:48:13 +0200
 
diff --git a/debian/control b/debian/control
index 784451d..be452a9 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,7 @@ Description: Development libraries and header files for FANN
  needed for developing the libfann applications. It also includes some
  examples.
 
-Package: libfann2-dbg
+Package: libfann-dbg
 Priority: extra
 Section: debug
 Architecture: any
diff --git a/debian/libfann2-dbg.dirs b/debian/libfann-dbg.dirs
similarity index 100%
rename from debian/libfann2-dbg.dirs
rename to debian/libfann-dbg.dirs
diff --git a/debian/rules b/debian/rules
index 6caa69e..90540ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ override_dh_auto_install:
 override_dh_strip:
 	# Can't use --dbg-package because we have multiple debug packages
 	dh_strip -k
-	mv debian/libfann2/usr/lib/debug debian/libfann2-dbg/usr/lib
+	mv debian/libfann2/usr/lib/debug debian/libfann-dbg/usr/lib
 	mv debian/python-pyfann/usr/lib/debug debian/python-pyfann-dbg/usr/lib
 
 override_dh_installexamples:

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



More information about the debian-science-commits mailing list