diff options
author | ale <ale@incal.net> | 2020-08-26 11:14:51 +0100 |
---|---|---|
committer | ale <ale@incal.net> | 2020-08-26 11:14:51 +0100 |
commit | 9540cfe27b5e7a25da2c3b554a48ee1c8ff60069 (patch) | |
tree | 2fa67f09cdf536edb8b845babe842c1d3c2ef346 | |
parent | e7ebb0aa70b9b3832d3661143b7b7c6ad5fe81a1 (diff) | |
download | crawl-9540cfe27b5e7a25da2c3b554a48ee1c8ff60069.tar.gz crawl-9540cfe27b5e7a25da2c3b554a48ee1c8ff60069.zip |
Rename the package to avoid conflicts
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1781863..2a9252f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -crawl (0.1) unstable; urgency=low +warc-crawler (0.1) unstable; urgency=low * First packaged release. diff --git a/debian/control b/debian/control index e98cbb7..97ff5c4 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: crawl +Source: warc-crawler Section: net Priority: extra Maintainer: ale <ale@incal.net> @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 11), dh-golang, golang-any (>= 1.11) Standards-Version: 4.1.3 XS-Go-Import-Path: git.autistici.org/ale/crawl -Package: crawl +Package: warc-crawler Architecture: any Built-Using: ${misc:Built-Using} Depends: ${shlibs:Depends}, ${misc:Depends} |