diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-21 22:52:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-21 22:52:25 +0200 |
commit | 2946fc39e168a169c5d36c5b915b7d7be47a12aa (patch) | |
tree | 15db3eb362349ef32db8124e5ecf84386b81d18f /debian/rules | |
parent | fbcc88362691bd1b71f6585dffa395c88ac1ca26 (diff) | |
download | remote-logon-config-agent-2946fc39e168a169c5d36c5b915b7d7be47a12aa.tar.gz remote-logon-config-agent-2946fc39e168a169c5d36c5b915b7d7be47a12aa.tar.bz2 remote-logon-config-agent-2946fc39e168a169c5d36c5b915b7d7be47a12aa.zip |
debian/*: Adopt various packaging changes from official Debian package.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8a9d0d8..e083247 100755 --- a/debian/rules +++ b/debian/rules @@ -25,3 +25,6 @@ override_dh_auto_install: set -ex ; for python in $(PY3VERS) ; do \ $$python setup.py install --root=$(CURDIR)/debian/remote-logon-config-agent --install-layout=deb; \ done + +get-orig-source: + uscan --noconf --force-download --rename --download-current-version --destdir=.. |