[Python-modules-commits] r11502 - in packages/python-ctypeslib/trunk/debian (6 files)

mrbeige-guest at users.alioth.debian.org mrbeige-guest at users.alioth.debian.org
Tue Feb 2 18:37:18 UTC 2010


    Date: Tuesday, February 2, 2010 @ 18:37:04
  Author: mrbeige-guest
Revision: 11502

Remove unneeded files ; update package description

Modified:
  packages/python-ctypeslib/trunk/debian/control
Deleted:
  packages/python-ctypeslib/trunk/debian/README.source
  packages/python-ctypeslib/trunk/debian/ctypeslib.debhelper.log
  packages/python-ctypeslib/trunk/debian/ctypeslib.postinst.debhelper
  packages/python-ctypeslib/trunk/debian/ctypeslib.prerm.debhelper
  packages/python-ctypeslib/trunk/debian/ctypeslib.substvars

Deleted: packages/python-ctypeslib/trunk/debian/README.source
===================================================================
--- packages/python-ctypeslib/trunk/debian/README.source	2010-02-02 16:56:02 UTC (rev 11501)
+++ packages/python-ctypeslib/trunk/debian/README.source	2010-02-02 18:37:04 UTC (rev 11502)
@@ -1,9 +0,0 @@
-ctypeslib for Debian
---------------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-

Modified: packages/python-ctypeslib/trunk/debian/control
===================================================================
--- packages/python-ctypeslib/trunk/debian/control	2010-02-02 16:56:02 UTC (rev 11501)
+++ packages/python-ctypeslib/trunk/debian/control	2010-02-02 18:37:04 UTC (rev 11502)
@@ -19,5 +19,8 @@
  Python modules which define a ctypes interface to the corresponding C
  library.
  .
- If you use ctypes a lot, and are tired of setting argtypes and restype
- of the called functions, you should look into ctypeslib.
+ Ctypeslib is not ctypes.  Ctypes is included in python2.5+, while
+ ctypeslib is a lesser known add-on by the ctypes author.  If you use
+ ctypes a lot and are tired of setting argtypes and restype of the
+ called functions, you should look into ctypeslib.  Ctypeslib can also
+ set up data types and structures from C header files automatically.

Deleted: packages/python-ctypeslib/trunk/debian/ctypeslib.debhelper.log
===================================================================
--- packages/python-ctypeslib/trunk/debian/ctypeslib.debhelper.log	2010-02-02 16:56:02 UTC (rev 11501)
+++ packages/python-ctypeslib/trunk/debian/ctypeslib.debhelper.log	2010-02-02 18:37:04 UTC (rev 11502)
@@ -1,45 +0,0 @@
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install
-dh_install
-dh_installdocs
-dh_installchangelogs
-dh_installexamples
-dh_installman
-dh_installcatalogs
-dh_installcron
-dh_installdebconf
-dh_installemacsen
-dh_installifupdown
-dh_installinfo
-dh_pysupport
-dh_installinit
-dh_installmenu
-dh_installmime
-dh_installmodules
-dh_installlogcheck
-dh_installlogrotate
-dh_installpam
-dh_installppp
-dh_installudev
-dh_installwm
-dh_installxfonts
-dh_bugfiles
-dh_lintian
-dh_gconf
-dh_icons
-dh_perl
-dh_usrlocal
-dh_link
-dh_compress
-dh_fixperms
-dh_strip
-dh_makeshlibs
-dh_shlibdeps
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb

Deleted: packages/python-ctypeslib/trunk/debian/ctypeslib.postinst.debhelper
===================================================================
--- packages/python-ctypeslib/trunk/debian/ctypeslib.postinst.debhelper	2010-02-02 16:56:02 UTC (rev 11501)
+++ packages/python-ctypeslib/trunk/debian/ctypeslib.postinst.debhelper	2010-02-02 18:37:04 UTC (rev 11502)
@@ -1,5 +0,0 @@
-# Automatically added by dh_pysupport
-if which update-python-modules >/dev/null 2>&1; then
-	update-python-modules  ctypeslib.public
-fi
-# End automatically added section

Deleted: packages/python-ctypeslib/trunk/debian/ctypeslib.prerm.debhelper
===================================================================
--- packages/python-ctypeslib/trunk/debian/ctypeslib.prerm.debhelper	2010-02-02 16:56:02 UTC (rev 11501)
+++ packages/python-ctypeslib/trunk/debian/ctypeslib.prerm.debhelper	2010-02-02 18:37:04 UTC (rev 11502)
@@ -1,5 +0,0 @@
-# Automatically added by dh_pysupport
-if which update-python-modules >/dev/null 2>&1; then
-	update-python-modules -c  ctypeslib.public
-fi
-# End automatically added section

Deleted: packages/python-ctypeslib/trunk/debian/ctypeslib.substvars
===================================================================
--- packages/python-ctypeslib/trunk/debian/ctypeslib.substvars	2010-02-02 16:56:02 UTC (rev 11501)
+++ packages/python-ctypeslib/trunk/debian/ctypeslib.substvars	2010-02-02 18:37:04 UTC (rev 11502)
@@ -1,3 +0,0 @@
-python:Versions=2.5, 2.6
-python:Depends=python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0)
-misc:Depends=




More information about the Python-modules-commits mailing list