[Pkg-telepathy-commits] ./packages/unstable/pymsn r32: * debian/rules:

Laurent Bigonville bigon at bigon.be
Mon Feb 11 15:40:36 UTC 2008


------------------------------------------------------------
revno: 32
committer: Laurent Bigonville <bigon at bigon.be>
branch nick: pymsn
timestamp: Mon 2008-02-11 16:40:36 +0100
message:
  * debian/rules:
    - remove empty /usr/lib dir
    - remove test.py
modified:
  changelog
  control
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-02-11 14:33:21 +0000
+++ b/changelog	2008-02-11 15:40:36 +0000
@@ -13,6 +13,9 @@
   * debian/rules: remove binary-install rule
   * Add watch file
   * remove pycompat file, not needed anymore
+  * debian/rules:
+    - remove empty /usr/lib dir
+    - remove test.py
 
   [ Jonny Lamb ]
   * Added python-adns to build-deps/deps.

=== modified file 'control'
--- a/control	2008-02-11 14:23:06 +0000
+++ b/control	2008-02-11 15:40:36 +0000
@@ -16,6 +16,6 @@
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python client library for the MSN protocol
- python-msn is a Python client library for the MSN protocol.
+ Python-msn is a Python client library for the MSN protocol.
  It is also the library behind the Telepathy MSN connection manager,
  telepathy-butterfly.

=== modified file 'rules'
--- a/rules	2007-12-30 17:13:12 +0000
+++ b/rules	2008-02-11 15:40:36 +0000
@@ -13,4 +13,6 @@
 
 # List any files which are not installed
 include /usr/share/cdbs/1/rules/utils.mk
-common-binary-post-install-arch:: list-missing
+common-binary-post-install-indep:: list-missing
+	rmdir debian/python-msn/usr/lib
+	rm -f debian/python-msn/usr/share/pycentral/python-msn/site-packages/pymsn/msnp2p/test.py



More information about the Pkg-telepathy-commits mailing list