From 9e3df936a47e3e17347bd2d0eb6d52e45d077406 Mon Sep 17 00:00:00 2001
From: Michael Hanke <michael.hanke@gmail.com>
Date: Sun, 5 Sep 2010 19:56:37 -0400
Subject: [PATCH] Add release IDs to go into backport versions.

---
 neurodebian.cfg | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/neurodebian.cfg b/neurodebian.cfg
index 98190b2..5016f25 100644
--- a/neurodebian.cfg
+++ b/neurodebian.cfg
@@ -71,6 +71,23 @@ karmic = Ubuntu 09.10 "Karmic Koala" (karmic)
 lucid = Ubuntu 10.4 LTS "Lucid Lynx" (lucid)
 maverick = Ubuntu upcoming release "Maverick Meerkat" (maverick)
 
+[release backport ids]
+# the purpose of these ids is to have version suffixes for backported packages
+# that allow proper sorting (upgradability) across distribution releases
+# For Debian we'll use ndXX (where XX is the version of the Debian release,
+# e.g. 50; analog to backports.org) and for Ubuntu we'll use ndXX.XX.
+etch = nd40
+lenny = nd50
+squeeze = nd60
+wheezy = nd70
+sid = nd
+hardy = nd08.04
+intrepid = nd08.10
+jaunty = nd09.04
+karmic = nd09.10
+lucid = nd10.04
+maverick = nd10.10
+
 [nitrc ids]
 afni = 23
 ants = 130
-- 
2.39.5