[cod-tools] 27/142: trunk/ Renaming package: 'cexceptions' -> 'libcexceptions0'.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:13 UTC 2017


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

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit 1e018bbbf0ddc0072faa348e4e328e7d2d3ca2c8
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Thu Oct 27 08:51:31 2016 +0000

    trunk/
    Renaming package: 'cexceptions' -> 'libcexceptions0'.
    
    
    git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@27 26752c47-bcd6-4c9c-b022-347364b77eb5
---
 codcif/debian/control                                 | 2 +-
 getoptions/debian/control                             | 2 +-
 {cexceptions => libcexceptions0}/Makefile             | 0
 {cexceptions => libcexceptions0}/debian/changelog     | 2 +-
 {cexceptions => libcexceptions0}/debian/compat        | 0
 {cexceptions => libcexceptions0}/debian/control       | 4 ++--
 {cexceptions => libcexceptions0}/debian/copyright     | 0
 {cexceptions => libcexceptions0}/debian/rules         | 7 +++++--
 {cexceptions => libcexceptions0}/debian/source/format | 0
 {cexceptions => libcexceptions0}/fetch-source         | 0
 pycodcif/debian/control                               | 2 +-
 11 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/codcif/debian/control b/codcif/debian/control
index 548174f..2a0b30f 100644
--- a/codcif/debian/control
+++ b/codcif/debian/control
@@ -1,7 +1,7 @@
 Source: codcif
 Priority: extra
 Maintainer: Andrius Merkys <andrius.merkys at gmail.com>
-Build-Depends: debhelper (>= 8.0.0), cexceptions, getoptions
+Build-Depends: debhelper (>= 8.0.0), libcexceptions0, getoptions
 Standards-Version: 3.9.3
 Section: libs
 
diff --git a/getoptions/debian/control b/getoptions/debian/control
index fe312b9..b0ac4d0 100644
--- a/getoptions/debian/control
+++ b/getoptions/debian/control
@@ -1,7 +1,7 @@
 Source: getoptions
 Priority: extra
 Maintainer: Andrius Merkys <andrius.merkys at gmail.com>
-Build-Depends: debhelper (>= 8.0.0), cexceptions
+Build-Depends: debhelper (>= 8.0.0), libcexceptions0
 Standards-Version: 3.9.3
 Section: libs
 
diff --git a/cexceptions/Makefile b/libcexceptions0/Makefile
similarity index 100%
rename from cexceptions/Makefile
rename to libcexceptions0/Makefile
diff --git a/cexceptions/debian/changelog b/libcexceptions0/debian/changelog
similarity index 68%
rename from cexceptions/debian/changelog
rename to libcexceptions0/debian/changelog
index 017f75f..7f4f0b6 100644
--- a/cexceptions/debian/changelog
+++ b/libcexceptions0/debian/changelog
@@ -1,4 +1,4 @@
-cexceptions (4754-1) unstable; urgency=low
+libcexceptions0 (4754-1) unstable; urgency=low
 
   * Initial release.
 
diff --git a/cexceptions/debian/compat b/libcexceptions0/debian/compat
similarity index 100%
rename from cexceptions/debian/compat
rename to libcexceptions0/debian/compat
diff --git a/cexceptions/debian/control b/libcexceptions0/debian/control
similarity index 85%
rename from cexceptions/debian/control
rename to libcexceptions0/debian/control
index 4bf6ce1..5382eb4 100644
--- a/cexceptions/debian/control
+++ b/libcexceptions0/debian/control
@@ -1,11 +1,11 @@
-Source: cexceptions
+Source: libcexceptions0
 Priority: extra
 Maintainer: Andrius Merkys <andrius.merkys at gmail.com>
 Build-Depends: debhelper (>= 8.0.0)
 Standards-Version: 3.9.3
 Section: libs
 
-Package: cexceptions
+Package: libcexceptions0
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}
diff --git a/cexceptions/debian/copyright b/libcexceptions0/debian/copyright
similarity index 100%
rename from cexceptions/debian/copyright
rename to libcexceptions0/debian/copyright
diff --git a/cexceptions/debian/rules b/libcexceptions0/debian/rules
similarity index 70%
rename from cexceptions/debian/rules
rename to libcexceptions0/debian/rules
index 20d4a0e..1a65827 100755
--- a/cexceptions/debian/rules
+++ b/libcexceptions0/debian/rules
@@ -13,10 +13,13 @@
 	dh $@
 
 build:
-	${MAKE}
+	${MAKE} PACKAGE=cexceptions EXTRA_LIB_DIRS=lib
 
 clean:
 	${MAKE} distclean
 
+override_dh_auto_build:
+	${MAKE} PACKAGE=cexceptions EXTRA_LIB_DIRS=lib
+
 override_dh_auto_install:
-	${MAKE} install PREFIX=debian/cexceptions/usr
+	${MAKE} install PREFIX=debian/libcexceptions0/usr PACKAGE=cexceptions EXTRA_LIB_DIRS=lib
diff --git a/cexceptions/debian/source/format b/libcexceptions0/debian/source/format
similarity index 100%
rename from cexceptions/debian/source/format
rename to libcexceptions0/debian/source/format
diff --git a/cexceptions/fetch-source b/libcexceptions0/fetch-source
similarity index 100%
rename from cexceptions/fetch-source
rename to libcexceptions0/fetch-source
diff --git a/pycodcif/debian/control b/pycodcif/debian/control
index 795d608..b1672d3 100644
--- a/pycodcif/debian/control
+++ b/pycodcif/debian/control
@@ -1,7 +1,7 @@
 Source: pycodcif
 Priority: extra
 Maintainer: Andrius Merkys <andrius.merkys at gmail.com>
-Build-Depends: debhelper (>= 8.0.0), codcif, getoptions, cexceptions, python2.7
+Build-Depends: debhelper (>= 8.0.0), codcif, getoptions, libcexceptions0, python2.7
 Standards-Version: 3.9.3
 Section: libs
 

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



More information about the debian-science-commits mailing list