diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index df8dad3..cb6cdf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +remote-login-service (1.0.0-0ubuntu3+x2go2~0ubuntu14.04.1) UNRELEASED; urgency=medium + + * debian/rules: + + Build using dh_autoreconf. + * debian/control: + + Add B-Ds: dh-autoreconf, libgtest-dev, python. Enable the testsuite at build + time. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 03 Nov 2014 10:51:41 +0000 + remote-login-service (1.0.0-0ubuntu3+x2go1~0ubuntu14.04.1) trusty; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index 4c451bd..570356a 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,9 @@ Build-Depends: dbus-test-runner, libjson-glib-dev, libnm-glib-dev, libsoup2.4-dev, + dh-autoreconf, + libgtest-dev, + python, python3, Standards-Version: 3.9.3 Homepage: http://launchpad.net/remote-login-service/ diff --git a/debian/rules b/debian/rules index abde6ef..a79759d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf |