[med-svn] [primer3plus] 02/06: [svn-inject] Applying Debian modifications to trunk

Andreas Tille tille at debian.org
Tue Dec 26 21:46:45 UTC 2017


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

tille pushed a commit to branch master
in repository primer3plus.

commit aa0c6e4e52d97a8ec26ee4b8639a0037935e49d8
Author: Charles Plessy <plessy at debian.org>
Date:   Fri Sep 12 12:43:23 2008 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 debian/README.Debian |  6 ++++++
 debian/apache.conf   |  6 ++++++
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 13 +++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/cron.d        |  4 ++++
 debian/install       |  8 ++++++++
 debian/links         |  2 ++
 debian/rules         |  6 ++++++
 debian/watch         | 23 +++++++++++++++++++++++
 11 files changed, 104 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..51554e4
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+primer3plus for Debian
+----------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <plessy at debian.org>  Fri, 12 Sep 2008 17:29:36 +0900
diff --git a/debian/apache.conf b/debian/apache.conf
new file mode 100644
index 0000000..1e919ba
--- /dev/null
+++ b/debian/apache.conf
@@ -0,0 +1,6 @@
+Alias /primer3plus /usr/share/primer3plus
+
+#<VirtualHost *:80>
+#  DocumentRoot /usr/share/primer3plus
+#  ServerName primer3plus.localhost
+#</VirtualHost>
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..10597ee
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+primer3plus (1.0.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <plessy at debian.org>  Fri, 12 Sep 2008 17:29:36 +0900
+
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..d5acf9e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: primer3plus
+Section: unknown
+Priority: extra
+Maintainer: Charles Plessy <plessy at debian.org>
+Build-Depends: cdbs, debhelper (>= 7)
+Standards-Version: 3.7.3
+Homepage: <insert the upstream URL, if relevant>
+
+Package: primer3plus
+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..841eb87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Charles Plessy <plessy at debian.org> on
+Fri, 12 Sep 2008 17:29:36 +0900.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+Files: customPrimerOrder.pm
+License: GPL-2+ with exemption
+ This file contains a part that the authors consider NOT covered by the GPL to
+ allow Users and Companies to adapt the orderform to their needs.
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2008, Charles Plessy <plessy at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/cron.d b/debian/cron.d
new file mode 100644
index 0000000..aa92a2f
--- /dev/null
+++ b/debian/cron.d
@@ -0,0 +1,4 @@
+#
+# Regular cron jobs for the primer3plus package
+#
+0 4	* * *	root	[ -x /usr/bin/primer3plus_maintenance ] && /usr/bin/primer3plus_maintenance
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..9efcfe7
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,8 @@
+*cgi			usr/lib/cgi-bin
+*html			usr/share/primer3plus
+*ref.txt		usr/share/primer3plus
+*simple.txt		usr/share/primer3plus
+*transposons.txt	usr/share/primer3plus
+*pm			usr/share/primer3plus
+parameter_files/*	usr/share/primer3plus/parameter_files
+debian/apache.conf	etc/primer3plus
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..370ae45
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+etc/primer3plus/apache.conf	etc/apache2/conf.d/primer3plus
+var/lib/primer3plus		usr/share/primer3plus/cached_data
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..73b0bfe
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+install/primer3plus::
+	install -m 755 -o www-data -g www-data -d $(CURDIR)/debian/primer3plus/var/lib/primer3plus
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..46fa6a6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php primer3plus-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/primer3plus-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/primer3plus-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/primer3plus/primer3plus-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html primer3plus-(.*)\.tar\.gz

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



More information about the debian-med-commit mailing list