summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
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 /CONTRIBUTING
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>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING39
1 files changed, 0 insertions, 39 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.