From 166930e6800021f6efa02689d0ecdb51dbdf49ee Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:31 -0600 Subject: [PATCH] Update domain name to kpe.io --- debian/control | 4 ++-- debian/copyright | 2 +- debian/rules | 1 + debian/upload.sh | 2 +- debian/watch | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) mode change 100755 => 100644 debian/upload.sh diff --git a/debian/control b/debian/control index 69456c3..c98d3f9 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>> 7.0.0), hardening-wrapper Standards-Version: 3.9.4.0 -Homepage: http://files.b9.com/wdq2wav/ -Vcs-Git: git://git.b9.com/wdq2wav.git +Homepage: http://files.kpe.io/wdq2wav/ +Vcs-Git: git://git.kpe.io/wdq2wav.git Package: wdq2wav Architecture: any diff --git a/debian/copyright b/debian/copyright index 75ecf37..4d27f9f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg on Mon, 20 Jan 2003 18:59:50 -0700. -It was downloaded from http://files.b9.com/wdq2wav +It was downloaded from http://files.kpe.io/wdq2wav Upstream Authors: Kevin M. Rosenberg diff --git a/debian/rules b/debian/rules index d3f0854..6e63320 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +CFLAGS+=-D_FORTIFY_SOURCE=2 configure: configure-stamp diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 53a8a69..6c0c90f --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -dup wdq2wav -Ufiles.b9.com -D/home/ftp/wdq2wav -su $* +dup wdq2wav -Ufiles.kpe.io -D/home/ftp/wdq2wav -su $* diff --git a/debian/watch b/debian/watch index 6c8bf24..ff474d8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/wdq2wav/wdq2wav-([\d\.]*)\.tar\.gz +http://files.kpe.io/wdq2wav/wdq2wav-([\d\.]*)\.tar\.gz -- 2.34.1