From 8202a340bc32466d78a6dadd3d6c83220cda687c Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 2 Feb 2017 22:19:34 +0100 Subject: * dh_clean instead of dh_auto_clean in rules. * compat level 10 --- debian/TODO | 9 +++++++++ debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/rules | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 debian/TODO (limited to 'debian') diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..121e123 --- /dev/null +++ b/debian/TODO @@ -0,0 +1,9 @@ +From sponsor on Sep 27: + +> BTW a good versioning should be different +> 3.0+dfsg.3-1 +> +> should be probably +> 3.0+dfsg1-1 +> +> or something similar \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 6774875..577eee0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lbfgsb (3.0+dfsg.3-2) UNRELEASED; urgency=medium + + * dh_clean instead of dh_auto_clean in rules. + * compat level 10 + * UNRELEASED, finish and date this changelog before releasing. + + -- Gard Spreemann Fri, 20 Jan 2017 14:11:28 +0100 + lbfgsb (3.0+dfsg.3-1) unstable; urgency=medium * Remove repack script and have uscan read Files-Excluded from diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/rules b/debian/rules index 043b897..e639ec4 100755 --- a/debian/rules +++ b/debian/rules @@ -39,9 +39,9 @@ override_dh_auto_build: gfortran $(FCFLAGS_EX) $(LDFLAGS_EX) \ -o build/lbfgsb-examples_driver3_90 driver3.f90 -llbfgsb -Lbuild -override_dh_auto_clean: +override_dh_clean: rm -rf build - dh_auto_clean + dh_clean override_dh_compress: dh_compress -X.pdf -X.f -X.f90 -Xoutput_ -- cgit v1.2.3