diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
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 |