[adms] 03/20: First debianization

felix salfelder felix-guest at moszumanska.debian.org
Fri May 9 19:40:33 UTC 2014


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

felix-guest pushed a commit to branch unstable
in repository adms.

commit df9d5f4be162687231863776a9f920551e18c86e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed Mar 30 14:25:21 2011 +0200

    First debianization
---
 debian/README.Debian |  6 ++++++
 debian/README.source |  9 +++++++++
 debian/adms.doc-base | 20 ++++++++++++++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 15 +++++++++++++++
 debian/copyright     | 32 ++++++++++++++++++++++++++++++++
 debian/docs          |  0
 debian/rules         | 13 +++++++++++++
 9 files changed, 101 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..dfeddb8
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+adms for Debian
+---------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- bastien <roucaries.bastien+debian at gmail.com>  Wed, 30 Mar 2011 13:39:09 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..6adc956
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+adms for Debian
+---------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/debian/adms.doc-base b/debian/adms.doc-base
new file mode 100644
index 0000000..8ddc475
--- /dev/null
+++ b/debian/adms.doc-base
@@ -0,0 +1,20 @@
+Document: adms
+Title: Debian adms Manual
+Author: <insert document author here>
+Abstract: This manual describes what adms is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/adms/adms.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/adms/adms.ps.gz
+
+Format: text
+Files: /usr/share/doc/adms/adms.text.gz
+
+Format: HTML
+Index: /usr/share/doc/adms/html/index.html
+Files: /usr/share/doc/adms/html/*.html
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4bb7e5e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+adms (0.0.3.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- bastien <roucaries.bastien+debian at gmail.com>  Wed, 30 Mar 2011 13:39:09 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9c883ed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: adms
+Section: unknown
+Priority: extra
+Maintainer: bastien <roucaries.bastien+debian at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Git: git://git.debian.org/collab-maint/adms.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/adms.git;a=summary
+
+Package: adms
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3aa2d69
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: adms
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2011 bastien <roucaries.bastien+debian at gmail.com>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ 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 <http://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".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 

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



More information about the debian-science-commits mailing list