[Pkg-maemo-commits] r10 ./python-hildondesktop/ubuntu: * Remove shared library gunk from debian/rules.

Tollef Fog Heen tfheen at err.no
Mon Jul 30 12:26:14 UTC 2007


------------------------------------------------------------
revno: 10
committer: Tollef Fog Heen <tfheen at err.no>
branch nick: python-hildondesktop
timestamp: Mon 2007-07-30 14:26:14 +0200
message:
  * Remove shared library gunk from debian/rules.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-30 12:25:33 +0000
+++ b/debian/changelog	2007-07-30 12:26:14 +0000
@@ -6,6 +6,7 @@
 
   [ Tollef Fog Heen ]
   * Get rid of useless debian/debian file.
+  * Remove shared library gunk from debian/rules.
 
  -- Tollef Fog Heen <tfheen at ubuntu.com>  Mon, 30 Jul 2007 14:24:39 +0200
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-03-29 08:33:04 +0000
+++ b/debian/rules	2007-07-30 12:26:14 +0000
@@ -43,15 +43,6 @@
 	CFLAGS += -ggdb -DDEBUG
 endif
 
-# shared library versions, option 1
-version=0.0.0
-major=0
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
 config.status: configure
 	dh_testdir
 # Add here commands to configure the package.



More information about the Pkg-maemo-commits mailing list