From: <suc...@us...> - 2006-06-03 23:57:41
|
Revision: 34 Author: sucknblow Date: 2006-06-03 16:57:29 -0700 (Sat, 03 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=34&view=rev Log Message: ----------- Reduce number of lintian packaging warnings (two left) Modified Paths: -------------- trunk/ChangeLog trunk/debian/changelog trunk/debian/rules Removed Paths: ------------- trunk/debian/README.Debian Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-06-03 22:25:38 UTC (rev 33) +++ trunk/ChangeLog 2006-06-03 23:57:29 UTC (rev 34) @@ -0,0 +1,7 @@ + + ChangeLog file for pmplib + + Changes in 0.11 +- POSIX code updated: now works on Linux. +- Plugins installed into $(libdir)/pmp +- Debian packaging scripts available. Deleted: trunk/debian/README.Debian =================================================================== --- trunk/debian/README.Debian 2006-06-03 22:25:38 UTC (rev 33) +++ trunk/debian/README.Debian 2006-06-03 23:57:29 UTC (rev 34) @@ -1,6 +0,0 @@ -easypmp for Debian ------------------- - -<possible notes regarding this package - if none, delete this file> - - -- Martin Ellis <mar...@kd...>, Fri, 2 Jun 2006 18:43:00 +0100 Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2006-06-03 22:25:38 UTC (rev 33) +++ trunk/debian/changelog 2006-06-03 23:57:29 UTC (rev 34) @@ -1,6 +1,6 @@ pmplib (0.10-1) unstable; urgency=low - * Initial release Closes: #nnnn (nnnn is the bug number of your ITP) + * Initial release Closes: #369975 -- Martin Ellis <mar...@kd...> Fri, 2 Jun 2006 18:43:00 +0100 Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2006-06-03 22:25:38 UTC (rev 33) +++ trunk/debian/rules 2006-06-03 23:57:29 UTC (rev 34) @@ -20,7 +20,7 @@ config.status: configure dh_testdir - CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \ + LDFLAGS="$(LDFLAGS) -Wl,-z,defs" ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |