[med-svn] [patman] 03/15: [svn-inject] Applying Debian modifications to trunk

Andreas Tille tille at debian.org
Wed Dec 13 19:28:25 UTC 2017


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

tille pushed a commit to branch master
in repository patman.

commit f0df668ea2996a0d2dc4e61a8d4c5ac6e92830a8
Author: Charles Plessy <plessy at debian.org>
Date:   Sat Jun 21 03:59:12 2008 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 Makefile             |  2 +-
 debian/README.Debian |  6 ++++++
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 13 +++++++++++++
 debian/copyright     | 24 ++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 10 ++++++++++
 debian/watch         | 22 ++++++++++++++++++++++
 9 files changed, 84 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 394337a..1528ab3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ patman:	$(OBJS)
 %.o:	%.cpp
 	g++ -DVERSION="\"$(version)\"" $(CPPFLAGS) -c -o $@ $<
 
-install: $(TARGET)
+install: $(TARGETS)
 	install -d ${prefix}/bin
 	install -d ${prefix}/share/man/man1
 	install -s -m755 $^ ${prefix}/bin
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..be034aa
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+patman for Debian
+-----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <plessy at debian.org>  Thu, 22 May 2008 07:36:37 +0900
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..91b67b5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+patman (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #482555)
+
+ -- Charles Plessy <plessy at debian.org>  Thu, 22 May 2008 07:36:37 +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..9bd8f17
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: patman
+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: patman
+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..8392494
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <plessy at debian.org> on
+Thu, 22 May 2008 07:36:37 +0900.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s): Kay Pruefer, Udo Stenzel 
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright: 
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <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/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ae86fd0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_MAKE_BUILD_TARGET	=  all
+DEB_MAKE_INSTALL_TARGET =  install prefix=$(CURDIR)/debian/patman/usr
+
+clean::
+	$(RM) patman
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..eb90264
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,22 @@
+# 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 patman-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/patman-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/patman-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/patman/patman-(.*)\.tar\.gz
+
+

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



More information about the debian-med-commit mailing list