gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master d4b2f8a 2/2: Updates to Debian release notes


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master d4b2f8a 2/2: Updates to Debian release notes
Date: Sun, 25 Jun 2017 13:48:03 -0400 (EDT)

branch: master
commit d4b2f8a9c8abba4cf5060cb8715c6c75b9993420
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Updates to Debian release notes
    
    The debian release notes were updated to be easier to follow and also check
    for changes in the Debian policy version.
---
 doc/release-checklist.txt | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 1e6b130..ab1cce2 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -130,6 +130,12 @@ Steps necessary to Package Gnuastro for Debian.
 
      $ git clone git://anonscm.debian.org/debian-astro/packages/gnuastro.git
 
+ - Pull any possible changes that already exist:
+
+     $ cd gnuastro
+     $ git pull
+     $ cd ..
+
  - A `gnuastro' directory will be built, for the moment don't go in it,
    we'll keep all temporary files in this parent directory. Clean any
    existing ones (if this process was done earlier):
@@ -189,6 +195,11 @@ Steps necessary to Package Gnuastro for Debian.
 
      $ emacs debian/changelog
 
+ - Check the current Debian policy version at
+   https://www.debian.org/doc/debian-policy/ and update debian/control:
+
+     $ emacs debian/control
+
  - Update your version of `pbuilder':
 
      $ sudo pbuilder update
@@ -209,4 +220,8 @@ Steps necessary to Package Gnuastro for Debian.
      $ git status                         # Add anything that remains.
      $ git commit -m "Gnuastro $ver"
 
- - Push all the changes to the repository and announce on Debian Astro.
+ - Push all the changes to the repository:
+
+     $ git push --all origin
+
+ - Inform Debian Astro.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]