[graywolf] 01/18: Debianised graywolf

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Jun 21 09:27:10 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository graywolf.

commit 9ab75b913161cea003a36c53ff5be8d3d47c3769
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Tue Oct 14 19:11:30 2014 +0200

    Debianised graywolf
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 15 +++++++++++++++
 debian/copyright         | 28 ++++++++++++++++++++++++++++
 debian/docs              |  1 +
 debian/graywolf.1        | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/graywolf.manpages |  1 +
 debian/rules             | 11 +++++++++++
 debian/source/format     |  1 +
 9 files changed, 110 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..11d2bb1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+graywolf (0.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #xxxx)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Tue, 14 Oct 2014 19:05:22 +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
new file mode 100644
index 0000000..3bfc454
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: graywolf
+Section: electronics
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/graywolf.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/graywolf.git
+Homepage: https://github.com/rubund/graywolf
+
+Package: graywolf
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Placement for digital design
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..000e4a6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: graywolf
+Source: https://github.com/rubund/graywolf
+
+Files: *
+Copyright: <??> Yale University
+License: ?? (some kind of open source)
+ Some kind of open source - TODO: Find reference
+
+Files: debian/*
+Copyright: 2014 Ruben Undheim <ruben.undheim at gmail.com>
+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 <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".
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/graywolf.1 b/debian/graywolf.1
new file mode 100644
index 0000000..fe63f90
--- /dev/null
+++ b/debian/graywolf.1
@@ -0,0 +1,47 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2014 Ruben Undheim <ruben.undheim at gmail.com>,
+.\"
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH GRAYWOLF 1 "October 14, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+graywolf \- digital placement tool 
+.SH SYNOPSIS
+.B graywolf
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B graywolf
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBgraywolf\fP is a program that...
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
diff --git a/debian/graywolf.manpages b/debian/graywolf.manpages
new file mode 100644
index 0000000..50cad74
--- /dev/null
+++ b/debian/graywolf.manpages
@@ -0,0 +1 @@
+debian/graywolf.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cf4dd31
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+	dh $@ 
+
+
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)

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



More information about the debian-science-commits mailing list