Author: fourmond
Date: 2009-05-05 18:29:07 +0000 (Tue, 05 May 2009)
New Revision: 8218

Added:
   trunk/jclassinfo/debian/README.source
Modified:
   trunk/jclassinfo/debian/changelog
   trunk/jclassinfo/debian/control
   trunk/jclassinfo/debian/copyright
   trunk/jclassinfo/debian/rules
Log:
[jclassinfo] Fix the problem with libtool and upgrade to latest standards 
version

Added: trunk/jclassinfo/debian/README.source
===================================================================
--- trunk/jclassinfo/debian/README.source                               (rev 0)
+++ trunk/jclassinfo/debian/README.source       2009-05-05 18:29:07 UTC (rev 
8218)
@@ -0,0 +1,7 @@
+Note about the source package of jclassinfo.
+
+This package uses dpatch to manage all modifications to the upstream
+source. See /usr/share/doc/dpatch/README.source.gz to get more
+information on how to use it.
+
+ -- Vincent Fourmond <[email protected]>, Tue,  5 May 2009 20:24:09 +0200

Modified: trunk/jclassinfo/debian/changelog
===================================================================
--- trunk/jclassinfo/debian/changelog   2009-05-04 12:50:22 UTC (rev 8217)
+++ trunk/jclassinfo/debian/changelog   2009-05-05 18:29:07 UTC (rev 8218)
@@ -1,8 +1,14 @@
-jclassinfo (0.19.1-3) UNRELEASED; urgency=low
+jclassinfo (0.19.1-3) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Running libtoolize -f for every build to make sure libtool and
+    autoconf are in sync (closes: #526553). Thanks to Daniel Schepler
+    <[email protected]> for reporting and giving a fix.
+  * Urgency medium to fix a RC bug in testing.
+  * Adding a debian/README.source to document the patch system.
+  * Now conforms to standard 3.8.1
+  * Update the FSF's address in debian/copyright
 
- -- Vincent Fourmond <[email protected]>  Tue, 01 Jan 2008 19:44:09 +0100
+ -- Vincent Fourmond <[email protected]>  Tue, 05 May 2009 20:26:09 +0200
 
 jclassinfo (0.19.1-2) unstable; urgency=low
 

Modified: trunk/jclassinfo/debian/control
===================================================================
--- trunk/jclassinfo/debian/control     2009-05-04 12:50:22 UTC (rev 8217)
+++ trunk/jclassinfo/debian/control     2009-05-05 18:29:07 UTC (rev 8218)
@@ -5,7 +5,7 @@
 Uploaders: Vincent Fourmond <[email protected]>
 Build-Depends: debhelper (>= 5), automake, autoconf, 
  autotools-dev, dpatch, libtool, zlib1g-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 Homepage: http://jclassinfo.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/jclassinfo/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/packages/trunk/jclassinfo/

Modified: trunk/jclassinfo/debian/copyright
===================================================================
--- trunk/jclassinfo/debian/copyright   2009-05-04 12:50:22 UTC (rev 8217)
+++ trunk/jclassinfo/debian/copyright   2009-05-05 18:29:07 UTC (rev 8218)
@@ -79,8 +79,8 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with the GNU C Library; if not, write to the Free
-    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-    02111-1307 USA.
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA.
 
 On debian systems, the complete text of the GNU Lesser public license
 (version 2.1) can be found in /usr/share/common-licenses/LGPL-2.1 

Modified: trunk/jclassinfo/debian/rules
===================================================================
--- trunk/jclassinfo/debian/rules       2009-05-04 12:50:22 UTC (rev 8217)
+++ trunk/jclassinfo/debian/rules       2009-05-05 18:29:07 UTC (rev 8218)
@@ -26,6 +26,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
        cp -f /usr/share/misc/config.guess config.guess
 endif
+       libtoolize -f 
        aclocal
        automake
        autoconf


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to