[Pkg-ocaml-maint-commits] [SCM] core packaging branch, master, updated. 0f92ab7e6655a36e8f3680474164a91ae1f15e51

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 09:40:36 UTC 2008


The following commit has been merged in the master branch:
commit 6e745c6318ee6625cb0cccc4ef50d45a9f87c98f
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 10:57:34 2008 +0200

    dh_make template

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..6fe2cd4
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+core for Debian
+---------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 03 May 2008 10:55:27 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dbaa10a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+core (0.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 03 May 2008 10:55:27 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..983ae56
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,12 @@
+Source: core
+Section: unknown
+Priority: extra
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: core
+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..342a213
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Sat, 03 May 2008 10:55:27 +0200.
+
+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, Stefano Zacchiroli <zack 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/rules b/debian/rules
new file mode 100755
index 0000000..097bcf4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+# Add here any variable or target overrides you need.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..afcb332
--- /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 core-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/core-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/core-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/core/core-(.*)\.tar\.gz
+
+

-- 
core packaging



More information about the Pkg-ocaml-maint-commits mailing list