Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change 
notification.

The following page has been changed by JanBeyer:
http://wiki.debian.org/DebianMed

The comment on the change is:
Adding some info on how to tag a release (adapted from wiki.d.o/Games/SVN)

------------------------------------------------------------------------------
    * No: Register yourself and ask to be added as a developer
    * Or: Send the result of {{{svn diff}}} to the Debian Med mailing list
    * Yes: {{{svn commit}}}
+ When a new version got accepted in the Debian archive, and you didn't tag the 
last build via
+
+ {{{
+ svn-buildpackage --svn-tag}}}
+ you can tag this version retroactively:
+
+  1. create the tags directory within your package-folder, e.g. 
debian-med/trunk/packages/gwyddion, if it doesn't yet exist
+  {{{
+ svn mkdir tags}}}
+  and commit or directly type the long phrase
+  {{{
+ svn mkdir 
svn+ssh://<username>@svn.debian.org/svn/debian-med/trunk/packages/<package>/tags}}}
+  1. Then tag the release
+  {{{
+ svn-buildpackage --svn-tag-only --svn-noautodch}}}
+  which avoids the changelog getting tagged UNRELEASED.
  === Whenever preparing new packages, please: ==   a. use patches and 
["dpatch"] or ["quilt"], so there is no or little need to tamper with 
upstream's files directly.
   a. Upload the new package to the repository: New packages are first 
submitted to the Alioth svn '''after''' that package was first successfully 
packaged through dpkg-buildpackage
@@ -96, +112 @@

    * [http://nebc.nox.ac.uk/biolinux.html Bio-Linux] .deb packages
    * [http://www.bioinf.med.uni-goettingen.de/teaching/goebixdvd/ GoeBix] 
Bioinformatics LiveDVD from Göttingen (existing)
    * [http://open-bio.org/wiki/BOSC/liveCD BOSC Live CD] (planned)
-   * [http://www.randomfactory.com/lfb/lfb.html  The Linux for Biotechnology 
cdrom project] (RPMs)
+   * [http://www.randomfactory.com/lfb/lfb.html The Linux for Biotechnology 
cdrom project] (RPMs)


Reply via email to