[Pkg-zenoss-commits] r47 - in /packages/python-snpp/trunk/debian: README.Debian-source control patches/00list patches/PKG-INFO-cleanup.dpatch rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Wed May 16 00:17:14 UTC 2007


Author: bzed-guest
Date: Wed May 16 00:17:14 2007
New Revision: 47

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=47
Log:
repackaged again... better this time

Removed:
    packages/python-snpp/trunk/debian/patches/PKG-INFO-cleanup.dpatch
Modified:
    packages/python-snpp/trunk/debian/README.Debian-source
    packages/python-snpp/trunk/debian/control
    packages/python-snpp/trunk/debian/patches/00list
    packages/python-snpp/trunk/debian/rules

Modified: 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=47&op=diff
==============================================================================
--- packages/python-snpp/trunk/debian/README.Debian-source (original)
+++ packages/python-snpp/trunk/debian/README.Debian-source Wed May 16 00:17:14 2007
@@ -2,14 +2,14 @@
 ----------------------
 
 python-snpp was repackaged for Debian to remove upstream's
-debian directory and associated files.
+debian directory and other files left from building.
 
 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
+     rm -rf python_snpp.egg-info PKG-INFO MANIFEST.in debian
    inside the directory
  * rename the directory to python-snpp-$(version).orig
  * package it:

Modified: packages/python-snpp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/control?rev=47&op=diff
==============================================================================
--- packages/python-snpp/trunk/debian/control (original)
+++ packages/python-snpp/trunk/debian/control Wed May 16 00:17:14 2007
@@ -11,5 +11,9 @@
 Package: python-snpp
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: sendpage-server
 Description: SNPP library for Python
- Libraries implementing RFC 1861: Simple Network Paging Protocol
+ Pure python library implementing RFC 1861, the
+ Simple Network Paging Protocol
+ .
+  Homepage: http://www.sf.net/projects/pysnpp

Modified: packages/python-snpp/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/patches/00list?rev=47&op=diff
==============================================================================
--- packages/python-snpp/trunk/debian/patches/00list (original)
+++ packages/python-snpp/trunk/debian/patches/00list Wed May 16 00:17:14 2007
@@ -1,2 +1,1 @@
-PKG-INFO-cleanup
 setup-py-cleanup

Modified: packages/python-snpp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/python-snpp/trunk/debian/rules?rev=47&op=diff
==============================================================================
--- packages/python-snpp/trunk/debian/rules (original)
+++ packages/python-snpp/trunk/debian/rules Wed May 16 00:17:14 2007
@@ -3,6 +3,6 @@
 DEB_PYTHON_SYSTEM=pysupport
  
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 




More information about the Pkg-zenoss-commits mailing list