diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-12 16:43:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-12 16:43:18 +0100 |
commit | 539526a966c70defca6f355676d220f8b2968fd5 (patch) | |
tree | 601c1cfaec1193f5073d6725b4a9969026df4677 /debian/rules | |
download | desktop-autoloader-539526a966c70defca6f355676d220f8b2968fd5.tar.gz desktop-autoloader-539526a966c70defca6f355676d220f8b2968fd5.tar.bz2 desktop-autoloader-539526a966c70defca6f355676d220f8b2968fd5.zip |
dump everything into Git... for the next day and for backup...
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bce6065 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk + +get-orig-source: + uscan --noconf --force-download --rename --download-current-version --destdir=.. |