[med-svn] r2083 - in trunk/packages/patman/trunk: . debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Sat Jun 21 03:59:12 UTC 2008
Author: plessy
Date: 2008-06-21 03:59:12 +0000 (Sat, 21 Jun 2008)
New Revision: 2083
Added:
trunk/packages/patman/trunk/debian/
trunk/packages/patman/trunk/debian/README.Debian
trunk/packages/patman/trunk/debian/changelog
trunk/packages/patman/trunk/debian/compat
trunk/packages/patman/trunk/debian/control
trunk/packages/patman/trunk/debian/copyright
trunk/packages/patman/trunk/debian/docs
trunk/packages/patman/trunk/debian/rules
trunk/packages/patman/trunk/debian/watch
Modified:
trunk/packages/patman/trunk/Makefile
Log:
[svn-inject] Applying Debian modifications to trunk
Modified: trunk/packages/patman/trunk/Makefile
===================================================================
--- trunk/packages/patman/trunk/Makefile 2008-06-21 03:58:51 UTC (rev 2082)
+++ trunk/packages/patman/trunk/Makefile 2008-06-21 03:59:12 UTC (rev 2083)
@@ -24,7 +24,7 @@
%.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
Property changes on: trunk/packages/patman/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/patman/trunk/debian/README.Debian
===================================================================
--- trunk/packages/patman/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/patman/trunk/debian/README.Debian 2008-06-21 03:59:12 UTC (rev 2083)
@@ -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
Added: trunk/packages/patman/trunk/debian/changelog
===================================================================
--- trunk/packages/patman/trunk/debian/changelog (rev 0)
+++ trunk/packages/patman/trunk/debian/changelog 2008-06-21 03:59:12 UTC (rev 2083)
@@ -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
+
Added: trunk/packages/patman/trunk/debian/compat
===================================================================
--- trunk/packages/patman/trunk/debian/compat (rev 0)
+++ trunk/packages/patman/trunk/debian/compat 2008-06-21 03:59:12 UTC (rev 2083)
@@ -0,0 +1 @@
+7
Added: trunk/packages/patman/trunk/debian/control
===================================================================
--- trunk/packages/patman/trunk/debian/control (rev 0)
+++ trunk/packages/patman/trunk/debian/control 2008-06-21 03:59:12 UTC (rev 2083)
@@ -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>
Added: trunk/packages/patman/trunk/debian/copyright
===================================================================
--- trunk/packages/patman/trunk/debian/copyright (rev 0)
+++ trunk/packages/patman/trunk/debian/copyright 2008-06-21 03:59:12 UTC (rev 2083)
@@ -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.
Added: trunk/packages/patman/trunk/debian/docs
===================================================================
--- trunk/packages/patman/trunk/debian/docs (rev 0)
+++ trunk/packages/patman/trunk/debian/docs 2008-06-21 03:59:12 UTC (rev 2083)
@@ -0,0 +1 @@
+README
Added: trunk/packages/patman/trunk/debian/rules
===================================================================
--- trunk/packages/patman/trunk/debian/rules (rev 0)
+++ trunk/packages/patman/trunk/debian/rules 2008-06-21 03:59:12 UTC (rev 2083)
@@ -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
Property changes on: trunk/packages/patman/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/patman/trunk/debian/watch
===================================================================
--- trunk/packages/patman/trunk/debian/watch (rev 0)
+++ trunk/packages/patman/trunk/debian/watch 2008-06-21 03:59:12 UTC (rev 2083)
@@ -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
+
+
More information about the debian-med-commit
mailing list