]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Skeleton of a Debian-packaging.
authorMichael Hanke <michael.hanke@gmail.com>
Sun, 1 Aug 2010 18:17:38 +0000 (14:17 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Sun, 1 Aug 2010 18:17:38 +0000 (14:17 -0400)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..5054332
--- /dev/null
@@ -0,0 +1,5 @@
+neurodebian (1.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Michael Hanke <michael.hanke@gmail.com>  Sun, 01 Aug 2010 14:01:07 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..279e2ee
--- /dev/null
@@ -0,0 +1,19 @@
+Source: neurodebian
+Section: science
+Priority: optional
+Maintainer: NeuroDebian Team <team@neuro.debian.net>
+Uploaders: Michael Hanke <michael.hanke@gmail.com>, Yaroslav Halchenko <debian@onerussian.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.0
+Homepage: http://neuro.debian.net
+Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/neurodebian.git
+Vcs-Git: git://git.debian.org/git/pkg-exppsy/neurodebian.git
+XS-DM-Upload-Allowed: yes
+
+
+Package: neurodebian
+Architecture: all
+Depends: ${misc:Depends}
+Suggests:
+Description: neuroscience research environment
+ Pacifier
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..b7b127c
--- /dev/null
@@ -0,0 +1,11 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Name: NeuroDebian
+Maintainer: NeuroDebian team <team@neuro.debian.net>
+Source: http://neuro.debian.net
+
+
+Files: *
+Copyright: 2009-2010 NeuroDebian Team
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-3' file.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..8c23113
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+# one ring to rule them all ...
+%:
+       dh $@
+
+override_dh_auto_configure:
+
+override_dh_auto_build::
+
+override_dh_auto_install::
+
+override_dh_auto_test::