summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-01-31 07:49:47 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2020-02-01 01:12:00 +0100
commit0e288a93695d46443ae73476179358950180b30d (patch)
treed79d4d0ca1a439a1f48746464e850a4df428e7f4
parentee96c0270a4fab60b58cccfa7614a84b6ca12f2f (diff)
switch packaging to gbp
-rw-r--r--debian/README.source17
-rw-r--r--debian/control4
-rw-r--r--debian/source/options4
-rw-r--r--debian/source/patch-header16
4 files changed, 2 insertions, 39 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 136084d..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,17 +0,0 @@
-General
-=======
-
-This package uses the tarball-based variant of the dgit-maint-merge workflow.
-Upstream uses git but distributes files constituting a copyright violation with
-it. Thus, we do not want to ship upstream's git history but instead rely on
-tarballs that were retrieved using uscan and repacked using mk-origtargz and
-the Files-Excluded field from debian/copright.
-
-New upstream release
-====================
-
-To import a new upstream version, use:
-
- $ gbp import-orig --uscan
-
-gbp options specific to dgit will be read from debian/gbp.conf
diff --git a/debian/control b/debian/control
index 78533c2..d118839 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-depends:
python-fontforge,
Standards-Version: 4.1.1
Homepage: https://asciimoo.github.io/searx/
-Vcs-Git: https://git.dgit.debian.org/searx
-Vcs-Browser: https://browse.dgit.debian.org/searx.git/
+Vcs-Git: https://salsa.debian.org/debian/searx.git
+Vcs-Browser: https://salsa.debian.org/debian/searx
Package: python3-searx
Architecture: all
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 3152b74..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1,4 +0,0 @@
-# some source package options such that dgit can transparently handle the
-# "dropping" and "refreshing" changes to the upstream source
-single-debian-patch
-auto-commit
diff --git a/debian/source/patch-header b/debian/source/patch-header
deleted file mode 100644
index 80cadf1..0000000
--- a/debian/source/patch-header
+++ /dev/null
@@ -1,16 +0,0 @@
-The Debian packaging of searx is maintained in git, using the merging workflow
-described in dgit-maint-merge(7). There isn't a patch queue that can be
-represented as a quilt series.
-
-A detailed breakdown of the changes is available from their canonical
-representation - git commits in the packaging repository. For example, to see
-the changes made by the Debian maintainer in the first upload of upstream
-version 1.2.3, you could use:
-
- % git clone https://git.dgit.debian.org/searx
- % cd searx
- % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
-
-(If you have dgit, use `dgit clone searx`, rather than plain `git clone`.)
-
-A single combined diff, containing all the changes, follows.