[Python-modules-commits] r5693 - in packages/creoleparser/trunk (6 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Jun 18 21:30:47 UTC 2008


    Date: Wednesday, June 18, 2008 @ 21:30:46
  Author: bzed
Revision: 5693

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/creoleparser/trunk/debian/
  packages/creoleparser/trunk/debian/changelog
  packages/creoleparser/trunk/debian/compat
  packages/creoleparser/trunk/debian/control
  packages/creoleparser/trunk/debian/copyright
  packages/creoleparser/trunk/debian/rules


Property changes on: packages/creoleparser/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/creoleparser/trunk/debian/changelog
===================================================================
--- packages/creoleparser/trunk/debian/changelog	                        (rev 0)
+++ packages/creoleparser/trunk/debian/changelog	2008-06-18 21:30:46 UTC (rev 5693)
@@ -0,0 +1,6 @@
+creoleparser (0.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 18 Jun 2008 23:28:55 +0200
+

Added: packages/creoleparser/trunk/debian/compat
===================================================================
--- packages/creoleparser/trunk/debian/compat	                        (rev 0)
+++ packages/creoleparser/trunk/debian/compat	2008-06-18 21:30:46 UTC (rev 5693)
@@ -0,0 +1 @@
+6

Added: packages/creoleparser/trunk/debian/control
===================================================================
--- packages/creoleparser/trunk/debian/control	                        (rev 0)
+++ packages/creoleparser/trunk/debian/control	2008-06-18 21:30:46 UTC (rev 5693)
@@ -0,0 +1,13 @@
+Source: creoleparser
+Section: unknown
+Priority: extra
+Maintainer: Bernd Zeimetz <bzed at debian.org>
+Build-Depends: debhelper (>= 6)
+Standards-Version: 3.7.3
+Homepage: <insert the upstream URL, if relevant>
+
+Package: creoleparser
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>

Added: packages/creoleparser/trunk/debian/copyright
===================================================================
--- packages/creoleparser/trunk/debian/copyright	                        (rev 0)
+++ packages/creoleparser/trunk/debian/copyright	2008-06-18 21:30:46 UTC (rev 5693)
@@ -0,0 +1,24 @@
+This package was debianized by Bernd Zeimetz <bzed at debian.org> on
+Wed, 18 Jun 2008 23:28:55 +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, Bernd Zeimetz <bzed 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: packages/creoleparser/trunk/debian/rules
===================================================================
--- packages/creoleparser/trunk/debian/rules	                        (rev 0)
+++ packages/creoleparser/trunk/debian/rules	2008-06-18 21:30:46 UTC (rev 5693)
@@ -0,0 +1,88 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp  
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/creoleparser.sgml > creoleparser.1
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/creoleparser.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/creoleparser install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs CHANGES.txt
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/creoleparser/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-modules-commits mailing list