diff options
author | Alessio Treglia <alessio@debian.org> | 2010-09-29 16:04:58 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2010-09-29 16:04:58 +0200 |
commit | dfbbe5ec32570bdde72c261aa8900ce052e53873 (patch) | |
tree | 287f34859c5a7737c4aeaf6b2978eb1256156c95 | |
parent | 538a1b360ca3153d4b7a57f6e71bb7dd06caa638 (diff) |
Change tarball compression.
-rw-r--r-- | debian/gbp.conf | 3 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 8e96d07..cec628c 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,3 +1,2 @@ -[git-buildpackage] +[DEFAULT] pristine-tar = True -compression = bzip2 diff --git a/debian/watch b/debian/watch index e129f48..4d124ab 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://ftp.gnome.org/pub/GNOME/sources/simple-scan/([\d\.]+)\d/simple-scan-(.*)\.tar\.bz2 +http://ftp.gnome.org/pub/GNOME/sources/simple-scan/([\d\.]+)\d/simple-scan-(.*)\.tar\.gz |