[Python-apps-commits] r2543 - in packages/inosync/trunk (10 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Fri Mar 6 19:54:03 UTC 2009


    Date: Friday, March 6, 2009 @ 19:54:02
  Author: dottedmag-guest
Revision: 2543

First scratch of debian/

Added:
  packages/inosync/trunk/debian/
  packages/inosync/trunk/debian/changelog
  packages/inosync/trunk/debian/compat
  packages/inosync/trunk/debian/control
  packages/inosync/trunk/debian/copyright
  packages/inosync/trunk/debian/inosync.dirs
  packages/inosync/trunk/debian/inosync.docs
  packages/inosync/trunk/debian/inosync.examples
  packages/inosync/trunk/debian/rules
  packages/inosync/trunk/debian/watch


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

Added: packages/inosync/trunk/debian/changelog
===================================================================
--- packages/inosync/trunk/debian/changelog	                        (rev 0)
+++ packages/inosync/trunk/debian/changelog	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1,5 @@
+inosync (0.2-1) UNRELEASED; urgency=low
+
+  * Initial revision. (Closes: #518517)
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 07 Mar 2009 01:12:29 +0600

Added: packages/inosync/trunk/debian/compat
===================================================================
--- packages/inosync/trunk/debian/compat	                        (rev 0)
+++ packages/inosync/trunk/debian/compat	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1 @@
+7

Added: packages/inosync/trunk/debian/control
===================================================================
--- packages/inosync/trunk/debian/control	                        (rev 0)
+++ packages/inosync/trunk/debian/control	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1,19 @@
+Source: inosync
+Section: utils
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/inosync/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/inosync/trunk/
+Homepage: http://bb.xnull.de/projects/inosync/
+
+Package: inosync
+Architecture: all
+Depends: python (>= 2.4), rsync, python-pyinotify (>= 0.7.0)
+XB-Python-Version: ${python:Versions}
+Description: Notification-based directory synchronization daemon
+ The inosync daemon uses the inotify service available in recent linux kernels
+ to monitor and synchronize changes within directories to remote nodes using
+ rsync.

Added: packages/inosync/trunk/debian/copyright
===================================================================
--- packages/inosync/trunk/debian/copyright	                        (rev 0)
+++ packages/inosync/trunk/debian/copyright	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1,37 @@
+This package was first debianized by Mikhail Gusarov <dottedmag at dottedmag.net> on
+Sat,  7 Mar 2009 01:00:00 +0600
+
+It was downloaded from http://bb.xnull.de/projects/inosync/
+
+Copyright Holders: Benedikt Böhm <bb at xnull.de>
+
+License (BSD-style):
+
+Copyright (c) 2007-2008 Benedikt Böhm <bb at xnull.de>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is © 2009, Mikhail Gusarov <dottedmag at dottedmag.net> and
+is licensed under the BSD, see above.

Added: packages/inosync/trunk/debian/inosync.dirs
===================================================================
--- packages/inosync/trunk/debian/inosync.dirs	                        (rev 0)
+++ packages/inosync/trunk/debian/inosync.dirs	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1,2 @@
+etc/inosync
+usr/bin

Added: packages/inosync/trunk/debian/inosync.docs
===================================================================
--- packages/inosync/trunk/debian/inosync.docs	                        (rev 0)
+++ packages/inosync/trunk/debian/inosync.docs	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1 @@
+README

Added: packages/inosync/trunk/debian/inosync.examples
===================================================================
--- packages/inosync/trunk/debian/inosync.examples	                        (rev 0)
+++ packages/inosync/trunk/debian/inosync.examples	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1 @@
+sample_config.py

Added: packages/inosync/trunk/debian/rules
===================================================================
--- packages/inosync/trunk/debian/rules	                        (rev 0)
+++ packages/inosync/trunk/debian/rules	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+build:
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	install -m755 inosync.py $(CURDIR)/debian/inosync/usr/bin/inosync
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


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

Added: packages/inosync/trunk/debian/watch
===================================================================
--- packages/inosync/trunk/debian/watch	                        (rev 0)
+++ packages/inosync/trunk/debian/watch	2009-03-06 19:54:02 UTC (rev 2543)
@@ -0,0 +1,2 @@
+version=3
+http://bb.xnull.de/projects/inosync/dist/inosync-(.*)\.tar\.bz2




More information about the Python-apps-commits mailing list