[webwork-pg] 01/05: First draft of Debian package.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Nov 24 04:41:59 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository webwork-pg.

commit ddf09444c73fb59faa5efefdee915ca8f2b49f48
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Nov 15 20:57:32 2015 -0500

    First draft of Debian package.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 35 +++++++++++++++++++++++++++++++++++
 debian/install       |  4 ++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..630a00b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+webwork-pg (2.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #804946).
+
+ -- Doug Torrance <dtorrance at piedmont.edu>  Sat, 31 Oct 2015 11:12:38 -0400
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
new file mode 100644
index 0000000..8fbef6c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: webwork-pg
+Section: math
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Doug Torrance <dtorrance at piedmont.edu>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://webwork.maa.org
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/webwork-pg.git
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/webwork-pg.git
+
+Package: webwork-pg
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Problem rendering engine for WeBWorK
+ The PG language is a collection of macros (subroutines) written in perl which
+ facilitate writing mathematics questions. It began in 1995 and is continuously
+ under development as mathematicians stretch the existing boundaries of existing
+ online homework questions. PG currently has three dialects.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9d49da9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pg
+Source: https://github.com/openwebwork/pg
+
+Files: *
+Copyright: Copyright 2000-2015 The WeBWorK Project
+License: GPL-2+ or Artistic
+
+Files: debian/*
+Copyright: 2015 Doug Torrance <dtorrance at piedmont.edu>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License which comes with this package.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..f2e0450
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+doc usr/share/webwork-pg
+lib usr/share/webwork-pg
+macros usr/share/webwork-pg
+t usr/share/webwork-pg
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1b86689
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+get-orig-source:
+	uscan --verbose --rename --force-download
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..387e264
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+https://github.com/openwebwork/pg/releases \
+/openwebwork/pg/archive/PG-(.+)\.tar\.gz
\ No newline at end of file

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



More information about the debian-science-commits mailing list