[SCM] pd-syslog/master: debianification

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Sun May 8 11:37:54 UTC 2011


The following commit has been merged in the master branch:
commit d00da959e819420494cd593355d48693aae11fba
Author: IOhannes m zmölnig <zmoelnig at umlaeute.mur.at>
Date:   Sun May 8 13:14:24 2011 +0200

    debianification

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3a8246a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pd-syslog (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #603177)
+
+ -- IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>  Thu, 02 Dec 2010 15:35:21 +0100
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..788d43c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: pd-syslog
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>
+Build-Depends: debhelper (>= 7.0.1),
+ dh-buildinfo,
+ cdbs (>= 0.4.91~),
+ puredata-dev | puredata
+Standards-Version: 3.9.2
+Homepage: http://puredata.info/community/projects/software/syslog
+Vcs-Git: git://git.debian.org/pkg-multimedia/pd-syslog
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-syslog.git;a=summary
+
+Package: pd-syslog
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ puredata
+Description: syslog facilities for Pd
+ [syslog] takes care of sending arbitrary messages from Pure Data to syslog,
+ tagged with a syslog level you feel appropriate.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..f918cbb
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,20 @@
+Source: pd-syslog
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>
+Build-Depends: @cdbs@,
+ puredata-dev | puredata
+Standards-Version: 3.9.2
+Homepage: http://puredata.info/community/projects/software/syslog
+Vcs-Git: git://git.debian.org/pkg-multimedia/pd-syslog
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-syslog.git;a=summary
+
+Package: pd-syslog
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ puredata
+Description: syslog facilities for Pd
+ [syslog] takes care of sending arbitrary messages from Pure Data to syslog,
+ tagged with a syslog level you feel appropriate.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bf4b4be
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: syslog
+Upstream-Contact: IOhannes m zmölnigg
+Source: http://puredata.info/community/projects/software/syslog/
+Disclaimer: Autogenerated by CDBS
+
+
+Copyright: 2006-2010, IOhannes m zmölnig <zmoelnig at iem.at>
+License: GPL-2+
+
+
+Files: ./debian/*
+Copyright: 2010, IOhannes m zmölnig <zmoelnig at iem.at>
+License: GPL-2+
+
+
+License: GPL-2+
+ This program 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, or (at your option) any
+ later version.
+ .
+ This program 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ (GPL) version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..ec8817f
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,52 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Makefile
+ README.txt
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/docs
+ debian/gbp.conf
+ debian/install
+ debian/source/format
+ debian/source/local-options
+ syslog-help.pd
+ syslog-meta.pd
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2010, IOhannes m zmölnig <zmoelnig at iem.at>
+License: GPL
+ FIXME
+
+Files: GnuGPL.txt
+Copyright: 1989, 1991 Free Software Foundation, Inc
+ <year> <name of author>
+ HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+ HOLDERS AND/OR OTHER PARTIES
+ disclaimer" for the program, if
+ holder saying it may be distributed
+ holder who places the Program under this License
+ interest in the program
+ law:
+ the software, and
+ year name of author
+License: GPL-2+
+ FIXME
+
+Files: LICENSE.txt
+Copyright: 2006, IOhannes m zmoelnig (zmoelnig AT iem DOT at)
+License: GPL-2+
+ FIXME
+
+Files: syslog.c
+Copyright: 2006, IOhannes m zmölnig
+License: GPL-2+
+ FIXME
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..71dfd5b
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.txt
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..20276fe
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+syslog.pd_linux usr/lib/pd/extra/syslog/
+*.pd usr/lib/pd/extra/syslog/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9584cce
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2010 IOhannes m zmölnig <zmoelnig at iem.at>
+# Description: Main Debian packaging script for syslog
+#
+# This program 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, or (at
+# your option) any later version.
+#
+# This program 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/>.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/pd.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
+CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
+
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/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes

-- 
pd-syslog packaging



More information about the pkg-multimedia-commits mailing list