[med-svn] [libundead] 02/02: Initial packaging

Andreas Tille tille at debian.org
Thu Mar 2 20:32:14 UTC 2017


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

tille pushed a commit to branch master
in repository libundead.

commit da985b5516bdee1eb36f2df6da0a0f34da778a57
Author: Andreas Tille <tille at debian.org>
Date:   Thu Mar 2 21:30:56 2017 +0100

    Initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 30 ++++++++++++++++++++++++++++++
 debian/copyright     | 37 +++++++++++++++++++++++++++++++++++++
 debian/rules         | 10 ++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dfa7cd6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libundead (1.0.6-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 25 Feb 2017 20:34:50 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8c17574
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: libundead
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               ldc,
+               meson,
+               pkg-config
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libundead.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libundead.git
+Homepage: https://github.com/dlang/undeaD
+
+Package: libundead
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: obsolete Phobos modules upgraded to work with the latest D
+ Need an obsolete Phobos module? Here they are, back from the dead and
+ upgraded to work with the latest D
+ .
+ Current modules included:
+ .
+   std.bitarray
+   std.date
+   std.datebase
+   std.dateparse
+   std.regexp
+   std.stream and friends
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..489c208
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: undeaD
+Source: https://github.com/dlang/undeaD/releases
+
+Files: *
+Copyright: 2014-2017 Walter Bright, Bob Tolbert <bob at tolbert.org>,
+                     John Colvin <john.loughran.colvin at gmail.com>,
+                     Martin Nowak <code at dawg.eu>,
+                     Jonathan M Davis <jmdavisProg at gmx.com>
+License: Boost-1.0
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org
+License: Boost-1.0
+
+License: Boost-1.0
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9e46668
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+export LC_ALL=C.UTF-8
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	make -f posix.mak
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..35e5678
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://github.com/dlang/undeaD/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libundead.git



More information about the debian-med-commit mailing list