[med-svn] r2203 - in trunk/packages/srf/trunk: . debian debian/patches
plessy at alioth.debian.org
plessy at alioth.debian.org
Tue Jul 8 12:23:01 UTC 2008
Author: plessy
Date: 2008-07-08 12:23:00 +0000 (Tue, 08 Jul 2008)
New Revision: 2203
Added:
trunk/packages/srf/trunk/debian/
trunk/packages/srf/trunk/debian/README.Debian
trunk/packages/srf/trunk/debian/changelog
trunk/packages/srf/trunk/debian/compat
trunk/packages/srf/trunk/debian/control
trunk/packages/srf/trunk/debian/copyright
trunk/packages/srf/trunk/debian/dirs
trunk/packages/srf/trunk/debian/docs
trunk/packages/srf/trunk/debian/patches/
trunk/packages/srf/trunk/debian/patches/build_with_GCC-4.3.patch
trunk/packages/srf/trunk/debian/patches/series
trunk/packages/srf/trunk/debian/rules
trunk/packages/srf/trunk/debian/srf.doc-base
trunk/packages/srf/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/packages/srf/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/srf/trunk/debian/README.Debian
===================================================================
--- trunk/packages/srf/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/srf/trunk/debian/README.Debian 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,6 @@
+srf for Debian
+--------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <plessy at debian.org> Mon, 07 Jul 2008 19:06:55 +0900
Added: trunk/packages/srf/trunk/debian/changelog
===================================================================
--- trunk/packages/srf/trunk/debian/changelog (rev 0)
+++ trunk/packages/srf/trunk/debian/changelog 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,6 @@
+srf (0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <plessy at debian.org> Mon, 07 Jul 2008 19:06:55 +0900
+
Added: trunk/packages/srf/trunk/debian/compat
===================================================================
--- trunk/packages/srf/trunk/debian/compat (rev 0)
+++ trunk/packages/srf/trunk/debian/compat 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1 @@
+7
Added: trunk/packages/srf/trunk/debian/control
===================================================================
--- trunk/packages/srf/trunk/debian/control (rev 0)
+++ trunk/packages/srf/trunk/debian/control 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,13 @@
+Source: srf
+Section: unknown
+Priority: extra
+Maintainer: Charles Plessy <plessy at debian.org>
+Build-Depends: cdbs, quilt, debhelper (>= 7), autotools-dev, libcurl4-gnutls-dev
+Standards-Version: 3.7.3
+Homepage: <insert the upstream URL, if relevant>
+
+Package: srf
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
Added: trunk/packages/srf/trunk/debian/copyright
===================================================================
--- trunk/packages/srf/trunk/debian/copyright (rev 0)
+++ trunk/packages/srf/trunk/debian/copyright 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <plessy at debian.org> on
+Mon, 07 Jul 2008 19:06:55 +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:
+
+ <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/srf/trunk/debian/dirs
===================================================================
--- trunk/packages/srf/trunk/debian/dirs (rev 0)
+++ trunk/packages/srf/trunk/debian/dirs 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
Added: trunk/packages/srf/trunk/debian/docs
===================================================================
--- trunk/packages/srf/trunk/debian/docs (rev 0)
+++ trunk/packages/srf/trunk/debian/docs 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1 @@
+README
Added: trunk/packages/srf/trunk/debian/patches/build_with_GCC-4.3.patch
===================================================================
--- trunk/packages/srf/trunk/debian/patches/build_with_GCC-4.3.patch (rev 0)
+++ trunk/packages/srf/trunk/debian/patches/build_with_GCC-4.3.patch 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,30 @@
+Forwarded: http://sourceforge.net/tracker/index.php?func=detail&aid=2013397&group_id=194176&atid=948380
+--- srf-0.1.orig/src/SRF_util.hh
++++ srf-0.1/src/SRF_util.hh
+@@ -32,6 +32,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ #include <io_lib/ztr.h>
+ #include <io_lib/Read.h>
+--- srf-0.1.orig/src/SRF_Ztr.cc
++++ srf-0.1/src/SRF_Ztr.cc
+@@ -13,6 +13,8 @@
+ // limitations under the License.
+ //
+ //
++#include <cstdlib>
++#include <cstring>
+ #include <ios>
+ #include <iostream>
+ #include <fstream>
+--- srf-0.1.orig/test/testWrite.cc
++++ srf-0.1/test/testWrite.cc
+@@ -1,4 +1,5 @@
+ //
++#include <cstdlib>
+ #include <ios>
+ #include <iostream>
+ #include <fstream>
Added: trunk/packages/srf/trunk/debian/patches/series
===================================================================
--- trunk/packages/srf/trunk/debian/patches/series (rev 0)
+++ trunk/packages/srf/trunk/debian/patches/series 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1 @@
+build_with_GCC-4.3.patch
Added: trunk/packages/srf/trunk/debian/rules
===================================================================
--- trunk/packages/srf/trunk/debian/rules (rev 0)
+++ trunk/packages/srf/trunk/debian/rules 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+CXXFLAGS += -I/usr/include/io_lib
+
+# Add here any variable or target overrides you need.
Property changes on: trunk/packages/srf/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/srf/trunk/debian/srf.doc-base
===================================================================
--- trunk/packages/srf/trunk/debian/srf.doc-base (rev 0)
+++ trunk/packages/srf/trunk/debian/srf.doc-base 2008-07-08 12:23:00 UTC (rev 2203)
@@ -0,0 +1,22 @@
+Document: srf
+Title: Debian srf Manual
+Author: <insert document author here>
+Abstract: This manual describes what srf is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/srf/srf.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/srf/srf.ps.gz
+
+Format: text
+Files: /usr/share/doc/srf/srf.text.gz
+
+Format: HTML
+Index: /usr/share/doc/srf/html/index.html
+Files: /usr/share/doc/srf/html/*.html
+
+
Added: trunk/packages/srf/trunk/debian/watch
===================================================================
--- trunk/packages/srf/trunk/debian/watch (rev 0)
+++ trunk/packages/srf/trunk/debian/watch 2008-07-08 12:23:00 UTC (rev 2203)
@@ -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 srf-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/srf-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/srf-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/srf/srf-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html srf-(.*)\.tar\.gz
More information about the debian-med-commit
mailing list