summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-05 23:22:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-05 23:22:46 -0700
commitc09fb9ebfe32c2a96cbaa8f7f9ff44be18d91c93 (patch)
treef0ff412e547071a7200ccdfe02d1c7e21f93feb2
parent9b920de937b18e59e106ee0a7a5bb313b9be0d0c (diff)
downloadp5-Git-Annex-c09fb9ebfe32c2a96cbaa8f7f9ff44be18d91c93.tar.gz
remove Debian packaging material from this branch
I ask for Signed-off-by tags which means that if pkg-perl team members commit to debian/, I might not be able to pull that work into my master branch. Then I'd end up with an upstream master with old debian/ and salsa master with new debian/ which is undesirable. So, I'll work on debian/ on a separate branch which won't require Signed-off-by tags for every commit. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--CONTRIBUTING39
-rw-r--r--debian/changelog5
-rw-r--r--debian/control63
-rw-r--r--debian/copyright64
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
-rw-r--r--debian/tests/control5
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch3
9 files changed, 0 insertions, 197 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 7ba3a4b..7472ffa 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -41,42 +41,3 @@ an example of a ``Signed-off-by`` line:
::
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-
-Maintainance
-============
-
-Release process
----------------
-
-1. Pull any updates to ``debian/`` from the Debian Perl Group's
- repository on salsa.debian.org
-
-2. Ensure that the test suite passes under autopkgtest, so we can
- immediately upload the new release to Debian unstable:
- ``sbuild --dpkg-source-opts='-Zgzip -z1 --format=1.0 -sn'
- --run-autopkgtest``
-
-3. ``dzil release``
-
-4. Now proceed to update Debian unstable:
-
- 1. ``git deborig``
- 2. If it's not already present, add a new ``debian/changelog``
- entry with dch(1), or bump the version in an UNRELEASED entry
- 3. sbuild etc.
- 4. ``dgit push-source``
- 5. Push master branch and all tags to both git.spwhitton.name and
- Debian Perl Team repo on salsa.debian.org.
-
-Changelogs
-----------
-
-Be sure to record changes to the ``debian/`` directory in
-``debian/changelog``, and changes to outside of the ``debian/``
-directory in ``Changes``.
-
-Git usage
----------
-
-Avoid mixing changes to the ``debian/`` directory and changes to
-outside of the ``debian/`` directory in the same commit.
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index bbd3eae..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-libgit-annex-perl (0.001-1) UNRELEASED; urgency=medium
-
- * Initial upload to Debian.
-
- -- Sean Whitton <spwhitton@spwhitton.name> Wed, 5 Feb 2020 14:52:28 -0700
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 86de391..0000000
--- a/debian/control
+++ /dev/null
@@ -1,63 +0,0 @@
-Source: libgit-annex-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders:
- Sean Whitton <spwhitton@spwhitton.name>,
-Section: perl
-Priority: optional
-Build-Depends:
- debhelper-compat (= 12),
-Build-Depends-Indep:
- git-annex <!nocheck>,
- libcapture-tiny-perl,
- libdata-compare-perl,
- libdigest-md5-file-perl,
- libdist-zilla-perl,
- libdist-zilla-plugin-git-perl,
- libdist-zilla-plugin-podweaver-perl,
- libfile-chdir-perl,
- libfile-chmod-perl,
- libfile-slurp-perl,
- libgit-repository-perl,
- libgit-wrapper-perl,
- libipc-system-simple-perl,
- libmoo-perl,
- libnamespace-clean-perl,
- libscalar-list-utils-perl,
- libterm-readkey-perl,
- libtest-simple-perl,
- libtry-tiny-perl,
- perl (>= 5.28.0),
-Standards-Version: 4.4.1
-Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgit-annex-perl
-Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgit-annex-perl.git
-Homepage: https://metacpan.org/release/Git-Annex
-
-Package: libgit-annex-perl
-Architecture: all
-Depends:
- libdata-compare-perl,
- libdigest-md5-file-perl,
- libfile-chdir-perl,
- libfile-chmod-perl,
- libgit-repository-perl,
- libgit-wrapper-perl,
- libipc-system-simple-perl,
- libmoo-perl,
- libnamespace-clean-perl,
- libscalar-list-utils-perl,
- libterm-readkey-perl,
- libtry-tiny-perl,
- perl (>= 5.28.0),
- ${misc:Depends},
- ${perl:Depends},
-Recommends:
- git-annex,
-Description: Perl interface to git-annex repositories
- Perl interface to git-annex repositories, and some scripts which make
- use of this interface. Requires git-annex installed to be useful.
- .
- Git::Annex -- class representing a git-annex repository
- .
- annex-review-unused -- interactively process `git annex unused` output
- .
- annex-to-annex -- use hardlinks to migrate files between git annex repos
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index a6aa637..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,64 +0,0 @@
-Git::Annex
-Perl interface to git-annex repositories
-
-Copyright (C)2019-2020 Sean Whitton
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or (at
-your option) any later version.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-General Public License for more details.
-
-A copy of the GNU General Public License v3 can be found in
-/usr/share/common-licenses/GPL-3.
-
-
-Contributions are accepted upstream under the same terms; please sign
-off your patches (by writing an approprite Signed-Off-By tag in your
-commit message or patch submission) to indicate your attestation that
-the Developer Certificate of Origin (version 1.1) applies.
-
-
--8<-
-
-Developer Certificate of Origin
-Version 1.1
-
-Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
-1 Letterman Drive
-Suite D4700
-San Francisco, CA, 94129
-
-Everyone is permitted to copy and distribute verbatim copies of this
-license document, but changing it is not allowed.
-
-
-Developer's Certificate of Origin 1.1
-
-By making a contribution to this project, I certify that:
-
-(a) The contribution was created in whole or in part by me and I
- have the right to submit it under the open source license
- indicated in the file; or
-
-(b) The contribution is based upon previous work that, to the best
- of my knowledge, is covered under an appropriate open source
- license and I have the right under that license to submit that
- work with modifications, whether created in whole or in part
- by me, under the same open source license (unless I am
- permitted to submit under a different license), as indicated
- in the file; or
-
-(c) The contribution was provided directly to me by some other
- person who certified (a), (b) or (c) and I have not modified
- it.
-
-(d) I understand and agree that this project and the contribution
- are public and that a record of the contribution (including all
- personal information I submit with it, including my sign-off) is
- maintained indefinitely and may be redistributed consistent with
- this project or the open source license(s) involved.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 30c568b..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/dpkg/pkg-info.mk
-
-%:
- dh $@ --sourcedirectory=Git-Annex-${DEB_VERSION_UPSTREAM}
-
-override_dh_auto_configure:
- HOME=. dzil build
- dh_auto_configure
-
-override_dh_auto_clean:
- HOME=. dzil clean
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index bb397a0..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,5 +0,0 @@
-Test-Command: prove --verbose --norc
-Depends: @,
- git-annex,
- libfile-slurp-perl,
- libcapture-tiny-perl
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
deleted file mode 100644
index c852618..0000000
--- a/debian/upstream/metadata
+++ /dev/null
@@ -1,4 +0,0 @@
----
-Archive: CPAN
-Repository: https://git.spwhitton.name/p5-Git-Annex
-Repository-Browse: https://git.spwhitton.name/p5-Git-Annex
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 3862caf..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,3 +0,0 @@
-version=4
-https://git.spwhitton.name/p5-Git-Annex \
- /snapshot/p5-Git-Annex-([\d\.]+)\.tar\.gz debian uupdate