Change logs for junit source package in Lucid

  • junit (3.8.2-4) unstable; urgency=low
    
      * Add myself to Uploaders
      * Bump debhelper version to >= 7
        - Rework debian/rules to use dh
      * Bump Standards-Version to 3.8.3:
        - Rename debian/README.Debian-source to debian/README.source
      * Build-Depends on default-jdk instead of default-jdk-builddep
        because we don't build a native GCJ package.
      * Add Depends: ${misc:Depends}
      * Restore SwingUI UI:
        - Don't remplace swingui TestRunner by an awtui TestRunner as, now,
          free java runtime fully support Swing
        - Remove unneeded debian/TestRunner.java file
      * Add OSGi metadata to junit.jar (Closes: #558177)
      * Rewrite debian/copyright with DEP5-format
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  12 Dec 2009 14:53:55 +0000
  • junit (3.8.2-3) unstable; urgency=low
    
      * Upload to unstable.
    
    junit (3.8.2-2) experimental; urgency=low
    
      * Add Maven POM descriptor
      * Add a Build-Depends-Indep dependency on maven-repo-helper
      * debian/rules: added get-orig-pom target to run manually to download the
        latest Maven POM and add it to the debian directory.
      * Fix some Lintian warnings: bump Standards-Version to 3.8.1, 
        cannot fix Copyright warning as no information
        was found in the source code or the web site about the copyright owners,
        and adding ${misc:Depends} causes FTBSF.
      * Change section to java
      * Use mh_installpom and mh_installjar to install the POM and the jar to the
        Maven repository
    
     -- Matthias Klose <email address hidden>   Mon,  19 Oct 2009 12:38:02 +0100