[pkg-kolab] r1016 - / pear-horde-channel pear-horde-channel/trunk pear-horde-channel/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Mon Dec 15 22:03:31 UTC 2008


Author: mparent-guest
Date: 2008-12-15 22:03:31 +0000 (Mon, 15 Dec 2008)
New Revision: 1016

Added:
   pear-horde-channel/
   pear-horde-channel/trunk/
   pear-horde-channel/trunk/debian/
   pear-horde-channel/trunk/debian/changelog
   pear-horde-channel/trunk/debian/compat
   pear-horde-channel/trunk/debian/control
   pear-horde-channel/trunk/debian/copyright
   pear-horde-channel/trunk/debian/dirs
   pear-horde-channel/trunk/debian/postinst
   pear-horde-channel/trunk/debian/prerm
   pear-horde-channel/trunk/debian/rules
Log:
Initial try of pear-horde-channel



Property changes on: pear-horde-channel
___________________________________________________________________
Name: svn:ignore
   + build-area


Added: pear-horde-channel/trunk/debian/changelog
===================================================================
--- pear-horde-channel/trunk/debian/changelog	                        (rev 0)
+++ pear-horde-channel/trunk/debian/changelog	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1,5 @@
+pear-horde-channel (0.1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Mathieu Parent <math.parent at gmail.com>  Mon, 15 Dec 2008 22:47:03 +0100

Added: pear-horde-channel/trunk/debian/compat
===================================================================
--- pear-horde-channel/trunk/debian/compat	                        (rev 0)
+++ pear-horde-channel/trunk/debian/compat	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1 @@
+7

Added: pear-horde-channel/trunk/debian/control
===================================================================
--- pear-horde-channel/trunk/debian/control	                        (rev 0)
+++ pear-horde-channel/trunk/debian/control	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1,11 @@
+Source: pear-horde-channel
+Section: web
+Priority: extra
+Maintainer: Mathieu Parent <math.parent at gmail.com>
+Build-Depends: debhelper (>= 7), php-pear
+Standards-Version: 3.8.0
+
+Package: pear-horde-channel
+Architecture: all
+Description: pear.horde.org channel
+ This is the PEAR channel registry entry entry for Horde.

Added: pear-horde-channel/trunk/debian/copyright
===================================================================
--- pear-horde-channel/trunk/debian/copyright	                        (rev 0)
+++ pear-horde-channel/trunk/debian/copyright	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1,28 @@
+This package was debianized by Mathieu Parent <math.parent at gmail.com> on
+Mon, 15 Dec 2008 22:47:03 +0100.
+
+Copyright:
+
+    Copyright (C) 2008 Mathieu Parent <math.parent at gmail.com>
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Mathieu Parent <math.parent at gmail.com> and
+is licensed under the GPL, see above.

Added: pear-horde-channel/trunk/debian/dirs
===================================================================
--- pear-horde-channel/trunk/debian/dirs	                        (rev 0)
+++ pear-horde-channel/trunk/debian/dirs	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1 @@
+usr/share/php/.channels

Added: pear-horde-channel/trunk/debian/postinst
===================================================================
--- pear-horde-channel/trunk/debian/postinst	                        (rev 0)
+++ pear-horde-channel/trunk/debian/postinst	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1,42 @@
+#!/bin/sh
+# postinst script for pear-horde-channel
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+        pear channel-discover pear.horde.org
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: pear-horde-channel/trunk/debian/prerm
===================================================================
--- pear-horde-channel/trunk/debian/prerm	                        (rev 0)
+++ pear-horde-channel/trunk/debian/prerm	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1,41 @@
+#!/bin/sh
+# prerm script for pear-horde-channel
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    remove|upgrade|deconfigure)
+        pear channel-delete pear.horde.org
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: pear-horde-channel/trunk/debian/rules
===================================================================
--- pear-horde-channel/trunk/debian/rules	                        (rev 0)
+++ pear-horde-channel/trunk/debian/rules	2008-12-15 22:03:31 UTC (rev 1016)
@@ -0,0 +1,61 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# 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
+
+	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
+
+
+# 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 
+	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: pear-horde-channel/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kolab-devel mailing list