From: Bdale Garbee Date: Fri, 27 Jul 2018 10:36:36 +0000 (+0800) Subject: use dh_prep instead of dh_clean -k, update changelog for upload X-Git-Tag: debian/2.3.1-7 X-Git-Url: https://git.gag.com/?p=debian%2Fas31;a=commitdiff_plain;h=d22ee4a08c54decaef5c2b975bbb39be217b1a6e use dh_prep instead of dh_clean -k, update changelog for upload --- diff --git a/debian/changelog b/debian/changelog index 24163f0..33826f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -as31 (2.3.1-7) UNRELEASED; urgency=medium +as31 (2.3.1-7) unstable; urgency=medium * have vcs-browser link in control use https + * use dh_prep instead of dh_clean -k + * update type of sizebuf variables to avoid segfaults, closes: #887320 - -- Bdale Garbee Fri, 29 Dec 2017 21:03:55 -0700 + -- Bdale Garbee Fri, 27 Jul 2018 18:36:05 +0800 as31 (2.3.1-6) unstable; urgency=low diff --git a/debian/rules b/debian/rules index c3a2630..9d919b4 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/as31 install