[Pkg-zenoss-commits] r43 - in /packages/python-snpp/trunk/debian: ./ README.Debian-source changelog compat control copyright pycompat rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Tue May 15 21:24:21 UTC 2007


Author: bzed-guest
Date: Tue May 15 21:24:21 2007
New Revision: 43

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=43
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-snpp/trunk/debian/   (with props)
    packages/python-snpp/trunk/debian/README.Debian-source
    packages/python-snpp/trunk/debian/changelog
    packages/python-snpp/trunk/debian/compat
    packages/python-snpp/trunk/debian/control
    packages/python-snpp/trunk/debian/copyright
    packages/python-snpp/trunk/debian/pycompat
    packages/python-snpp/trunk/debian/rules   (with props)

Propchange: packages/python-snpp/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-snpp/trunk/debian/README.Debian-source
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/README.Debian-source?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/README.Debian-source (added)
+++ packages/python-snpp/trunk/debian/README.Debian-source Tue May 15 21:24:21 2007
@@ -1,0 +1,19 @@
+repackaging python-snpp for Debian
+----------------------
+
+python-snpp was repackaged for Debian to remove upstream's
+debian directory and associated files.
+
+How to reproduce it:
+
+ * download the tar.gz from http://sourceforge.net/projects/pysnpp
+ * extract it
+ * run
+     rm -rf python_snpp.egg-info MANIFEST.in debian
+   inside the directory
+ * rename the directory to python-snpp-$(version).orig
+ * package it:
+     tar cvf - python-snpp-$(version).orig | gzip -9 > python-snpp_$(version).orig.tar.gz
+
+<possible notes regarding this package - if none, delete this file>
+ -- Bernd Zeimetz <bernd at bzed.de>  Tue, 15 May 2007 23:03:59 +0200

Added: packages/python-snpp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/changelog?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/changelog (added)
+++ packages/python-snpp/trunk/debian/changelog Tue May 15 21:24:21 2007
@@ -1,0 +1,6 @@
+python-snpp (1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Tue, 15 May 2007 23:03:59 +0200
+

Added: packages/python-snpp/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/compat?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/compat (added)
+++ packages/python-snpp/trunk/debian/compat Tue May 15 21:24:21 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-snpp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/control?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/control (added)
+++ packages/python-snpp/trunk/debian/control Tue May 15 21:24:21 2007
@@ -1,0 +1,15 @@
+Source: python-snpp
+Section: python
+Priority: optional
+Maintainer: Zenoss Packaging Team <pkg-zenoss-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: cdbs, debhelper (>= 5), python, python-support, dpatch
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-zenoss/packages/python-snpp/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/
+Standards-Version: 3.7.2
+
+Package: python-snpp
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: SNPP library for Python
+ Libraries implementing RFC 1861: Simple Network Paging Protocol

Added: packages/python-snpp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/copyright?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/copyright (added)
+++ packages/python-snpp/trunk/debian/copyright Tue May 15 21:24:21 2007
@@ -1,0 +1,36 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Tue, 15 May 2007 23:03:59 +0200.
+
+It was downloaded from
+    http://sourceforge.net/project/showfiles.php?group_id=11344
+
+Upstream Author(s): 
+
+    Monty Taylor <monty at inaugust.com>
+
+Copyright: 
+
+    Copyright (C) 2002 by Monty Taylor
+
+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) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see above.
+

Added: packages/python-snpp/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/pycompat?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/pycompat (added)
+++ packages/python-snpp/trunk/debian/pycompat Tue May 15 21:24:21 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-snpp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/rules?rev=43&op=file
==============================================================================
--- packages/python-snpp/trunk/debian/rules (added)
+++ packages/python-snpp/trunk/debian/rules Tue May 15 21:24:21 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+ 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+

Propchange: packages/python-snpp/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-zenoss-commits mailing list