[pkg-d-commits] [dh-dlang] 01/01: Add initial packaging

Matthias Klumpp mak at moszumanska.debian.org
Thu Dec 14 01:43:00 UTC 2017


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

mak pushed a commit to branch master
in repository dh-dlang.

commit d9a64045ce54f81fd4a507ee7e8488a4bb006947
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Thu Dec 14 02:42:52 2017 +0100

    Add initial packaging
---
 debian/.gitignore    |  1 +
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 24 ++++++++++++++++++++++++
 debian/gbp.conf      |  2 ++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 8 files changed, 59 insertions(+)

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..b25c15b
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1 @@
+*~
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fcdae89
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dh-dlang (0.1) UNRELEASED; urgency=medium
+
+  * Initial release
+
+ -- Matthias Klumpp <mak at debian.org>  Thu, 14 Dec 2017 12:34:48 +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..3cf1ef3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: dh-dlang
+Section: devel
+Priority: optional
+Maintainer: Debian D Language Group <pkg-d-devel at lists.alioth.debian.org>
+Uploaders: Matthias Klumpp <mak at debian.org>
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.1.1
+Vcs-Git: https://anonscm.debian.org/git/pkg-d/dh-dlang.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-d/dh-dlang.git
+
+Package: dcompiler
+Architecture: amd64 i386 armhf arm64 armel ppc64el ppc64 x32
+Depends: ldc [amd64 i386 armhf],
+ gdc [arm64 armel ppc64el ppc64 x32]
+Description: Default D compiler (metapackage)
+ This is a metapackage installing selected default D compiler in Debian
+ for the current architecture.
+ .
+ Package building D code for the Debian archive should depend on this.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0003920
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2017 Matthias Klumpp <mak at debian.org>
+License: LGPL-3+
+
+License: LGPL-3+
+ Licensed under the GNU Lesser General Public License Version 3
+ .
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the license, or
+ (at your option) any later version.
+ .
+ This software 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this software.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file `/usr/share/common-licenses/LGPL-3'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..0eef220
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[buildpackage]
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..51c47bd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+#export DH_VERBOSE=1
+
+%:
+	dh $@
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/pkg-d/dh-dlang.git



More information about the pkg-d-commits mailing list