From 6876758939639c998bf9fdd406e97a4bf2ddf125 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 3 Nov 2014 13:04:18 +0100 Subject: Make sure we have an empty upstream ChangeLog file when building from Git. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d01e274..fbc5317 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ remote-login-service-x2go (1.0.0.1-0x2go1) UNRELEASED; urgency=medium * Provide via ppa:x2go/ppa and ppa:x2go/stable on Launchpad. * debian/rules: + Build using dh_autoreconf. + + Make sure we have an empty upstream ChangeLog file when building from Git. * debian/copyright: + Add Upstream-Contract: field. Add myself as copyright holder. * debian/control: diff --git a/debian/rules b/debian/rules index a79759d..f2df4f3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,3 +3,6 @@ %: dh $@ --with autoreconf +override_dh_autoreconf: + touch ChangeLog + dh_autoreconf -- cgit v1.2.3