[Pkg-voip-commits] [tox] 01/01: more on -release

felix salfelder felix-guest at moszumanska.debian.org
Thu Sep 29 08:36:54 UTC 2016


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

felix-guest pushed a commit to branch master
in repository tox.

commit 50dfe564d218d092d3c178191717e91bee34154e
Author: Felix Salfelder <felix at salfelder.org>
Date:   Wed Sep 28 23:24:16 2016 +0100

    more on -release
---
 debian/control                                           | 4 ++--
 debian/{libtoxcore0-d0.install => libtoxcore-d0.install} | 0
 debian/rules                                             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ff73eef..e959c1e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-voip/tox.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/tox.git
 Homepage: https://tox.chat
 
-Package: libtoxcore0-d0
+Package: libtoxcore-d0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -32,7 +32,7 @@ Description: A New Kind of Instant Messaging
 Package: libtoxcore-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libtoxcore0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtoxcore-d0 (= ${binary:Version})
 Description: A New Kind of Instant Messaging
  Whether it's corporations or governments, digital surveillance today is
  widespread. Tox is easy-to-use software that connects you with friends and
diff --git a/debian/libtoxcore0-d0.install b/debian/libtoxcore-d0.install
similarity index 100%
rename from debian/libtoxcore0-d0.install
rename to debian/libtoxcore-d0.install
diff --git a/debian/rules b/debian/rules
index d938dde..546ef5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_configure:
 	dh_auto_configure
 
 override_dh_auto_build:
-	make LDFLAGS="-release d0"
+	make LDFLAGS="${LDFLAGS} -release d0"
 
 override_dh_auto_clean:
 	sed -i 's/ return 77;//' auto_tests/tox_test.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/tox.git



More information about the Pkg-voip-commits mailing list