diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-09-18 01:49:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-09-18 01:49:45 +0200 |
commit | 104006bf1ff384458e775483cbcf64ad40a0bdca (patch) | |
tree | 359ac450d54181f986c809ce49ad0dbd7bbf7db6 | |
parent | 8cef7c81c786ec4c30a2b25d5781ca930f674af9 (diff) | |
download | RWA.Support.SessionService-104006bf1ff384458e775483cbcf64ad40a0bdca.tar.gz RWA.Support.SessionService-104006bf1ff384458e775483cbcf64ad40a0bdca.tar.bz2 RWA.Support.SessionService-104006bf1ff384458e775483cbcf64ad40a0bdca.zip |
Revert "debian/rules: Explicitly demand quilt as patch management system (because of source/format 1.0)."
This reverts commit 4aee21bfbfe1991e64fb34d7c890766972700935.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 70c5753..fc27a22 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ --with python3 --with quilt + dh $@ --with python3 get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=.. |