[sagelib] 01/03: Make a buildable metapackage.

Tobias Hansen thansen at alioth.debian.org
Tue Aug 27 19:54:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagelib.

commit 788c1ce1a19ff334d65defb848dd950c206e6a98
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Tue Aug 27 21:43:28 2013 +0200

    Make a buildable metapackage.
---
 debian/changelog     |    5 +++++
 debian/compat        |    1 +
 debian/control       |   15 +++++++++++----
 debian/copyright     |   23 +++++++++++++++++++++++
 debian/rules         |    8 ++++++++
 debian/source/format |    1 +
 6 files changed, 49 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e375c33
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sagelib (5.11.1) UNRELEASED; urgency=low
+
+  * Initial package, builds onl metapackages.
+
+ -- Tobias Hansen <thansen at debian.org>  Tue, 27 Aug 2013 21:14:43 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
index cec6d55..76f2349 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,16 @@ Section: math
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Felix Salfelder <felix at salfelder.org>
-Build-Depends:
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.1
+X-Python-Version: 2.7
+
+Package: sagelib-builddeps-testing
+Architecture: all
+Description: build dependencies of sagelib that are in Debian testing
+ This meta package depends on all build dependencies of sagelib
+ that are currently in Debian testing.
+Depends: 
  cython (>= 0.19),
  debhelper (>= 7),
  dpkg-dev (>= 1.15.7~),
@@ -24,7 +33,7 @@ Build-Depends:
  libgc-dev,
  libgcrypt11-dev,
  libgd2-noxpm-dev | libgd2-xpm-dev,
- libgivaro0 (= 3.7.2-1)
+ libgivaro0 (= 3.7.2-1),
  libglpk-dev,
  libgmp-dev (>= 2.1.1),
  libgnutls-dev,
@@ -84,5 +93,3 @@ Build-Depends:
  sympow,
  tachyon,
  zlib1g-dev
-Standards-Version: 3.9.1
-X-Python-Version: 2.7
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bfc5e5b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: Copyright (C) 2013 Felix Salfelder, Tobias Hansen
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in /usr/share/common-licenses/GPL-2
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..645bedb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_build:
+
+override_dh_auto_install:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagelib.git



More information about the debian-science-commits mailing list