summaryrefslogtreecommitdiff
path: root/docs/debian-repackaging.rst
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-09-28 16:53:40 -0300
committerdrebs <drebs@riseup.net>2017-09-28 16:53:40 -0300
commit9694b5424507c03a2494713354e8a20a2f8a8d43 (patch)
treeef0a5e1bdc205a3e2b2dc3728bfa0d9cc64618a0 /docs/debian-repackaging.rst
parent4aae2b421552c3f25903cc50c74544323348d66c (diff)
[doc] remove unused pages
Diffstat (limited to 'docs/debian-repackaging.rst')
-rw-r--r--docs/debian-repackaging.rst41
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/debian-repackaging.rst b/docs/debian-repackaging.rst
deleted file mode 100644
index 888d6c03..00000000
--- a/docs/debian-repackaging.rst
+++ /dev/null
@@ -1,41 +0,0 @@
-repackaging howto
-=================
-
-How to repackage latest code
-----------------------------
-
-Enter debian branch::
-
- git checkout debian/experimental
-
-Merge your latest and greatest::
-
- git merge develop
-
-Bump the changelog::
-
- vim debian/changelog
-
-dch should also get you there, adding a new entry.
-
-Edit the changelog so you get a new version (this is the version
-that apt will report). For example, change::
-
- soledad-common (0.3.4) unstable; urgency=low
-
-to::
-
- soledad-common (0.3.4-1~testing_frobnication) unstable; urgency=low
-
-
-Last, but not least, freeze the debian version::
-
- python setup.py freeze_debianver
-
-It might be a good idea to edit by hand the version string
-under _version too, so it's clear that you're packaging some bleeding
-edge not to be confused with latest stable packages.
-
-And now you can happily repackage for your own deploys::
-
- debuild -us -uc