February 2015 Archives by date
Starting: Sun Feb 1 20:14:32 UTC 2015
Ending: Sat Feb 28 22:33:36 UTC 2015
Messages: 1012
- [jxplorer] branch master updated (511d837 -> 5303ebf)
Tony Mancill
- [jxplorer] 01/01: apply patch for #776758; reproducible builds
Tony Mancill
- [testng] branch jessie created (now 3e7b201)
Eugene Zhukov
- [testng] 01/01: RC bug fix
Eugene Zhukov
- [ca-certificates-java] branch master created (now 2bdaa9b)
Emmanuel Bourg
- [ca-certificates-java] 01/46: [svn-inject] Installing original source of ca-certificates-java (20100412)
Emmanuel Bourg
- [ca-certificates-java] 02/46: UNRELEASED * Add Java code to update the keystore. (Closes: #623671) * Change Maintainer to Debian Java Maintainers and add myself to Uploaders. * Update Build-Depends.
Emmanuel Bourg
- [ca-certificates-java] 03/46: updating the jks-keystore.hook
Emmanuel Bourg
- [ca-certificates-java] 04/46: Replace old inconsistent keystore aliases. (Closes: #623888)
Emmanuel Bourg
- [ca-certificates-java] 05/46: add missing CLASSPATH
Emmanuel Bourg
- [ca-certificates-java] 06/46: bugfixes
Emmanuel Bourg
- [ca-certificates-java] 07/46: Add Java code to update the keystore and support UTF-8 encoded filenames. (Closes: #607245, #623671)
Emmanuel Bourg
- [ca-certificates-java] 08/46: We really need /proc to launch the JVM.
Emmanuel Bourg
- [ca-certificates-java] 09/46: release
Emmanuel Bourg
- [ca-certificates-java] 10/46: Update copyright and license.
Emmanuel Bourg
- [ca-certificates-java] 11/46: Add a NEWS file explaining the update.
Emmanuel Bourg
- [ca-certificates-java] 12/46: Update README.Debian.
Emmanuel Bourg
- [ca-certificates-java] 13/46: * Test for existing file in postinst before copying it. (Closes: #624152) * Add Vcs headers to debian/control.
Emmanuel Bourg
- [ca-certificates-java] 14/46: ca-certificates-java (20110531) unstable; urgency=low
Emmanuel Bourg
- [ca-certificates-java] 15/46: Upgrade Recommends: libnss3-1d to a versioned Depends due to multiarch changes. (Closes: #635571)
Emmanuel Bourg
- [ca-certificates-java] 16/46: Use the locale C.UTF-8 for the hook script to be more robust.
Emmanuel Bourg
- [ca-certificates-java] 17/46: Support new multiarch JRE packages in jks-keystore. (Closes: #641306)
Emmanuel Bourg
- [ca-certificates-java] 18/46: Support OpenJDK 7. (Closes: #641305)
Emmanuel Bourg
- [ca-certificates-java] 19/46: Support new multiarch JRE packages in postinst.
Emmanuel Bourg
- [ca-certificates-java] 20/46: * debian/jks-keystore.hook: If we *don't* find libnss3 / libnss3-1d, don't remove files from the filesystem in do_cleanup(), since this has a nasty tendency of nuking system libraries. LP: #855171. * debian/preinst, debian/postinst: when upgrading from version 20110912ubuntu1, disable the buggy hook script early to prevent it from being run before our new version is configured; and re-enable the script in the postinst. LP: #855246. * Mark as Multi-Arch: foreign. * Adjust the libnss3-1d versioned dependency. * Add myself to Uploaders. * Use dh_gencontrol and dpkg-vendor to allow: - New substvar ${nss:Depends} for libnss3-1d versionning. - New @NSS_LIB@ parameter for debian/*.in files.
Emmanuel Bourg
- [ca-certificates-java] 21/46: * Bump Standards-Version to 3.9.3: - Add recommended build-arch / build-indep targets.
Emmanuel Bourg
- [ca-certificates-java] 22/46: * debian/preinst, debian/postinst: remove the 20110912ubuntu1 work-around since it is no longer needed. * debian/postinst: don't put a symlink in / if jvm doesn't contain nss configuration. (Closes: #665754, #665749). * debian/postinst: force migration to new alias names again. The migration was supposed to occur on upgrades to Oneiric, but failed because of an NSS error. * debian/postinst: forcibly remove diginotar cert. It could be left behind under certain circumstances. (LP: #920758) * debian/postinst: also look for jvm in multiarch locations (LP: #962378) * debian/postinst: retrigger first_install to properly get cert store. * d/rules: Ensure java is built with source/target == 1.6 for backwards compatibility with openjdk-6. * Sync handling of nss.cfg between debian/jks-keystore.hook.in and debian/postinst.in. * Merge changes from Ubuntu (Thanks to James Page and Marc Deslauriers). * Improve handling of certificate with UTF-8 filenames: - UpdateCertificates: Force read System.in with UTF-8 - debian/postinst: Set LC_CTYPE to C.UTF-8
Emmanuel Bourg
- [ca-certificates-java] 23/46: * Use javahelper as buildsystem: - d/control: Add Build-Depends on javahelper. - d/rules: Use jh_build to call javac. * Create a testsuite for this package: - Refactor UpdateCertificates code to send exceptions instead of System.exit(1). - New testsuite: UpdateCertificatesTest. - d/control: Build-Depends on junit4. - d/rules: Launch junit after build and handle "nocheck" option in DEB_BUILD_OPTIONS.
Emmanuel Bourg
- [ca-certificates-java] 24/46: * Switch primary JRE dependency from openjdk-6 to openjdk-7 to support demotion of openjdk-6 to universe in Ubuntu: - d/control, rules: Generate primary JRE dependency at build time to allow differentiation between Ubuntu and Debian. * Added myself to uploaders.
Emmanuel Bourg
- [ca-certificates-java] 25/46: * Update to unstable. * Set DMUA flag for James Page.
Emmanuel Bourg
- [ca-certificates-java] 26/46: * Fix jks-keystore and postinst to work on multi-arch system. Use dpkg-query -L package:arch. (Closes: #680618). * As libnss3-1d is a transitional package on both Debian and Ubuntu, upgrade Depends to use libnss3.
Emmanuel Bourg
- [ca-certificates-java] 27/46: * Acknowledge NMU done by Don Armstrong and Andreas Beckmann. * Fix tests to works with new cacert certificates names (Closes: #713138). * d/control: Use canonical value for Vcs-* fields. * d/control: Remove deprecated DMUA flag. * d/control: Bump Standards-Version to 3.9.4 (no changes needed). * Non-maintainer upload. * postinst, jks-keystore.hook: Do not fail if nss.cfg does not (yet) exist, i.e. if openjdk-?-jre-headless is unpacked but not yet configured. (Closes: #694888) * Set urgency to medium for RC bugfix. * Non-maintainer upload * Fix test for dpkg-query in postinst; there was an extraneous --version here. [Probably don't even need to bother to check for dpkg-query, but why not.] (Closes: #690204) * Library path for softokn3pkg and nsspkg is potentially wrong if there are multiple different paths; fix it. * Do not run the hook if ca-certificates-java has been removed but not purged. * Use the new trigger support provided by ca-certificates (>=20121114).
Emmanuel Bourg
- [ca-certificates-java] 28/46: Standards-Version updated to 3.9.5
Emmanuel Bourg
- [ca-certificates-java] 29/46: Switch to debhelper level 9
Emmanuel Bourg
- [ca-certificates-java] 30/46: Fixed a test failure caused by the removal of the CAcert.org root certificate
Emmanuel Bourg
- [ca-certificates-java] 31/46: Limit the memory used by java to 64M when updating the certificates
Emmanuel Bourg
- [ca-certificates-java] 32/46: Removed trailing spaces
Emmanuel Bourg
- [ca-certificates-java] 33/46: Fixed the link to keystore.java from opensuse/ca-certificates
Emmanuel Bourg
- [ca-certificates-java] 34/46: Mavenized the project
Emmanuel Bourg
- [ca-certificates-java] 35/46: Code formatting
Emmanuel Bourg
- [ca-certificates-java] 36/46: Split Exceptions into distinct classes
Emmanuel Bourg
- [ca-certificates-java] 37/46: Replaced the deprecated method calls in the unit tests
Emmanuel Bourg
- [ca-certificates-java] 38/46: Write the temporary test files in target/test-classes
Emmanuel Bourg
- [ca-certificates-java] 39/46: Extracted the keystore handling code from UpdateCertificates into a distinct class
Emmanuel Bourg
- [ca-certificates-java] 40/46: Unit test for UpdateCertificates.processChanges()
Emmanuel Bourg
- [ca-certificates-java] 41/46: Use a local test certificate to avoid future breakages when the ca-certificates package changes
Emmanuel Bourg
- [ca-certificates-java] 42/46: Added a test for certificates with comments (Bug #539283)
Emmanuel Bourg
- [ca-certificates-java] 43/46: Adapted debian/rules to the Maven layout
Emmanuel Bourg
- [ca-certificates-java] 44/46: Upload to unstable
Emmanuel Bourg
- [ca-certificates-java] 45/46: Typo in the changelog
Emmanuel Bourg
- [ca-certificates-java] 46/46: Moved the package to Git
Emmanuel Bourg
- [ca-certificates-java] branch master updated (2bdaa9b -> 032dc82)
Emmanuel Bourg
- [ca-certificates-java] 01/01: Support OpenJDK 8 (Closes: #775775)
Emmanuel Bourg
- [ca-certificates-java] branch master updated (032dc82 -> 123f3a1)
Emmanuel Bourg
- [ca-certificates-java] 01/02: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [ca-certificates-java] 02/02: Depend on openjdk-7 instead of openjdk-6 (Closes: #776897)
Emmanuel Bourg
- [testng] branch master updated (8466f9d -> 1c54ed7)
Eugene Zhukov
- [testng] 01/01: New upstream version 6.8.20
Eugene Zhukov
- [testng] branch pristine-tar updated (9dba878 -> 384c319)
Eugene Zhukov
- [testng] 01/01: pristine-tar data for testng_6.8.20.orig.tar.gz
Eugene Zhukov
- [testng] annotated tag upstream/6.8.20 created (now 4f094ac)
Eugene Zhukov
- [tomcat7] branch wheezy-backports updated (2b67278 -> 1a43e6c)
Emmanuel Bourg
- [tomcat7] 01/01: Depend on libecj-java (>= 3.10.1~) and enable Java 8 support in JSPs (Closes: #775801)
Emmanuel Bourg
- [tomcat7] annotated tag debian/7.0.56-1_bpo70+3 created (now 230babc)
Emmanuel Bourg
- [hawtjni] branch master updated (4328bc1 -> eab4d8b)
Emmanuel Bourg
- [hawtjni] 01/04: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [hawtjni] 02/04: debian/rules: Simplified the get-orig-source target by calling uscan
Emmanuel Bourg
- [hawtjni] 03/04: debian/copyright: Fixed the order of the paragraphs
Emmanuel Bourg
- [hawtjni] 04/04: Build with maven-debian-helper instead of javahelper
Emmanuel Bourg
- [hawtjni] branch master updated (eab4d8b -> 9e1ffbe)
Emmanuel Bourg
- [hawtjni] 01/03: Packaged the hawtjni-generator module
Emmanuel Bourg
- [hawtjni] 02/03: Packaged the Maven plugin
Emmanuel Bourg
- [hawtjni] 03/03: Shorter Vcs-Browser URL
Emmanuel Bourg
- [lucene4.10] branch master created (now 1c71729)
Hilko Bengen
- [lucene4.10] 01/24: Initial release
Hilko Bengen
- [lucene4.10] 02/24: Set pkg-java-maintainers as Maintainer and bengen as Uploaders, as discussed
Hilko Bengen
- [lucene4.10] 03/24: Updated debian/copyright
Hilko Bengen
- [lucene4.10] 04/24: Added VCS headers
Hilko Bengen
- [lucene4.10] 05/24: 4.6.1-2
Hilko Bengen
- [lucene4.10] 06/24: Merge tag 'upstream/4.6.1+dfsg'
Hilko Bengen
- [lucene4.10] 07/24: Removed wrong Lintian overrides regarding minified JS
Hilko Bengen
- [lucene4.10] 08/24: Tweaked watch file
Hilko Bengen
- [lucene4.10] 09/24: 4.6.1+dfsg-1
Hilko Bengen
- [lucene4.10] 10/24: Merge tag 'upstream/4.10.1+dfsg'
Hilko Bengen
- [lucene4.10] 11/24: Updated patches
Hilko Bengen
- [lucene4.10] 12/24: Fixed version string (don't include +dfsg)
Hilko Bengen
- [lucene4.10] 13/24: Updated spatial4j dependency to -0.4
Hilko Bengen
- [lucene4.10] 14/24: Bumped Standards-Version
Hilko Bengen
- [lucene4.10] 15/24: 4.10.1+dfsg-1
Hilko Bengen
- [lucene4.10] 16/24: Updated debian/watch, integrated debian/orig-tar.sh for removing non-free bits
Hilko Bengen
- [lucene4.10] 17/24: Renamed source and binary packages due to API/ABI incompatibilities between versions 4.6 and 4.10
Hilko Bengen
- [lucene4.10] 18/24: Merge tag 'upstream/4.10.2+dfsg' into debian-4.10
Hilko Bengen
- [lucene4.10] 19/24: Fixed setting VERSION in debian/rules
Hilko Bengen
- [lucene4.10] 20/24: Rebased patch queue
Hilko Bengen
- [lucene4.10] 21/24: 4.10.2+dfsg-1
Hilko Bengen
- [lucene4.10] 22/24: Actually put content into the renamed -java package
Hilko Bengen
- [lucene4.10] 23/24: Fixed debian/install-poms.sh; use dh_install with --fail-missing
Hilko Bengen
- [lucene4.10] 24/24: 4.10.2+dfsg-2
Hilko Bengen
- [lucene4.10] annotated tag debian/4.10.1+dfsg-1 created (now cd8b7d6)
Hilko Bengen
- [lucene4.10] annotated tag debian/4.10.2+dfsg-1 created (now 23d9da9)
Hilko Bengen
- [lucene4.10] annotated tag upstream/4.10.2+dfsg created (now 8afe1ad)
Hilko Bengen
- [lucene4.10] annotated tag debian/4.10.2+dfsg-2 created (now 4d6f885)
Hilko Bengen
- [lucene4.10] annotated tag upstream/4.10.1+dfsg created (now 48ce5a1)
Hilko Bengen
- [lucene4.10] branch master updated (1c71729 -> 4b3b014)
Hilko Bengen
- [lucene4.10] 01/02: Merge tag 'upstream/4.10.3+dfsg'
Hilko Bengen
- [lucene4.10] annotated tag debian/4.10.3+dfsg-1 created (now 1bf289c)
Hilko Bengen
- [lucene4.10] annotated tag upstream/4.10.3+dfsg created (now 4652af0)
Hilko Bengen
- [lucene4.10] 02/02: 4.10.3+dfsg-1
Hilko Bengen
- [guava-libraries-18] branch master created (now 3c6ef8d)
Hilko Bengen
- [guava-libraries-18] annotated tag upstream/18.0 created (now a18c0d3)
Hilko Bengen
- [guava-libraries-18] annotated tag debian/18.0-1 created (now 5d9ebfb)
Hilko Bengen
- [guava-libraries-18] 01/01: 18.0-1
Hilko Bengen
- [leveldb-java] branch pristine-tar created (now f9d38b5)
Emmanuel Bourg
- [leveldb-java] branch master created (now 86ccb1b)
Emmanuel Bourg
- [leveldb-java] 01/02: Initial packaging
Emmanuel Bourg
- [leveldb-java] 02/02: Merge tag 'upstream/0.7'
Emmanuel Bourg
- [leveldb-java] 01/01: pristine-tar data for leveldb-java_0.7.orig.tar.gz
Emmanuel Bourg
- [leveldb-java] annotated tag upstream/0.7 created (now b4047b2)
Emmanuel Bourg
- [felix-gogo-runtime] branch experimental created (now efa7e25)
Markus Koschany
- [felix-gogo-runtime] branch pristine-tar updated (9d0982a -> 2a6159c)
Markus Koschany
- [felix-gogo-runtime] 01/01: pristine-tar data for felix-gogo-runtime_0.14.0.orig.tar.gz
Markus Koschany
- [felix-gogo-runtime] 01/08: Add --no-symlink option to get-orig-source target to avoid an error with
Markus Koschany
- [felix-gogo-runtime] 02/08: Merge tag 'upstream/0.14.0'
Markus Koschany
- [felix-gogo-runtime] 03/08: Update debian/copyright for new release. Add new Expat license.
Markus Koschany
- [felix-gogo-runtime] 04/08: Use compat level 9 and require debhelper >= 9.
Markus Koschany
- [felix-gogo-runtime] 05/08: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [felix-gogo-runtime] 06/08: Use shorter Vcs-Browser links.
Markus Koschany
- [felix-gogo-runtime] 07/08: Update changelog for 0.14.0-1
Markus Koschany
- [felix-gogo-runtime] 08/08: Use canonical Vcs-fields.
Markus Koschany
- [felix-gogo-runtime] annotated tag upstream/0.14.0 created (now e7ce916)
Markus Koschany
- [felix-gogo-command] branch pristine-tar updated (d0b3937 -> 55400a9)
Markus Koschany
- [felix-gogo-command] branch experimental created (now 127ddb7)
Markus Koschany
- [felix-gogo-command] 01/01: pristine-tar data for felix-gogo-command_0.14.0.orig.tar.gz
Markus Koschany
- [felix-gogo-command] 01/06: Add --no-symlink option to get-orig-source target to prevent an error with
Markus Koschany
- [felix-gogo-command] 02/06: Merge tag 'upstream/0.14.0'
Markus Koschany
- [felix-gogo-command] 03/06: Use compat level 9 and require debhelper >= 9.
Markus Koschany
- [felix-gogo-command] 04/06: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [felix-gogo-command] 05/06: Use canonical Vcs-fields.
Markus Koschany
- [felix-gogo-command] 06/06: Update changelog
Markus Koschany
- [felix-gogo-command] annotated tag upstream/0.14.0 created (now 4cf2e01)
Markus Koschany
- [felix-bundlerepository] branch pristine-tar updated (7d6fdad -> 1c6f12a)
Markus Koschany
- [felix-bundlerepository] 01/01: pristine-tar data for felix-bundlerepository_2.0.2.orig.tar.gz
Markus Koschany
- [felix-bundlerepository] branch experimental created (now 576b770)
Markus Koschany
- [felix-bundlerepository] 01/08: Add --no-symlink option to get-orig-source target to prevent an error with
Markus Koschany
- [felix-bundlerepository] 02/08: Merge tag 'upstream/2.0.2'
Markus Koschany
- [felix-bundlerepository] annotated tag upstream/2.0.2 created (now e683664)
Markus Koschany
- [felix-bundlerepository] 03/08: Use compat level 9 and require debhelper >= 9.
Markus Koschany
- [felix-bundlerepository] 04/08: wrap-and-sort -sa
Markus Koschany
- [felix-bundlerepository] 05/08: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [felix-bundlerepository] 06/08: Use shorter Vcs-Browser link.
Markus Koschany
- [felix-bundlerepository] 07/08: Update changelog
Markus Koschany
- [felix-bundlerepository] 08/08: Add libmaven-source-plugin-java to Build-Depends.
Markus Koschany
- [osgi-core] branch pristine-tar updated (4a488b5 -> b17ce43)
Markus Koschany
- [osgi-core] 01/01: pristine-tar data for osgi-core_5.0.0.orig.tar.xz
Markus Koschany
- [osgi-core] branch experimental created (now 86c23ef)
Markus Koschany
- [osgi-core] 01/10: fix trailing whitespace
Markus Koschany
- [osgi-core] 02/10: Update debian/watch. Drop orig-tar.sh and use the sources from Maven.
Markus Koschany
- [osgi-core] 03/10: Update get-orig-source target and repack the tarball to tar.xz format.
Markus Koschany
- [osgi-core] 04/10: Merge tag 'upstream/5.0.0'
Markus Koschany
- [osgi-core] 05/10: Update debian/copyright for new release.
Markus Koschany
- [osgi-core] annotated tag upstream/5.0.0 created (now eb48dc4)
Markus Koschany
- [osgi-core] 06/10: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [osgi-core] 07/10: Use shorter Vcs-Browser URL.
Markus Koschany
- [osgi-core] 08/10: Update changelog.
Markus Koschany
- [osgi-core] 09/10: Update pom.xml for 5.0.0.
Markus Koschany
- [osgi-core] 10/10: javabuild: use org directory instead of src.
Markus Koschany
- [jffi-1.2.7] branch master updated (b0a7249 -> bdb865c)
Tim Potter
- [jffi-1.2.7] 01/01: Uncomment override_dh_install to add hack for native jar
Tim Potter
- [jffi-1.2.7] branch master updated (bdb865c -> 8891a63)
Tim Potter
- [jffi-1.2.7] 01/01: Fix build using --with autoreconf
Tim Potter
- [jffi-1.2.7] branch master updated (8891a63 -> a120df6)
Tim Potter
- [jffi-1.2.7] 01/01: Add lintian override fo codeless-jar warning for native JAR
Tim Potter
- [pkg-java] r18644 - trunk/java-common/debian
Emmanuel Bourg
- [osgi-core] branch experimental updated (86c23ef -> 5136c3f)
Markus Koschany
- [osgi-core] 01/02: Update debian/copyright to format 1.0.
Markus Koschany
- [osgi-core] 02/02: wrap-and-sort -sa
Markus Koschany
- [osgi-compendium] branch pristine-tar updated (7e2c098 -> 52984cc)
Markus Koschany
- [osgi-compendium] 01/01: pristine-tar data for osgi-compendium_5.0.0.orig.tar.xz
Markus Koschany
- [osgi-compendium] branch experimental created (now d5c5444)
Markus Koschany
- [osgi-compendium] 01/12: Drop orig-tar.sh and rewrite get-orig-source target. Fetch the latest source
Markus Koschany
- [osgi-compendium] 02/12: Update watch file and fetch the sources from Maven Central due to lack of
Markus Koschany
- [osgi-compendium] 03/12: Merge tag 'upstream/5.0.0'
Markus Koschany
- [osgi-compendium] 04/12: Update javabuild. Use org directory for building the jar file.
Markus Koschany
- [osgi-compendium] 05/12: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [osgi-compendium] 06/12: wrap-and-sort -sa
Markus Koschany
- [osgi-compendium] 07/12: Use shorter Vcs-Browser URL.
Markus Koschany
- [osgi-compendium] 08/12: Update debian/copyright for new release and copyright format 1.0.
Markus Koschany
- [osgi-compendium] 09/12: Update changelog for 5.0.0
Markus Koschany
- [osgi-compendium] 10/12: Update debian/pom.xml for 5.0.0.
Markus Koschany
- [osgi-compendium] 11/12: Delete override for jh_manifest. It is obsolete.
Markus Koschany
- [osgi-compendium] 12/12: Update changelog
Markus Koschany
- [osgi-compendium] annotated tag upstream/5.0.0 created (now f308337)
Markus Koschany
- [felix-main] branch pristine-tar updated (08537fd -> db64ae8)
Markus Koschany
- [felix-main] 01/01: pristine-tar data for felix-main_4.6.0.orig.tar.xz
Markus Koschany
- [felix-main] branch experimental created (now 34eb0d2)
Markus Koschany
- [felix-main] 01/10: Merge tag 'upstream/4.6.0'
Markus Koschany
- [felix-main] 02/10: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [felix-main] 03/10: Use shorter Vcs-Browser URL.
Markus Koschany
- [felix-main] 04/10: Update changelog
Markus Koschany
- [felix-main] 05/10: Add b-d libmaven-source-plugin-java
Markus Koschany
- [felix-main] 06/10: wrap-and-sort -sa
Markus Koschany
- [felix-main] 07/10: Use gogo.runtime.version 0.14.0.
Markus Koschany
- [felix-main] annotated tag upstream/4.6.0 created (now c64ecde)
Markus Koschany
- [felix-main] 08/10: Team upload.
Markus Koschany
- [felix-main] 09/10: Remove trailing whitespaces.
Markus Koschany
- [felix-main] 10/10: Drop libfelix-main-java-doc.docs to avoid duplicate documentation files.
Markus Koschany
- [felix-bundlerepository] branch experimental updated (576b770 -> a997228)
Markus Koschany
- [felix-bundlerepository] 01/01: Use compiler.source 1.5
Markus Koschany
- [felix-framework] branch experimental created (now 0669fbc)
Markus Koschany
- [felix-framework] 01/09: Imported Upstream version 4.4.0
Markus Koschany
- [felix-framework] 02/09: Imported Debian patch 4.4.0-1
Markus Koschany
- [felix-framework] 03/09: Imported Upstream version 4.6.0
Markus Koschany
- [felix-framework] annotated tag upstream/4.6.0 created (now 329b4cf)
Markus Koschany
- [felix-framework] 04/09: Merge tag 'upstream/4.6.0'
Markus Koschany
- [felix-framework] 05/09: Declare compliance with Debian Policy 3.9.6.
Markus Koschany
- [felix-framework] 06/09: Use shorter Vcs-Browser URL.
Markus Koschany
- [felix-framework] 07/09: Update debian/changelog.
Markus Koschany
- [felix-framework] 08/09: Add b-d libmaven-source-plugin-java
Markus Koschany
- [felix-framework] 09/09: wrap-and-sort -sa
Markus Koschany
- [jnr-constants] branch master created (now 12037d4)
Tim Potter
- [jnr-constants] 01/09: move libconstantine-java under the pkg-java umbrella
Tim Potter
- [jnr-constants] 02/09: * Adopt the package under the pkg-java umbrella (Closes: #705826) * Standards-Version updated to 3.9.5 * Import in the pkg-java VCS * Switch to dpkg-source 3.0 (quilt) format * add OSGi metadata to constantine.jar manifest Thanks to Jakub Adam (Closes: #698487)
Tim Potter
- [jnr-constants] 03/09: package freshening
Tim Potter
- [jnr-constants] 04/09: Initial upstream branch.
Tim Potter
- [jnr-constants] 05/09: Moved the package to Git
Tim Potter
- [jnr-constants] 06/09: Imported Upstream version 0.8.5
Tim Potter
- [jnr-constants] 07/09: Merge tag 'upstream/0.8.5'
Tim Potter
- [jnr-constants] 08/09: Merge changes from Tim Potter
Tim Potter
- [jnr-constants] 09/09: Upload to experimental
Tim Potter
- [jnr-constants] annotated tag debian/0.8.5-1 created (now 60bf4d6)
Tim Potter
- [jnr-constants] annotated tag upstream/0.8.5 created (now 571e0e0)
Tim Potter
- [jnr-constants] branch package-rename created (now 1635eb8)
Tim Potter
- [jnr-constants] 01/01: Rename package to jnr-constants to be consistent with upstream
Tim Potter
- [tomcat7] branch master updated (b3158d3 -> 5f577fc)
Emmanuel Bourg
- [tomcat7] 01/02: Merge tag 'upstream/7.0.59'
Emmanuel Bourg
- [tomcat7] 02/02: Enabled Java 8 support in JSPs
Emmanuel Bourg
- [tomcat7] branch pristine-tar updated (8e030f0 -> afc7fdf)
Emmanuel Bourg
- [tomcat7] 01/01: pristine-tar data for tomcat7_7.0.59.orig.tar.xz
Emmanuel Bourg
- [tomcat7] annotated tag debian/7.0.59-1 created (now 88e1271)
Emmanuel Bourg
- [tomcat7] annotated tag upstream/7.0.59 created (now 44418e1)
Emmanuel Bourg
- [jasmin-sable] branch master created (now 631f7a1)
Emmanuel Bourg
- [jasmin-sable] 01/78: Initial import of 1.2-2 (missing diffs in .diff.gz)
Emmanuel Bourg
- [jasmin-sable] 02/78: Add quilt dependencies.
Emmanuel Bourg
- [jasmin-sable] 03/78: Incorporate patches from Debian diff.
Emmanuel Bourg
- [jasmin-sable] 04/78: New maintainer.
Emmanuel Bourg
- [jasmin-sable] 05/78: Bump debhelper compatibility version (4 -> 5).
Emmanuel Bourg
- [jasmin-sable] 06/78: New maintainer.
Emmanuel Bourg
- [jasmin-sable] 07/78: Update to new FSF address.
Emmanuel Bourg
- [jasmin-sable] 08/78: Numerous whitespaces changes.
Emmanuel Bourg
- [jasmin-sable] 09/78: Add Homepage: field.
Emmanuel Bourg
- [jasmin-sable] 10/78: Add all copyright holders to copyright notice.
Emmanuel Bourg
- [jasmin-sable] 11/78: Bump Standards-Version to 3.7.3.
Emmanuel Bourg
- [jasmin-sable] 12/78: Don't ignore clean target errors.
Emmanuel Bourg
- [jasmin-sable] 13/78: Add debian/watch.
Emmanuel Bourg
- [jasmin-sable] 14/78: New upstream release (2.2.4-1)
Emmanuel Bourg
- [jasmin-sable] 15/78: Remove old cruft.
Emmanuel Bourg
- [jasmin-sable] 16/78: Add classpath-related patches.
Emmanuel Bourg
- [jasmin-sable] 17/78: Tidy debian/rules.
Emmanuel Bourg
- [jasmin-sable] 18/78: Tidy and rephrase parts of manpage.
Emmanuel Bourg
- [jasmin-sable] 19/78: Install examples.
Emmanuel Bourg
- [jasmin-sable] 20/78: Tidy debian/changelog.
Emmanuel Bourg
- [jasmin-sable] 21/78: Update Build-Depends to use java-gcj-compat-dev.
Emmanuel Bourg
- [jasmin-sable] 22/78: Update package description.
Emmanuel Bourg
- [jasmin-sable] 23/78: Ensure license actually points to a real license.
Emmanuel Bourg
- [jasmin-sable] 24/78: Add Vcs-* fields.
Emmanuel Bourg
- [jasmin-sable] 25/78: Add Build-Depends on 'cup' LALR parser generator.
Emmanuel Bourg
- [jasmin-sable] 26/78: New upstream release
Emmanuel Bourg
- [jasmin-sable] 27/78: Update '01-ant-settings.diff' patch
Emmanuel Bourg
- [jasmin-sable] 28/78: Add missing Depends on 'cup' package (Closes: #477459)
Emmanuel Bourg
- [jasmin-sable] 29/78: Modify '02-jasmin-executable.diff' to ensure cup.jar is in classpath
Emmanuel Bourg
- [jasmin-sable] 30/78: Fixes RC bug, bump urgency to medium
Emmanuel Bourg
- [jasmin-sable] 31/78: New upstream release.
Emmanuel Bourg
- [jasmin-sable] 32/78: Bump Standards-Version to 3.8.0.
Emmanuel Bourg
- [jasmin-sable] 33/78: Tidy debian/rules.
Emmanuel Bourg
- [jasmin-sable] 34/78: Fix formatting error in jasmin(1) manpage.
Emmanuel Bourg
- [jasmin-sable] 35/78: Pass arguments to JVM using "$@" instead of $*.
Emmanuel Bourg
- [jasmin-sable] 36/78: Tidy changelog.
Emmanuel Bourg
- [jasmin-sable] 37/78: New maintainer email address.
Emmanuel Bourg
- [jasmin-sable] 38/78: Move ant to Build-Depends so it is satisfied in clean target.
Emmanuel Bourg
- [jasmin-sable] 39/78: Update location of Git repository.
Emmanuel Bourg
- [jasmin-sable] 40/78: Bump debhelper compatibility level to 7; no changes.
Emmanuel Bourg
- [jasmin-sable] 41/78: Support most recent "cup" package (Closes: #538860, 538861)
Emmanuel Bourg
- [jasmin-sable] 42/78: Bump dependencies on this cup version.
Emmanuel Bourg
- [jasmin-sable] 43/78: Bump Standards-Version to 3.8.2.
Emmanuel Bourg
- [jasmin-sable] 44/78: releasing version 2.3.0-3
Emmanuel Bourg
- [jasmin-sable] 45/78: Update 03-cup-11-support.diff to modify parser.cup instead of the generated parser.java.
Emmanuel Bourg
- [jasmin-sable] 46/78: Ensure parser.java is rebuilt from parser.cup.
Emmanuel Bourg
- [jasmin-sable] 47/78: Add 04-fix-field-support.diff to fix parsing of field definitions (Closes: #538861)
Emmanuel Bourg
- [jasmin-sable] 48/78: releasing version 2.3.0-4
Emmanuel Bourg
- [jasmin-sable] 49/78: Depend on java2-runtime instead of java-virtual-machine so we can be satisfied by openjdk-6-jre. (Closes: #572058)
Emmanuel Bourg
- [jasmin-sable] 50/78: Bump Standards-Version.
Emmanuel Bourg
- [jasmin-sable] 51/78: Build-Depend on openjdk-6-jdk instead of java-gcj-compat-dev.
Emmanuel Bourg
- [jasmin-sable] 52/78: Switch to dpkg-source 3.0 (quilt) format.
Emmanuel Bourg
- [jasmin-sable] 53/78: releasing version 2.3.0-5
Emmanuel Bourg
- [jasmin-sable] 54/78: Don't specify a JAVA_HOME pointing to gcj; causes FTBFS when gcj is not installed. (Closes: #573675)
Emmanuel Bourg
- [jasmin-sable] 60/78: Specify examples and manpages in debina/jasmin-sable.{manpages, examples} instead of as arguments in debian/rules.
Emmanuel Bourg
- [jasmin-sable] 61/78: Move to minimal debhelper 7 rules file.
Emmanuel Bourg
- [jasmin-sable] 62/78: releasing version 2.4.0-1
Emmanuel Bourg
- [jasmin-sable] 63/78: Actually commit the examples and manpages.
Emmanuel Bourg
- [jasmin-sable] 64/78: Update Vcs-{Browser,Git}.
Emmanuel Bourg
- [jasmin-sable] 55/78: releasing version 2.3.0-6
Emmanuel Bourg
- [jasmin-sable] 56/78: New upstream release.
Emmanuel Bourg
- [jasmin-sable] 57/78: Update debian/patches/01-ant-settings.diff to reflect upstream changes.
Emmanuel Bourg
- [jasmin-sable] 58/78: Bump Standards-Version to 3.9.1.
Emmanuel Bourg
- [jasmin-sable] 59/78: Move to '3.0 (quilt)' format.
Emmanuel Bourg
- [jasmin-sable] 65/78: Bump Standards-Version to 3.9.2.
Emmanuel Bourg
- [jasmin-sable] 66/78: Merge commit 'upstream/2.4.0'
Emmanuel Bourg
- [jasmin-sable] 67/78: Fix "Transition package to default java implementation" - apply patch from Ubuntu / James Page. Thanks to gregor herrmann <gregoa at debian.org>. (Closes: #683543)
Emmanuel Bourg
- [jasmin-sable] 68/78: Need to create "classes" dir.
Emmanuel Bourg
- [jasmin-sable] 69/78: releasing version 2.4.0-2
Emmanuel Bourg
- [jasmin-sable] 70/78: ``mkdir -p`` over ``mkdir``. (Closes: #711582)
Emmanuel Bourg
- [jasmin-sable] 71/78: releasing version 2.4.0-3
Emmanuel Bourg
- [jasmin-sable] 72/78: Orphaning package.
Emmanuel Bourg
- [jasmin-sable] 73/78: releasing package jasmin-sable version 2.4.0-4
Emmanuel Bourg
- [jasmin-sable] branch pristine-tar created (now 989b835)
Emmanuel Bourg
- [jasmin-sable] 74/78: Package adopted by the Debian Java Maintainers (Closes: #738296)
Emmanuel Bourg
- [jasmin-sable] 75/78: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [jasmin-sable] 76/78: debian/watch: Updated to watch the release tags on GitHub
Emmanuel Bourg
- [jasmin-sable] 77/78: debian/copyright: Updated to the Copyright Format 1.0
Emmanuel Bourg
- [jasmin-sable] 78/78: Upload to unstable
Emmanuel Bourg
- [jasmin-sable] 01/01: pristine-tar data for jasmin-sable_2.4.0.orig.tar.gz
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.3.0-4 created (now 7d2de1d)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.3.0-3 created (now 3298174)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.4.0-1 created (now faa7ab1)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.3.0-5 created (now e231d9a)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.4.0-3 created (now fe1d892)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.4.0-2 created (now 9a54d6a)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.3.0-6 created (now 42acb80)
Emmanuel Bourg
- [jasmin-sable] tag debian/2.2.4-1 created (now ee49357)
Emmanuel Bourg
- [jasmin-sable] tag debian/2.3.0-2 created (now d6af2f8)
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.4.0-4 created (now fc9a1a9)
Emmanuel Bourg
- [jasmin-sable] annotated tag upstream/2.5.0 created (now 1d9916f)
Emmanuel Bourg
- [jasmin-sable] annotated tag upstream/2.4.0 created (now c449675)
Emmanuel Bourg
- [jasmin-sable] 01/01: Imported Upstream version 2.5.0
Emmanuel Bourg
- [jasmin-sable] annotated tag debian/2.4.0-5 created (now d85f16a)
Emmanuel Bourg
- [jnr-constants] branch master updated (12037d4 -> 7f58dc1)
Miguel Landaeta
- [jnr-constants] branch pristine-tar created (now 12a279a)
Miguel Landaeta
- [jnr-constants] annotated tag upstream/0.8.6 created (now 02beb61)
Miguel Landaeta
- [jnr-constants] 01/02: Merge tag 'upstream/0.8.6'
Miguel Landaeta
- [jnr-constants] 02/02: Prepare 0.8.6-1 upload
Miguel Landaeta
- [jnr-constants] 01/02: pristine-tar data for libconstantine-java_0.8.5.orig.tar.gz
Miguel Landaeta
- [jnr-constants] 02/02: pristine-tar data for jnr-constants_0.8.6.orig.tar.gz
Miguel Landaeta
- [jnr-enxio] branch master updated (30eb4f8 -> a3650b8)
Tim Potter
- [jnr-enxio] 01/01: Add libjffi-java as build dependency
Tim Potter
- [jnr-enxio] branch master updated (a3650b8 -> cd29aee)
Tim Potter
- [jnr-enxio] 01/01: Add d/maven.rules entry for jnx-x86asm library
Tim Potter
- [jnr-enxio] branch master updated (cd29aee -> 7366b65)
Tim Potter
- [jnr-enxio] 01/01: Add libjnr-x86asm-java library as build dependency
Tim Potter
- [jnr-unixsocket] branch master updated (952d1d2 -> 0efe1a3)
Tim Potter
- [jnr-unixsocket] 01/01: Add missing build dependencies
Tim Potter
- [jnr-unixsocket] branch master updated (0efe1a3 -> 7a28c8b)
Tim Potter
- [jnr-unixsocket] 01/01: Add one more missing build-dep
Tim Potter
- [wagon-maven-plugin] branch pristine-tar created (now ff3e625)
Tim Potter
- [wagon-maven-plugin] branch master created (now 60372e7)
Tim Potter
- [wagon-maven-plugin] 01/01: Imported Debian patch 1.0~beta-3-1
Tim Potter
- [wagon-maven-plugin] 01/01: pristine-tar data for wagon-maven-plugin_1.0~beta-3.orig.tar.xz
Tim Potter
- [wagon-maven-plugin] annotated tag upstream/1.0_beta-3 created (now f7c6a80)
Tim Potter
- [wagon-maven-plugin] branch master updated (60372e7 -> 3d8f325)
Tim Potter
- [wagon-maven-plugin] 01/01: Add maven-debian-helper as build dependency
Tim Potter
- [wagon-maven-plugin] branch master updated (3d8f325 -> 1b2b8a4)
Tim Potter
- [wagon-maven-plugin] 01/01: Add more missing build dependencies
Tim Potter
- [wagon-maven-plugin] branch master updated (1b2b8a4 -> 8a52429)
Tim Potter
- [wagon-maven-plugin] 01/01: Close correct ITP number in d/changelog
Tim Potter
- [jnr-constants] branch master updated (7f58dc1 -> 6823557)
Miguel Landaeta
- [jnr-constants] annotated tag debian/0.8.6-1 created (now c2648e7)
Miguel Landaeta
- [jnr-constants] 01/01: Upload to unstable
Miguel Landaeta
- [jnr-netdb] branch master updated (3ba487f -> e30535d)
Miguel Landaeta
- [jnr-netdb] annotated tag 1.0.5 created (now 65d906e)
Miguel Landaeta
- [jnr-netdb] annotated tag 1.0.6 created (now 11af278)
Miguel Landaeta
- [jnr-netdb] annotated tag 1.1.0 created (now a8c5d56)
Miguel Landaeta
- [jnr-netdb] annotated tag 1.0.4 created (now 240bae1)
Miguel Landaeta
- [jnr-netdb] annotated tag 1.1.2 created (now 671d998)
Miguel Landaeta
- [jnr-netdb] annotated tag upstream/1.1.4 created (now c060477)
Miguel Landaeta
- [jnr-netdb] annotated tag 1.1.1 created (now b9ee256)
Miguel Landaeta
- [jnr-netdb] 01/02: Merge tag 'upstream/1.1.4'
Miguel Landaeta
- [jnr-netdb] 02/02: Prepare 1.1.4-1 upload
Miguel Landaeta
- [jnr-netdb] tag 1.1.4 created (now 3131d76)
Miguel Landaeta
- [jnr-netdb] tag 1.1.3 created (now 352ef4a)
Miguel Landaeta
- [jnr-netdb] tag 1.0.7 created (now 893394b)
Miguel Landaeta
- [jnr-netdb] 01/02: Merge fix from master for 'Use _r() versions of getservbyname, getservbyport, etc for linux'
Miguel Landaeta
- [jnr-netdb] 02/02: Bump version to 1.0.7
Miguel Landaeta
- [jnr-netdb] branch pristine-tar updated (eb40f0d -> bee3279)
Miguel Landaeta
- [jnr-netdb] 01/01: pristine-tar data for jnr-netdb_1.1.4.orig.tar.gz
Miguel Landaeta
- [wss4j] branch master updated (81646f0 -> 8155ffe)
Emmanuel Bourg
- [wss4j] 01/05: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [wss4j] 02/05: Shorter Vcs-Browser URL
Emmanuel Bourg
- [wss4j] 03/05: Fixed CVE-2015-0227: WSS4J is still vulnerable to Bleichenbacher's attack
Emmanuel Bourg
- [wss4j] 04/05: Fix CVE-2015-0226: WSS4J doesn't correctly enforce the requireSignedEncryptedDataElements property
Emmanuel Bourg
- [wss4j] 05/05: Upload to unstable
Emmanuel Bourg
- [wss4j] annotated tag debian/1.6.15-2 created (now a8d9fb0)
Emmanuel Bourg
- [libbytelist-java] branch pristine-tar created (now 6a85aeb)
Miguel Landaeta
- [libbytelist-java] branch master updated (740b289 -> 63f3798)
Miguel Landaeta
- [libbytelist-java] annotated tag debian/1.0.12-1 created (now dfb6143)
Miguel Landaeta
- [libbytelist-java] 01/02: Merge tag 'upstream/1.0.12'
Miguel Landaeta
- [libbytelist-java] 02/02: Upload to experimental
Miguel Landaeta
- [libbytelist-java] 01/01: pristine-tar data for libbytelist-java_1.0.12.orig.tar.gz
Miguel Landaeta
- [libbytelist-java] tag 1.0.12 created (now 5ee09ec)
Miguel Landaeta
- [libbytelist-java] tag 1.0.8 created (now d0ec879)
Miguel Landaeta
- [libbytelist-java] tag 1.0.11 created (now 72c1a10)
Miguel Landaeta
- [libbytelist-java] tag 1.0.7 created (now f394146)
Miguel Landaeta
- [libbytelist-java] tag 1.0.10 created (now 0f3fd50)
Miguel Landaeta
- [libbytelist-java] annotated tag upstream/1.0.12 created (now dfe652d)
Miguel Landaeta
- [libbytelist-java] tag 1.0.9 created (now 51b14c4)
Miguel Landaeta
- [nailgun] branch pristine-tar created (now 8c76347)
Miguel Landaeta
- [nailgun] branch master updated (bcb445c -> babed2c)
Miguel Landaeta
- [nailgun] annotated tag upstream/0.9.1 created (now 55a28bd)
Miguel Landaeta
- [nailgun] 01/01: Prepare 0.9.1-1 upload
Miguel Landaeta
- [nailgun] 01/01: pristine-tar data for nailgun_0.9.1.orig.tar.gz
Miguel Landaeta
- [mauve] branch master updated (c1dc601 -> 57ac001)
Emmanuel Bourg
- [mauve] 01/02: Imported Debian patch 20120103-1
Emmanuel Bourg
- [mauve] 02/02: Imported Debian patch 20140821-1
Emmanuel Bourg
- [mauve] branch pristine-tar updated (728c70e -> 1d5bae7)
Emmanuel Bourg
- [mauve] 01/02: pristine-tar data for mauve_20120103.orig.tar.gz
Emmanuel Bourg
- [mauve] 02/02: pristine-tar data for mauve_20140821.orig.tar.gz
Emmanuel Bourg
- [mauve] annotated tag debian/20120103-1 created (now a6a5cf7)
Emmanuel Bourg
- [mauve] annotated tag debian/20140821-1 created (now fb4cc76)
Emmanuel Bourg
- [mauve] annotated tag upstream/20120103 created (now 1f7b276)
Emmanuel Bourg
- [mauve] annotated tag upstream/20140821 created (now 0336821)
Emmanuel Bourg
- [mauve] branch master updated (57ac001 -> c8bccd2)
Emmanuel Bourg
- [mauve] 01/04: Make the build reproducible (Closes: #778274)
Emmanuel Bourg
- [mauve] 02/04: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [mauve] 03/04: Shorter Vcs-Browser URL
Emmanuel Bourg
- [mauve] 04/04: Upload to unstable
Emmanuel Bourg
- [mauve] annotated tag debian/20140821-2 created (now b0d4ded)
Emmanuel Bourg
- [pkg-java] r18645 - trunk/knopflerfish-osgi
Felix Natter
- [pkg-java] r18646 - trunk/java-common/debian
Emmanuel Bourg
- [dbus-java] branch master updated (b773887 -> 2bfe7c3)
Emmanuel Bourg
- [dbus-java] 01/06: Fixed a typo in the name of the maintainer
Emmanuel Bourg
- [dbus-java] 02/06: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [dbus-java] 03/06: Shorter Vcs-Browser URL
Emmanuel Bourg
- [dbus-java] 04/06: Removed the duplicate Section field for libdbus-java
Emmanuel Bourg
- [dbus-java] 05/06: Depend on java6-runtime-headless instead of openjdk-{6, 7}-jre (Closes: #503815)
Emmanuel Bourg
- [dbus-java] 06/06: Upload to unstable
Emmanuel Bourg
- [json-simple] branch master updated (47b9c29 -> 2830017)
Emmanuel Bourg
- [json-simple] 01/02: Capitalized the name of the maintainer
Emmanuel Bourg
- [json-simple] 02/02: Shorter Vcs-Browser URL
Emmanuel Bourg
- [mac-widgets] branch master updated (a8c3e2d -> 08cbe40)
Emmanuel Bourg
- [mac-widgets] 01/02: Capitalized the name of the maintainer
Emmanuel Bourg
- [mac-widgets] 02/02: debian/copyright: Fixed the short name of the licenses
Emmanuel Bourg
- [dbus-java] annotated tag debian/2.8-6 created (now 6960b9a)
Emmanuel Bourg
- [nailgun] branch pristine-tar updated (8c76347 -> 275b681)
Tony Mancill
- [nailgun] 01/01: pristine-tar data for nailgun_0.9.0+trunk95.orig.tar.xz
Tony Mancill
- [parboiled] annotated tag debian/1.1.6-1 created (now 29a6a9e)
Emmanuel Bourg
- [pegdown] annotated tag debian/1.4.2-1 created (now 93d625e)
Emmanuel Bourg
- [jsemver] branch master created (now 50fc38f)
Alexandre Viau
- [jsemver] 01/95: Initial commit
Alexandre Viau
- [jsemver] 02/95: Create Version class and Tests
Alexandre Viau
- [jsemver] 03/95: Add a Note to README
Alexandre Viau
- [jsemver] 04/95: Make refactoring, rename class members, add comment
Alexandre Viau
- [jsemver] 05/95: Override equals() & hashCode() methods
Alexandre Viau
- [jsemver] 06/95: Add convenience methods for comparisons
Alexandre Viau
- [jsemver] 07/95: Refactor Version.compareTo() method
Alexandre Viau
- [jsemver] 08/95: Refactor previous commit; remove duplications
Alexandre Viau
- [jsemver] 09/95: Override toString() method
Alexandre Viau
- [jsemver] 10/95: Add more comparison tests
Alexandre Viau
- [jsemver] 11/95: Make major refactoring toward object-orientation
Alexandre Viau
- [jsemver] 12/95: Make minor improvements
Alexandre Viau
- [jsemver] 13/95: Add methods for incrementing normal version
Alexandre Viau
- [jsemver] 14/95: Format StringBuilder usage for readability
Alexandre Viau
- [jsemver] 15/95: Make version classes immutable
Alexandre Viau
- [jsemver] 16/95: Increment version in pom.xml
Alexandre Viau
- [jsemver] 17/95: Rename README to README.md
Alexandre Viau
- [jsemver] 18/95: Update README file
Alexandre Viau
- [jsemver] 19/95: Fix a typo in README
Alexandre Viau
- [jsemver] 20/95: Update README, add Versioning paragraph
Alexandre Viau
- [jsemver] 21/95: Rename AlphaNumericVersion to MetadataVersion
Alexandre Viau
- [jsemver] 22/95: Update copyright year
Alexandre Viau
- [jsemver] 23/95: Add support for Travis CI
Alexandre Viau
- [jsemver] 24/95: Update README, add Travis CI status image
Alexandre Viau
- [jsemver] 25/95: Update README, format & change Issues section
Alexandre Viau
- [jsemver] 26/95: Correct the exception message
Alexandre Viau
- [jsemver] 27/95: Adapt to SemVer 2.0.0-rc.2
Alexandre Viau
- [jsemver] 28/95: Create setters for Pre-release version & Build metadata
Alexandre Viau
- [jsemver] 29/95: Create incrementors for Pre-release version & Build metadata
Alexandre Viau
- [jsemver] 30/95: Create Version.Builder class
Alexandre Viau
- [jsemver] 31/95: Create BUILD_AWARE_ORDER comparator
Alexandre Viau
- [jsemver] 32/95: Update README for version 0.6.0
Alexandre Viau
- [jsemver] 33/95: Bump minor version to 0.6.0
Alexandre Viau
- [jsemver] 34/95: Update README, add Bugs & Features section
Alexandre Viau
- [jsemver] 35/95: Bump version to 0.7.0-SNAPSHOT
Alexandre Viau
- [jsemver] 36/95: Rename 'artifactId' and change 'name'
Alexandre Viau
- [jsemver] 37/95: Update JUnit dependency to 4.11
Alexandre Viau
- [jsemver] 38/95: Rename two API methods
Alexandre Viau
- [jsemver] 39/95: Remove redundant conditional statements
Alexandre Viau
- [jsemver] 40/95: Implement a Parser instead of RegExp
Alexandre Viau
- [jsemver] 41/95: Create MetadataVersion.NULL object, refactor
Alexandre Viau
- [jsemver] 42/95: Create basic Expression types
Alexandre Viau
- [jsemver] 43/95: Create Lexer for Expression parser
Alexandre Viau
- [jsemver] 44/95: Create SemVer Expression parser
Alexandre Viau
- [jsemver] 45/95: Add Javadoc to the source code
Alexandre Viau
- [jsemver] 46/95: Prepare pom.xml for the repository
Alexandre Viau
- [jsemver] 47/95: Update and reformat the README file
Alexandre Viau
- [jsemver] 48/95: Add CHANGELOG file
Alexandre Viau
- [jsemver] 49/95: Bump version to 0.7.0
Alexandre Viau
- [jsemver] 50/95: Bump version to 0.7.1-SNAPSHOT
Alexandre Viau
- [jsemver] 51/95: Put back the maven-compiler-plugin
Alexandre Viau
- [jsemver] 52/95: Add missing type for the BUILD_AWARE_ORDER comparator
Alexandre Viau
- [jsemver] 53/95: Make maven-compiler-plugin show all warnings
Alexandre Viau
- [jsemver] 54/95: Add missing Javadoc to the Stream's iterator class
Alexandre Viau
- [jsemver] 55/95: Get rid of 'unchecked' warnings
Alexandre Viau
- [jsemver] 56/95: Make minor Javadoc corrections
Alexandre Viau
- [jsemver] 57/95: Update CHANGELOG and README
Alexandre Viau
- [jsemver] 58/95: Bump version to 0.7.1
Alexandre Viau
- [jsemver] 59/95: Bump version to 0.7.2-SNAPSHOT
Alexandre Viau
- [jsemver] 60/95: Fix Version.hashCode() to comply w/ Version.equals()
Alexandre Viau
- [jsemver] 61/95: Update CHANGELOG and README
Alexandre Viau
- [jsemver] 62/95: Bump version to 0.7.2
Alexandre Viau
- [jsemver] 63/95: Bump version to 0.8.0-SNAPSHOT
Alexandre Viau
- [jsemver] 64/95: Rename UnexpectedElementTypeException
Alexandre Viau
- [jsemver] 65/95: Rename ParserException to ParseException
Alexandre Viau
- [jsemver] 66/95: Rename VersionParser.Char to VersionParser.CharType
Alexandre Viau
- [jsemver] 67/95: Apply minor code formatting
Alexandre Viau
- [jsemver] 68/95: Refactor VersionParser.numericIdentifier()
Alexandre Viau
- [jsemver] 69/95: Remove GrammarException in favor of ParseException
Alexandre Viau
- [jsemver] 70/95: Make LexerException extend ParseException
Alexandre Viau
- [jsemver] 71/95: Refactor VersionParser to handle illegal inputs
Alexandre Viau
- [jsemver] 72/95: Implement fluent interface for Version.Builder
Alexandre Viau
- [jsemver] 73/95: Refactor VersionParser, make some improvements
Alexandre Viau
- [jsemver] 74/95: Create a wrapper exception for UnexpectedElementException
Alexandre Viau
- [jsemver] 75/95: Add ILLEGAL enum constant to VersionParser.CharType
Alexandre Viau
- [jsemver] 76/95: Create CharType.forCharacter() method
Alexandre Viau
- [jsemver] 77/95: Improve Exceptions' toString() method
Alexandre Viau
- [jsemver] 78/95: Override UnexpectedCharacterException constructor
Alexandre Viau
- [jsemver] 79/95: Make refactoring, small improvements
Alexandre Viau
- [jsemver] 80/95: Remove unnecessary boxing to Character
Alexandre Viau
- [jsemver] 81/95: Refactor pre-release and build parsing, simplify
Alexandre Viau
- [jsemver] 82/95: Make small improvements to exceptions
Alexandre Viau
- [jsemver] 83/95: Create Stream#pushBack() method
Alexandre Viau
- [jsemver] 84/95: Refactor VersionParser to improve error handling
Alexandre Viau
- [jsemver] 85/95: Amend javadoc @throws tags
Alexandre Viau
- [jsemver] 86/95: Update oss-parent version from 7 to 9
Alexandre Viau
- [jsemver] 87/95: Turn off maven-javadoc-plugin's doclint
Alexandre Viau
- [jsemver] 88/95: Add syntax error positions to the error reporting
Alexandre Viau
- [jsemver] 89/95: Refactor ExpressionParser to improve error handling
Alexandre Viau
- [jsemver] 90/95: Fix the wrong return value in the BUILD_AWARE_ORDER example
Alexandre Viau
- [jsemver] 91/95: Add @throws tag to the Version.forIntegers()'s Javadoc
Alexandre Viau
- [jsemver] 92/95: Add Exception Handling section to README
Alexandre Viau
- [jsemver] 93/95: Update copyright years
Alexandre Viau
- [jsemver] 94/95: Update CHANGELOG and README
Alexandre Viau
- [jsemver] 95/95: Bump version to 0.8.0
Alexandre Viau
- [jsemver] annotated tag 0.1.0 created (now 11d6687)
Alexandre Viau
- [jsemver] annotated tag 0.4.0 created (now 7372d90)
Alexandre Viau
- [jsemver] annotated tag 0.4.1 created (now 5f7c109)
Alexandre Viau
- [jsemver] annotated tag 0.3.0 created (now dd07f98)
Alexandre Viau
- [jsemver] annotated tag 0.2.0 created (now c21df9d)
Alexandre Viau
- [jsemver] annotated tag 0.5.0 created (now d595cf5)
Alexandre Viau
- [jsemver] annotated tag 0.2.1 created (now 1d7ac2f)
Alexandre Viau
- [jsemver] annotated tag 0.6.0 created (now 42ca993)
Alexandre Viau
- [jsemver] annotated tag 0.4.2 created (now e3561bc)
Alexandre Viau
- [jsemver] annotated tag 0.7.1 created (now fdc9e9d)
Alexandre Viau
- [jsemver] annotated tag 0.7.0 created (now 2a2c531)
Alexandre Viau
- [jsemver] annotated tag 0.7.2 created (now 62af35c)
Alexandre Viau
- [jsemver] annotated tag 0.8.0 created (now f631bb9)
Alexandre Viau
- [lucene-solr] branch master updated (a7f5495 -> 4fda9e7)
Victor Seva Lopez
- [lucene-solr] 01/01: solr-tomcat: allow tomcat7-user as depends (Closes: #606138)
Victor Seva Lopez
- [h2database] branch master updated (a8b6f97 -> 477fddd)
Emmanuel Bourg
- [h2database] 01/11: Build with the Servlet API 2.5
Emmanuel Bourg
- [h2database] 02/11: Use canonical URLs for the Vcs-* fields
Emmanuel Bourg
- [h2database] 03/11: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [h2database] 04/11: Fixed debian/copyright
Emmanuel Bourg
- [h2database] 05/11: Remove the javadoc with debuild clean
Emmanuel Bourg
- [h2database] 06/11: Do not copy the pom in debian/ and reuse the template instead
Emmanuel Bourg
- [h2database] 07/11: DEP3 header for 02-servlet-api-compatibility.patch
Emmanuel Bourg
- [h2database] 08/11: Java 8 compatibility
Emmanuel Bourg
- [h2database] 09/11: Switch to debhelper level 9
Emmanuel Bourg
- [h2database] 10/11: Copyright information for JdbcConnectionPool.java
Emmanuel Bourg
- [h2database] 11/11: Added an orig-tar.sh script
Emmanuel Bourg
- [h2database] branch master updated (477fddd -> d18e513)
Emmanuel Bourg
- [h2database] 01/02: Merge tag 'upstream/1.4.185'
Emmanuel Bourg
- [h2database] 02/02: New upstream release (1.4.185)
Emmanuel Bourg
- [h2database] branch pristine-tar created (now c39995c)
Emmanuel Bourg
- [h2database] 01/01: pristine-tar data for h2database_1.4.185.orig.tar.xz
Emmanuel Bourg
- [h2database] annotated tag upstream/1.4.185 created (now 8d95abc)
Emmanuel Bourg
- [nailgun] branch master updated (babed2c -> 34efd1c)
Miguel Landaeta
- [nailgun] annotated tag debian/0.9.1 created (now f153f0e)
Miguel Landaeta
- [nailgun] 01/01: Upload to experimental
Miguel Landaeta
- [osgi-core] annotated tag debian/5.0.0-1 created (now 1e6b265)
Miguel Landaeta
- [osgi-core] branch master updated (32ae56c -> 5136c3f)
Miguel Landaeta
- [osgi-core] branch experimental deleted (was 5136c3f)
Miguel Landaeta
- [osgi-compendium] branch master updated (505f040 -> 722510d)
Miguel Landaeta
- [osgi-compendium] 01/03: Add versioned constraint to dependencies on libosgi-core-java
Miguel Landaeta
- [osgi-compendium] 02/03: Update package description
Miguel Landaeta
- [osgi-compendium] annotated tag debian/5.0.0-1 created (now 9564ef3)
Miguel Landaeta
- [osgi-compendium] branch experimental deleted (was d5c5444)
Miguel Landaeta
- [osgi-compendium] 03/03: Upload to experimental
Miguel Landaeta
- [jsemver] branch debian created (now 889276d)
Alexandre Viau
- [jsemver] 01/01: Ran mh_make
Alexandre Viau
- [jsemver] branch debian updated (889276d -> aa5cca9)
Alexandre Viau
- [jsemver] 01/01: Fixed gbp.conf
Alexandre Viau
- [jsemver] branch debian updated (aa5cca9 -> 545402b)
Alexandre Viau
- [jsemver] 01/01: Set changelog to close ITP
Alexandre Viau
- [jsemver] branch debian updated (545402b -> 9f22fef)
Alexandre Viau
- [jsemver] 01/01: Fixed copyright file
Alexandre Viau
- [jsemver] branch debian updated (9f22fef -> d0450b6)
Alexandre Viau
- [jsemver] 01/01: Removed unused maven files
Alexandre Viau
- [jsemver] branch debian updated (d0450b6 -> cdaf42a)
Alexandre Viau
- [jsemver] 01/01: Control: fixed VCS links
Alexandre Viau
- [jsemver] branch debian updated (cdaf42a -> c1081c8)
Alexandre Viau
- [jsemver] 01/01: Removed useless orig-tar.sh
Alexandre Viau
- [activemq] branch master updated (63f475e -> 4248ea9)
Emmanuel Bourg
- [activemq] 01/04: Fixed CVE-2014-3600 and CVE-2014-3612 (Closes: #777196)
Emmanuel Bourg
- [activemq] 02/04: Standards-Version updated to 3.9.6
Emmanuel Bourg
- [activemq] 03/04: Shorter Vcs-Browser URL
Emmanuel Bourg
- [activemq] 04/04: Upload to unstable
Emmanuel Bourg
- [activemq] annotated tag debian/5.6.0+dfsg1-4 created (now 90fee16)
Emmanuel Bourg
- [libgpars-groovy-java] branch master updated (84968bd -> 175606a)
Andreas Tille
- [libgpars-groovy-java] branch pristine-tar updated (2e5724d -> 68d6a04)
Andreas Tille
- [libgpars-groovy-java] 01/07: Merge tag 'upstream/1.2.1'
Andreas Tille
- [libgpars-groovy-java] 02/07: Upstream release version 1.2.1 as team upload
Andreas Tille
- [libgpars-groovy-java] 03/07: cme fix dpkg-control
Andreas Tille
- [libgpars-groovy-java] 04/07: debhelper 9
Andreas Tille
- [libgpars-groovy-java] 05/07: drop unneeded d/orig-tar.sh
Andreas Tille
- [libgpars-groovy-java] 06/07: Update copyright
Andreas Tille
- [libgpars-groovy-java] 07/07: Build-Depends: s/groovy/groovy2/
Andreas Tille
- [libgpars-groovy-java] 01/01: pristine-tar data for libgpars-groovy-java_1.2.1.orig.tar.gz
Andreas Tille
- [libgpars-groovy-java] branch master updated (175606a -> cad9e57)
Emmanuel Bourg
- [libgpars-groovy-java] 01/01: Set the gradle user home
Emmanuel Bourg
- [libgpars-groovy-java] tag upstream/1.2.1 created (now ededa9d)
Emmanuel Bourg
- [libgpars-groovy-java] branch master updated (cad9e57 -> f32f195)
Emmanuel Bourg
- [libgpars-groovy-java] 01/02: Use the version of Groovy 2 in Debian
Emmanuel Bourg
- [libgpars-groovy-java] 02/02: Refreshed the patch
Emmanuel Bourg
- [felix-bundlerepository] branch master updated (c1a6a22 -> 6166630)
Miguel Landaeta
- [felix-bundlerepository] 01/03: Update package descriptions
Miguel Landaeta
- [felix-bundlerepository] 02/03: Add versioned constraint to dependencies on libosgi-* packages
Miguel Landaeta
- [felix-bundlerepository] 03/03: Upload to experimental
Miguel Landaeta
- [felix-bundlerepository] annotated tag debian/2.0.2-1 created (now 9836e3f)
Miguel Landaeta
- [felix-bundlerepository] branch experimental deleted (was a997228)
Miguel Landaeta
- [libgpars-groovy-java] branch master updated (f32f195 -> c544303)
Andreas Tille
- [libgpars-groovy-java] 01/01: Close bugs, upload to unstable
Andreas Tille
- [libgpars-groovy-java] tag debian/1.2.1-1 created (now c544303)
Andreas Tille
- [felix-gogo-command] branch master updated (e75b396 -> 127ddb7)
Miguel Landaeta
- [felix-gogo-command] branch experimental deleted (was 127ddb7)
Miguel Landaeta
- [felix-gogo-command] annotated tag debian/0.14.0-1 created (now 34d7e0f)
Miguel Landaeta
- [felix-gogo-runtime] branch experimental deleted (was efa7e25)
Miguel Landaeta
- [felix-gogo-runtime] branch master updated (ce28a67 -> efa7e25)
Miguel Landaeta
- [felix-gogo-runtime] annotated tag debian/0.14.0-1 created (now 8249c49)
Miguel Landaeta
- [jnr-constants] annotated tag debian/0.8.6-2 created (now 201132c)
Miguel Landaeta
- [jnr-constants] annotated tag debian/0.8.6-1 deleted (was c2648e7)
Miguel Landaeta
- [jnr-constants] branch master updated (6823557 -> 7de81c0)
Miguel Landaeta
- [jnr-constants] 01/01: Upload to unstable
Miguel Landaeta
- [felix-main] branch experimental deleted (was 34eb0d2)
Miguel Landaeta
- [felix-main] branch master updated (c22eec6 -> b958c45)
Miguel Landaeta
- [felix-main] annotated tag debian/4.6.0-1 created (now 4acae10)
Miguel Landaeta
- [felix-main] 01/02: Fix dependencies and clean target
Miguel Landaeta
- [felix-main] 02/02: Upload to experimental
Miguel Landaeta
- [sunflow] branch master updated (e600d81 -> 9d9568d)
Tony Mancill
- [sunflow] 01/04: patch for #778702
Tony Mancill
- [sunflow] 02/04: bump std-ver
Tony Mancill
- [sunflow] 03/04: collapse multiple Expat licenses into 1
Tony Mancill
- [sunflow] 04/04: prepare changelog for upload
Tony Mancill
- [sunflow] annotated tag debian/0.07.2.svn396+dfsg-14 created (now 2fcbbcf)
Tony Mancill
- [felix-framework] branch experimental updated (0669fbc -> 01bbf25)
Markus Koschany
- [felix-framework] 01/04: Add libosgi-annotation-java to Build-Depends.
Markus Koschany
- [felix-framework] 02/04: Add libasm4-java to Build-Depends.
Markus Koschany
- [felix-framework] 03/04: Add maven rule for asm-all.jar.
Markus Koschany
- [felix-framework] 04/04: wrap-and-sort -sa
Markus Koschany
- [felix-framework] branch experimental updated (01bbf25 -> 8d607f2)
Markus Koschany
- [felix-framework] 01/01: Update changelog
Markus Koschany
- [felix-framework] branch experimental updated (8d607f2 -> 208941b)
Markus Koschany
- [felix-framework] 01/02: Update copyright years.
Markus Koschany
- [felix-framework] 02/02: Set distribution to experimental.
Markus Koschany
- [osgi-core] branch pristine-tar updated (b17ce43 -> d234321)
Markus Koschany
- [osgi-core] branch experimental created (now 656f954)
Markus Koschany
- [osgi-core] 01/01: pristine-tar data for osgi-core_6.0.0.orig.tar.xz
Markus Koschany
- [osgi-core] 01/10: Merge tag 'upstream/6.0.0'
Markus Koschany
- [osgi-core] 02/10: Improve package description by being more concise.
Markus Koschany
- [osgi-core] 03/10: Update copyright years.
Markus Koschany
- [osgi-core] annotated tag upstream/6.0.0 created (now 183fafb)
Markus Koschany
- [osgi-core] 04/10: maven.publishedRules: Improve comments
Markus Koschany
- [osgi-core] 05/10: Drop maven.rules because it was not used.
Markus Koschany
- [osgi-core] 06/10: debian/pom.xml: Update for new release 6.0.0.
Markus Koschany
- [osgi-core] 07/10: debian/rules: Replace tabs with spaces.
Markus Koschany
- [osgi-core] 08/10: Update changelog for version 6.0.0.
Markus Koschany
- [osgi-core] 09/10: Add libosgi-annotation-java to Build-Depends.
Markus Koschany
- [osgi-core] 10/10: Add osgi.annotation to CLASSPATH.
Markus Koschany
- [osgi-annotation] branch master created (now a662965)
Markus Koschany
- [osgi-annotation] branch pristine-tar created (now 54e6daf)
Markus Koschany
- [osgi-annotation] 01/03: Imported Debian patch 6.0.0-1
Markus Koschany
- [osgi-annotation] 02/03: Close initial ITP bug.
Markus Koschany
- [osgi-annotation] 03/03: Update changelog timestamp.
Markus Koschany
- [osgi-annotation] 01/01: pristine-tar data for osgi-annotation_6.0.0.orig.tar.xz
Markus Koschany
- [osgi-annotation] annotated tag debian/6.0.0-1 created (now 23a21a2)
Markus Koschany
- [osgi-annotation] annotated tag upstream/6.0.0 created (now 01583b4)
Markus Koschany
- [osgi-annotation] annotated tag debian/6.0.0-1 deleted (was 23a21a2)
Markus Koschany
- [jruby] branch next-miguel created (now 1fa7d1e)
Miguel Landaeta
- [jsemver] branch debian updated (c1081c8 -> 9c74b04)
Alexandre Viau
- [jsemver] 01/02: Updated package desc
Alexandre Viau
- [jsemver] 02/02: Renamed source and binary packages
Alexandre Viau
- [jsemver] branch debian updated (9c74b04 -> 3604eda)
Alexandre Viau
- [jsemver] 01/03: Renamed doc package
Alexandre Viau
- [jsemver] 02/03: 'libjava-semver' -> 'libsemver-java'
Alexandre Viau
- [jsemver] 03/03: Removed unnecessary line in copyright
Alexandre Viau
- [jsemver] branch debian updated (3604eda -> 2f4abcf)
Alexandre Viau
- [jsemver] 01/01: libsemver-java.pom: Added '--java-lib'
Alexandre Viau
- [jsemver] branch debian updated (2f4abcf -> ecaaf6f)
Alexandre Viau
- [jsemver] 01/02: Removed unnecessary gbp.conf
Alexandre Viau
- [jsemver] 02/02: Licensed packaging under MIT
Alexandre Viau
- [jsemver] branch master updated (50fc38f -> ecaaf6f)
Alexandre Viau
- [jsemver] branch pristine-tar created (now 2492bc8)
Alexandre Viau
- [jsemver] 01/01: pristine-tar data for jsemver_0.8.0.orig.tar.gz
Alexandre Viau
- [jsemver] branch master updated (ecaaf6f -> 0ca70c3)
Alexandre Viau
- [jsemver] 01/01: Package desc: 'libjava-semver' -> 'libsemver-java'
Alexandre Viau
- [jsemver] branch master updated (0ca70c3 -> 5829e2e)
Alexandre Viau
- [jsemver] 01/01: Package desc: Semve -> Semver
Alexandre Viau
- [jsemver] branch master updated (5829e2e -> 5faf61b)
Alexandre Viau
- [jsemver] 01/01: Added longer package desc
Alexandre Viau
- [jsemver] branch master updated (5faf61b -> 91d2428)
Alexandre Viau
- [jsemver] 01/01: Package desc: punctuation
Alexandre Viau
- [jsemver] branch master created (now 451d45a)
Emmanuel Bourg
- [jsemver] 01/02: Initial packaging
Emmanuel Bourg
- [jsemver] 02/02: Merge tag 'upstream/0.8.0'
Emmanuel Bourg
- [jsemver] branch pristine-tar created (now 6a97089)
Emmanuel Bourg
- [jsemver] 01/01: pristine-tar data for jsemver_0.8.0.orig.tar.gz
Emmanuel Bourg
- [jsemver] annotated tag upstream/0.8.0 created (now 61ac197)
Emmanuel Bourg
- [felix-framework] branch experimental updated (208941b -> 4e7d8b1)
Markus Koschany
- [felix-framework] 01/01: Tighten dependency on osgi-core and osgi-compendium.
Markus Koschany
- [jffi-1.2.7] branch master updated (a120df6 -> 2e17616)
Tim Potter
- [jffi-1.2.7] 01/01: Add back arch:any binary package for arch-specific code
Tim Potter
- [jffi-1.2.7] branch master updated (2e17616 -> fbe970e)
Tim Potter
- [jffi-1.2.7] 01/01: Fixes to build arch-specific jar from ant config
Tim Potter
- [jffi-1.2.7] branch master updated (fbe970e -> 92fa94a)
Tim Potter
- [jffi-1.2.7] 01/01: Add patch to disable -Werror for native extension builds
Tim Potter
- [jffi-1.2.7] branch master updated (92fa94a -> fc337e9)
Tim Potter
- [jffi-1.2.7] 01/01: Run ant clean in d/rules
Tim Potter
- [jffi-1.2.7] branch master updated (fc337e9 -> a1a8f8e)
Tim Potter
- [jffi-1.2.7] branch pristine-tar updated (b5889c4 -> 55e8be1)
Tim Potter
- [jffi-1.2.7] 01/01: Merge branch 'upstream'
Tim Potter
- [jffi-1.2.7] 01/01: pristine-tar data for jffi_1.2.7.orig.tar.gz
Tim Potter
- [jffi-1.2.7] annotated tag upstream/1.2.7 deleted (was 043bb31)
Tim Potter
- [jffi-1.2.7] tag upstream/1.2.7 created (now 3bbbc96)
Tim Potter
- [sweethome3d] branch master updated (c51c78d -> 396e6dd)
Tony Mancill
- [sweethome3d] 01/05: disable check for updates #778947
Tony Mancill
- [sweethome3d] 02/05: interim changelog
Tony Mancill
- [sweethome3d] 03/05: set distribution to unstable
Tony Mancill
- [sweethome3d] 04/05: tweak 05disable_checkForUpdates patch
Tony Mancill
- [sweethome3d] 05/05: Revert "Make build reproducible, png timestamps."
Tony Mancill
- [sweethome3d] annotated tag debian/4.5+dfsg-3 created (now f514e5a)
Tony Mancill
- [jffi-1.2.7] branch master updated (a1a8f8e -> 454b360)
Tim Potter
- [jffi-1.2.7] 01/01: Create directory necessary for package build
Tim Potter
- [sweethome3d] branch master updated (396e6dd -> 13e3d80)
Tony Mancill
- [sweethome3d] 01/01: restore reproducible build commit
Tony Mancill
- [jffi-1.2.7] tag upstream/1.2.7 deleted (was 3bbbc96)
Tim Potter
- [jffi-1.2.7] tag upstream/1.2.7 created (now 8fbf5ed)
Tim Potter
- [jruby] branch next-miguel updated (1fa7d1e -> 9482b08)
Miguel Landaeta
- [jruby] 01/01: wip
Miguel Landaeta
- [osgi-annotation] annotated tag debian/6.0.0-1 created (now 394551f)
Miguel Landaeta
- [jffi-1.2.7] branch master updated (454b360 -> 08439dc)
Tim Potter
- [jffi-1.2.7] 01/01: Fix d/rules to copy across correct jar to arch:all package
Tim Potter
- [jaffl] branch master updated (87b984c -> 01decf1)
Miguel Landaeta
- [jaffl] annotated tag debian/0.5.9-6 created (now 94d7bbe)
Miguel Landaeta
- [jaffl] 01/01: Upload to experimental
Miguel Landaeta
- [jruby] branch next-miguel updated (9482b08 -> b70eaf9)
Miguel Landaeta
- [jruby] 01/01: wip
Miguel Landaeta
- [libbytelist-java] branch master updated (63f3798 -> 0ad5fea)
Miguel Landaeta
- [libbytelist-java] annotated tag debian/1.0.12-2 created (now bc588f6)
Miguel Landaeta
- [libbytelist-java] 01/01: Upload to experimental
Miguel Landaeta
- [maven2-core] branch master created (now 709b432)
Emmanuel Bourg
- [maven2-core] 01/38: Creating trunk directory
Emmanuel Bourg
- [maven2-core] 02/38: [svn-inject] Applying Debian modifications to trunk
Emmanuel Bourg
- [maven2-core] 03/38: * New version
Emmanuel Bourg
- [maven2-core] 04/38: * Add new module maven-compat
Emmanuel Bourg
- [maven2-core] 05/38: * Add missing dependency
Emmanuel Bourg
- [maven2-core] 06/38: * Update copyright
Emmanuel Bourg
- [maven2-core] 07/38: upload to experimental
Emmanuel Bourg
- [maven2-core] 08/38: Upload to unstable.
Emmanuel Bourg
- [maven2-core] 09/38: * New upstream release (Closes: #542546) * Update download url for debian/watch and debian/orig-tar.sh * Move API docs to /usr/share/doc/libmaven2-core-java/api * Update Standards-Version to 3.8.3 - add debian/README.source * debian/control: Add version contraints on dependencies * debian/orig-tar.sh: Add orig-tar.exclude to ignore unecessary code and compiled libraries from upstream
Emmanuel Bourg
- [maven2-core] 10/38: * debian/control: Add version constraints on dependencies * Add myself to Uploaders.
Emmanuel Bourg
- [maven2-core] 11/38: install API docs into the correct place
Emmanuel Bourg
- [maven2-core] 12/38: * Team upload. * Fix dependencies (maven-site-plugin and maven-javadoc-plugin versions) * Update Standards-Version to 3.8.4: no changes needed * Bump debhelper to >= 7 * Use 3.0 (quilt) source format
Emmanuel Bourg
- [maven2-core] 13/38: Fix debian version for Team Upload.
Emmanuel Bourg
- [maven2-core] 14/38: upload to unstable
Emmanuel Bourg
- [maven2-core] 15/38: * Convert patches to dep3 format. * Add a patch to fall back to version 'debian' of plexus-utils if loading of version '1.1' fails.
Emmanuel Bourg
- [maven2-core] 16/38: * Remove broken patch from last release. * Update the plexus-utils version from version 1.1 to 1.5.15.
Emmanuel Bourg
- [maven2-core] 17/38: * Team upload. * Update maven-antrun-plugin version from 1.3 to 1.6. * Bump Standards-Version to 3.9.2. No changes were required.
Emmanuel Bourg
- [maven2-core] 18/38: set distribution to unstable for sponsored upload
Emmanuel Bourg
- [maven2-core] 19/38: * Team upload. * Update maven-plugin-plugin version from 2.5 to 2.8.
Emmanuel Bourg
- [maven2-core] 20/38: set distribution to unstable for sponsored upload
Emmanuel Bourg
- [maven2-core] 21/38: * Team upload. * Update maven-war-plugin version from 2.1-beta-1 to 2.1.1.
Emmanuel Bourg
- [maven2-core] 22/38: Update maven-surefire-plugin version from 2.4.3 to 2.10
Emmanuel Bourg
- [maven2-core] 23/38: Make copyright DEP-5 compliant
Emmanuel Bourg
- [maven2-core] 24/38: set distribution to unstable for sponsored upload
Emmanuel Bourg
- [maven2-core] 25/38: Updated maven-clean-plugin version from 2.3 to 2.5 Removed the dependency on backport-util-concurrent debian/control: - Updated Standards-Version to 3.9.4 (no changes) - Use canonical URLs for the Vcs-* fields debian/rules: Improved the clean target to allow rebuilds debian/copyright: Updated the Format URI to 1.0
Emmanuel Bourg
- [maven2-core] 26/38: Removed the dependency on backport-util-concurrent from the poms (Closes: #713371)
Emmanuel Bourg
- [maven2-core] 27/38: Updated maven-antrun-plugin version from 1.6 to 1.7 (Closes: #713746)
Emmanuel Bourg
- [maven2-core] 28/38: Updated maven-javadoc-plugin version from 2.6.1 to 2.8
Emmanuel Bourg
- [maven2-core] 29/38: Updated maven-jar-plugin from 2.2 to 2.3.2
Emmanuel Bourg
- [maven2-core] 30/38: Updated maven-dependency-plugin from 2.1 to 2.4
Emmanuel Bourg
- [maven2-core] 31/38: Updated maven-plugin-plugin version from 2.8 to 3.2
Emmanuel Bourg
- [maven2-core] 32/38: Updated maven-javadoc-plugin to 2.9.1, maven-install-plugin to 2.4 and maven-source-plugin to 2.2.1
Emmanuel Bourg
- [maven2-core] 33/38: Updated maven-compiler-plugin version from 2.0.2 to 2.5.1 Switch to debhelper level 9 Updated Standards-Version to 3.9.5 (no changes)
Emmanuel Bourg
- [maven2-core] 34/38: Updated maven-jar-plugin version from 2.3.2 to 2.4
Emmanuel Bourg
- [maven2-core] 35/38: Updated maven-assembly-plugin from 2.2-beta-4 to 2.2-beta-5 Updated Standards-Version to 3.9.6 (no changes)
Emmanuel Bourg
- [maven2-core] 36/38: Moved the package to Git
Emmanuel Bourg
- [maven2-core] 37/38: Merge tag 'upstream/2.2.1'
Emmanuel Bourg
- [maven2-core] branch pristine-tar created (now fdb1613)
Emmanuel Bourg
- [maven2-core] 38/38: Use a secure connection to download artifacts from Maven Central (Closes: #779338)
Emmanuel Bourg
- [maven2-core] 01/01: pristine-tar data for maven2-core_2.2.1.orig.tar.gz
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.0-1 created (now 875a0dc)
Emmanuel Bourg
- [maven2-core] 01/01: [svn-buildpackage] Tagging maven2-core (2.2.0-1)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-10 created (now 6336afe)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-1 created (now 413d57b)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.0-2 created (now c585b68)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-13 created (now 2755529)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-11 created (now 6379bc1)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-12 created (now b506474)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-14 created (now 3aacb16)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-15 created (now e366158)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-16 created (now ef80cd3)
Emmanuel Bourg
- [maven2-core] 01/01: [svn-buildpackage] Tagging maven2-core (2.2.1-1)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-9 created (now 4944d4a)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-5 created (now 4a41a09)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-6 created (now 5c903c6)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-8 created (now bb87611)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-7 created (now aff9a95)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-3 created (now 5fb5592)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-2 created (now a4b2aba)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-4 created (now 5012782)
Emmanuel Bourg
- [maven2-core] annotated tag debian/2.2.1-17 created (now 2ca9ad5)
Emmanuel Bourg
- [maven2-core] annotated tag upstream/2.2.1 created (now 897a19e)
Emmanuel Bourg
- [pkg-java] r18647 - trunk/maven2-core
Emmanuel Bourg
- [maven2] branch master created (now f45153e)
Emmanuel Bourg
- [maven2] 01/87: Initial import of prototype packaging for maven. There is still much to do before it could be uploaded, but at least this gives us a feel for how much work is left to do!
Emmanuel Bourg
- [maven2] 02/87: Consensus seems to be that name should be maven2
Emmanuel Bourg
- [maven2] 03/87: o Committing my work. Getting ready to build in my pbuilder.
Emmanuel Bourg
- [maven2] 04/87: Version number
Emmanuel Bourg
- [maven2] 05/87: Changed name to maven2
Emmanuel Bourg
- [maven2] 06/87: Added maven-ant-helper dependency Tidied up some of the external Jar definitions
Emmanuel Bourg
- [maven2] 07/87: Added build-depends libmodello-java
Emmanuel Bourg
- [maven2] 08/87: Added maven-ant-helper to classpath
Emmanuel Bourg
- [maven2] 09/87: Added modello to classpath
Emmanuel Bourg
- [maven2] 10/87: Tidied up classpath - moved information from rules to build.properties/xml. (Still further tidying to be done)
Emmanuel Bourg
- [maven2] 11/87: Further pruning of unnecessary Jars
Emmanuel Bourg
- [maven2] 12/87: Use maven 2.0.7 as the baseline
Emmanuel Bourg
- [maven2] 13/87: Checkpoint of package skeleton
Emmanuel Bourg
- [maven2] 14/87: Corrected watch expression
Emmanuel Bourg
- [maven2] 15/87: Skeleton links for maven's lib directory
Emmanuel Bourg
- [maven2] 16/87: Temporary hard-coding of the maven META-INF property files. Would normally be produced during the maven bootstrap
Emmanuel Bourg
- [maven2] 17/87: Prototype man page. Include resources.
Emmanuel Bourg
- [maven2] 18/87: Corrected dependencies. Expanded descriptions
Emmanuel Bourg
- [maven2] 19/87: Set version to 2.0.7
Emmanuel Bourg
- [maven2] 20/87: Removed unnecessary link to libcommons-lang-java. Added README.Debian-source.
Emmanuel Bourg
- [maven2] 21/87: Added man pages
Emmanuel Bourg
- [maven2] 22/87: Set up JAVA_HOME correctly (not yet tested).
Emmanuel Bourg
- [maven2] 23/87: Patch from Arnaud. Thanks
Emmanuel Bourg
- [maven2] 24/87: Added author names and other info to debian/copyright
Emmanuel Bourg
- [maven2] 25/87: Target unstable. Explain use of hard-coded META-INF
Emmanuel Bourg
- [maven2] 26/87: Clean generated source
Emmanuel Bourg
- [maven2] 27/87: Removed build-depends on -doc packages (we are not generating Javadocs). Removed Suggests for maven2-doc
Emmanuel Bourg
- [maven2] 28/87: maven2 (2.0.7-2) unstable; urgency=low
Emmanuel Bourg
- [maven2] 29/87: +maven2 (2.0.8-1) unstable; urgency=low + + * New upstream release (Closes: #454087). + * Added min version to Build-Depends for libplexus-utils-java. + * Added Vcs-Svn control fields etc. + + -- Paul Cager <paul-debian at home.paulcager.org> Sun, 02 Dec 2007 23:27:21 +0000
Emmanuel Bourg
- [maven2] 30/87: Marked as compliamt to standards 3.7.3
Emmanuel Bourg
- [maven2] 31/87: Bug 456298: fix version number
Emmanuel Bourg
- [maven2] 32/87: Add versioned runtime depndency to libplexus-utils-java
Emmanuel Bourg
- [maven2] 33/87: maven2 (2.0.8-4) unstable; urgency=low
Emmanuel Bourg
- [maven2] 34/87: Declared dependency on patched version of commons-cli
Emmanuel Bourg
- [maven2] 35/87: * Fixed processing of command line options (Closes: #466860) - Removed patch to call of commons-cli, and fixed problem in commons-cli instead (see bug 469082).
Emmanuel Bourg
- [maven2] 36/87: maven2 (2.0.8-6) unstable; urgency=low
Emmanuel Bourg
- [maven2] 37/87: Recalculated patch for 2.0.9
Emmanuel Bourg
- [maven2] 38/87: 2.0.9 - added new metadata
Emmanuel Bourg
- [maven2] 39/87: 2.0.9 - new upstream layout: moved executables, new MDO location
Emmanuel Bourg
- [maven2] 40/87: Prepare for 2.0.9 release
Emmanuel Bourg
- [maven2] 41/87: * Added bash-completion file (Closes: #477443).
Emmanuel Bourg
- [maven2] 42/87: reinstate "#" in "#!"
Emmanuel Bourg
- [maven2] 43/87: Corrected name of bash_completion.d
Emmanuel Bourg
- [maven2] 44/87: maven2 (2.0.9-2 UNRELEASED; urgency=low
Emmanuel Bourg
- [maven2] 45/87: * Added maven-toolchain to list of sub-projects to build. (Closes: #486938). * Standards version 3.8.0 (no changes necessary).
Emmanuel Bourg
- [maven2] 46/87: Remove full text of Apache 2.0 license (now in /usr/share/common-licenses/Apache-2.0)
Emmanuel Bourg
- [maven2] 47/87: * New upstream version * Added myself to Uploaders. * Change section to java, bump Standards-Version to 3.8.1 * Add a Build-Depends-Indep dependency on maven-repo-helper * Move ant to Build-Depends (needed for clean target) * Add dependency on java runtimes for the maven2 binary. * Change the dependency on java-gcj to default-jdk (Closes: #526295) * Update watch and added orig-tar.sh to download the sources, get-orig-source in rules now uses uscan * Use quilt to manage the patches, add a patch to use the upstream build.xml as the build file, disabling all dependency downloading from it * Split the package in 2 parts: maven2-core contains all libraries, this package contains only the uber jar and the scripts * Updated the build to use Maven and its plugins to bootstrap itself, based on a patched version of the build.xml boostrap script provided with Maven. In particular, it now generates properly the shaded uber-jar, this will avoid potential class versionning conflicts for the shared libraries used in the plugins. * Added Build-Depends-Indep on libmaven-clean-plugin-java, libmaven-compiler-plugin-java, libmaven-install-plugin-java, libmaven-jar-plugin-java, libmaven-resources-plugin-java, libmaven-shade-plugin-java and add a Recommends on those libraries. * Remove debian/META-INF as this information is now generated by the build.
Emmanuel Bourg
- [maven2] 48/87: Improve command line completion.
Emmanuel Bourg
- [maven2] 49/87: * Update copyright * Improve bash completion
Emmanuel Bourg
- [maven2] 50/87: Upload to unstable.
Emmanuel Bourg
- [maven2] 51/87: * New upstream release (Closes: #542546) * Update download url for debian/watch and debian/orig-tar.sh * Update Standards-Version to 3.8.3 - add debian/README.source * Fix bash completion to keep working after single options such as --offline or -Dmaven.test.skip=true * Ensure that all classes are compiled for Java 1.5 (Closes: #542162)
Emmanuel Bourg
- [maven2] 52/87: maven2 (2.2.1-2) unstable; urgency=low
Emmanuel Bourg
- [maven2] 53/87: * Team Upload. * Rebuild with new libmaven2-core-java 2.2.1-2 (should fix plugins dependencies version issues) * Update Standards-Version to 3.8.4: no changes needed * Bump debhelper to >= 7 * Use 3.0 (quilt) source format: - Rework debian/README.source
Emmanuel Bourg
- [maven2] 54/87: Really add debian/source
Emmanuel Bourg
- [maven2] 55/87: upload to unstable
Emmanuel Bourg
- [maven2] 56/87: * Improve bash completion for maven2, -D options are better handled for plugins (for example, mvn install:install-file -DpomFile=...) * Apply patch from Heikki Henriksen <heikkih at gmail.com> to fix mvnDebug command. Thanks Heikki! (Closes: #561596)
Emmanuel Bourg
- [maven2] 57/87: * Remove Paul from Uploaders list. * Add myself to Uploaders list. * Build with maven2-core 2.2.1-3.
Emmanuel Bourg
- [maven2] 58/87: Build with maven2-core 2.2.1-4.
Emmanuel Bourg
- [maven2] 59/87: * Team upload. * No change rebuild in order to re-assemble the uber jar. (Closes: #636206). * Bump Standards-Version to 3.9.2. No changes were required.
Emmanuel Bourg
- [maven2] 60/87: set distribution to unstable for sponsored upload
Emmanuel Bourg
- [maven2] 61/87: * Team upload. * Rebuild to update plugin versions.
Emmanuel Bourg
- [maven2] 62/87: release
Emmanuel Bourg
- [maven2] 63/87: * Team upload. * Rebuild to update plugin versions.
Emmanuel Bourg
- [maven2] 64/87: Rebuild to update plugin versions
Emmanuel Bourg
- [maven2] 65/87: Make copyright file DEP-5 compliant
Emmanuel Bourg
- [maven2] 66/87: set distribution to unstable for sponsored upload
Emmanuel Bourg
- [maven2] 67/87: changelog for rebuild (sorry Miguel)
Emmanuel Bourg
- [maven2] 68/87: * Team upload. * Use alternative to install /usr/bin/mvn.
Emmanuel Bourg
- [maven2] 69/87: Upload to experimental
Emmanuel Bourg
- [maven2] 70/87: * Team upload. * Upload to unstable to allow side-by-side installation of maven (3.x) and maven2 packages. * d/control: Bump Standards-Version to 3.9.3: no changes were required. * d/copyright: Upgrade to copyright format 1.0.
Emmanuel Bourg
- [maven2] 71/87: * Team upload. * Fix permissions of mvnDebug script. (Closes: #687154). * Remove Michael Koch from Uploaders list. Thanks for your work on this package. (Closes: #654115).
Emmanuel Bourg
- [maven2] 72/87: apply patch for #688722
Emmanuel Bourg
- [maven2] 73/87: Add resolution for the exec plugin in the bash completion.
Emmanuel Bourg
- [maven2] 74/87: Removed the dependency on backport-util-concurrent Updated Standards-Version to 3.9.4 (no changes) debian/control: Use canonical URLs for the Vcs-* fields debian/maven.rules: Removed the unused rule for maven-clean-plugin
Emmanuel Bourg
- [maven2] 75/87: Updated the build dependency on libmaven2-core-java (>= 2.2.1-9)
Emmanuel Bourg
- [maven2] 76/87: Updated the build dependency on libmaven2-core-java (>= 2.2.1-9~)
Emmanuel Bourg
- [maven2] 77/87: Rebuild with libmaven2-core-java 2.2.1-10 (Updates maven-antrun-plugin)
Emmanuel Bourg
- [maven2] 78/87: Rebuild with libmaven2-core-java 2.2.1-11 (Updates maven-javadoc-plugin, maven-jar-plugin and maven-dependency-plugin)
Emmanuel Bourg
- [maven2] 79/87: Rebuild with libmaven2-core-java 2.2.1-12 (Updates maven-plugin-plugin) Updated Standards-Version to 3.9.5 (no changes)
Emmanuel Bourg
- [maven2] 80/87: Rebuild with libmaven2-core-java 2.2.1-13 (Updates maven-source-plugin, maven-install-plugin and maven-javadoc-plugin)
Emmanuel Bourg
- [maven2] branch pristine-tar created (now 304e6c0)
Emmanuel Bourg
- [maven2] 81/87: Rebuild with libmaven2-core-java 2.2.1-14 (Updates maven-compiler-plugin)
Emmanuel Bourg
- [maven2] 82/87: Updated the dependency on libmaven-shade-plugin-java to 1.7.1 debian/rules: Modified the clean target to allow rebuilds
Emmanuel Bourg
- [maven2] 83/87: Rebuild with libmaven2-core-java 2.2.1-15 (Updates maven-jar-plugin)
Emmanuel Bourg
- [maven2] 84/87: Rebuild with libmaven2-core-java 2.2.1-16 (Updates maven-assembly-plugin)
Emmanuel Bourg
- [maven2] 85/87: Moved the package to Git
Emmanuel Bourg
- [maven2] 86/87: Merge tag 'upstream/2.2.1'
Emmanuel Bourg
- [maven2] 87/87: Rebuild with libmaven2-core-java 2.2.1-17 (Closes: #779337)
Emmanuel Bourg
- [maven2] 01/01: pristine-tar data for maven2_2.2.1.orig.tar.gz
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.0-1 created (now 3b6b4ed)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-11 created (now fedb769)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.0-2 created (now f46d4b8)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-10 created (now 0ab8edd)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-1 created (now 67f44f0)
Emmanuel Bourg
- [maven2] 01/01: [svn-buildpackage] Tagging maven2 (2.2.0-1)
Emmanuel Bourg
- [maven2] 01/01: [svn-buildpackage] Tagging maven2 (2.2.1-1)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-12 created (now 0a61d30)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-13 created (now ddfd7f0)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-16 created (now cccc040)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-14 created (now aeef0b1)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-15 created (now c0a7bf8)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-17 created (now 3a9e1f3)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-20 created (now 72e9f83)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-18 created (now caacfb7)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-19 created (now 4666de5)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-2 created (now 20e6c1c)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-21 created (now 3e04d82)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-5 created (now 702a1f4)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-4 created (now 7298dbe)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-3 created (now 165ffe9)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-8 created (now 7747fe4)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-7 created (now 17bae58)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-6 created (now 07365f1)
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-9 created (now 8148c3f)
Emmanuel Bourg
- [maven2] 01/01: [svn-buildpackage] Tagging maven2 (2.2.1-5)
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_7-2 created (now a80e391)
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_7-1 created (now 7a916b0)
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.7-1
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_8-3 created (now df6e930)
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_8-1 created (now f69ff8f)
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.7-2
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.8-1
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.8-3
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_8-4 created (now b0b9251)
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_8-5 created (now 67eb610)
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.8-4
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.8-5
Emmanuel Bourg
- [maven2] annotated tag upstream/2.2.1 created (now 825a392)
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_8-6 created (now bf19fe2)
Emmanuel Bourg
- [maven2] annotated tag debian/RELEASE_2_0_9-1 created (now 30a7e55)
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.8-6
Emmanuel Bourg
- [maven2] 01/01: Tag maven2_2.0.9-1
Emmanuel Bourg
- [maven2] annotated tag debian/2.2.1-22 created (now 2181a77)
Emmanuel Bourg
- [pkg-java] r18648 - trunk/maven2
Emmanuel Bourg
- [jruby] branch next-miguel updated (b70eaf9 -> 466a517)
Miguel Landaeta
- [jruby] 01/01: wip: Attempt to use maven3
Miguel Landaeta
- [maven] branch master updated (b901a02 -> 4bf210d)
Emmanuel Bourg
- [maven] 01/01: Use a secure connection to download artifacts from Maven Central (Closes: #779331)
Emmanuel Bourg
- [eclipse-pydev] branch pristine-tar updated (1dd42e8 -> bcc0d16)
Markus Koschany
- [eclipse-pydev] 01/01: pristine-tar data for eclipse-pydev_3.9.2.orig.tar.xz
Markus Koschany
- [eclipse-pydev] branch experimental created (now 0d1b525)
Markus Koschany
- [eclipse-pydev] 01/38: Remove trailing whitespace from debian/copyright.
Markus Koschany
- [eclipse-pydev] 02/38: Fix debian/watch and do not use githubredir. It is obsolete.
Markus Koschany
- [eclipse-pydev] 03/38: Update fetch-pydev.sh for 3.9.2. release.
Markus Koschany
- [eclipse-pydev] 04/38: Imported Upstream version 3.9.2
Markus Koschany
- [eclipse-pydev] 05/38: Merge tag 'upstream/3.9.2'
Markus Koschany
- [eclipse-pydev] 06/38: Update changelog.
Markus Koschany
- [eclipse-pydev] 07/38: Add new Apache-2.0 licensed files.
Markus Koschany
- [eclipse-pydev] 08/38: Use new canonical Vcs-Browser URL.
Markus Koschany
- [eclipse-pydev] 09/38: Update copyright and fix remaining issues reported by ftp masters.
Markus Koschany
- [eclipse-pydev] 10/38: Drop add-orbit-dependencies.patch
Markus Koschany
- [eclipse-pydev] 11/38: Drop no-e4.patch.
Markus Koschany
- [eclipse-pydev] 12/38: Drop fix-attach-so-path.patch
Markus Koschany
- [eclipse-pydev] 13/38: Rebase fix-attach-so-path.patch
Markus Koschany
- [eclipse-pydev] 14/38: Add libyaml-snake-java. New build-dependency.
Markus Koschany
- [eclipse-pydev] 15/38: wrap-and-sort -sa
Markus Koschany
- [eclipse-pydev] 16/38: Add snakeyaml to eclipse.orbitdeps
Markus Koschany
- [eclipse-pydev] 17/38: Add add-orbit-dependencies-feature.xml.patch
Markus Koschany
- [eclipse-pydev] 18/38: Revert "Add snakeyaml to eclipse.orbitdeps"
Markus Koschany
- [eclipse-pydev] 22/38: Fix add-orbit-dependencies-feature.xml.patch
Markus Koschany
- [eclipse-pydev] 23/38: Add python.pydev.shared_core-MANIFEST.patch
Markus Koschany
- [eclipse-pydev] 24/38: Add libyaml-snake-java to Build-Depends.
Markus Koschany
- [eclipse-pydev] 25/38: Update add-orbit-dependencies-feature.xml.patch
Markus Koschany
- [eclipse-pydev] 26/38: Add snakeyaml to eclipse.orbitdeps
Markus Koschany
- [eclipse-pydev] 27/38: Drop gbp.conf because xz compression is the default now.
Markus Koschany
- [eclipse-pydev] 19/38: Revert "wrap-and-sort -sa"
Markus Koschany
- [eclipse-pydev] 20/38: Revert "Add libyaml-snake-java. New build-dependency."
Markus Koschany
- [eclipse-pydev] 21/38: Split add-orbit-dependencies.patch into more digestible pieces.
Markus Koschany
- [eclipse-pydev] 28/38: Update python.pydev.shared_core-MANIFEST.patch
Markus Koschany
- [eclipse-pydev] 29/38: Add WorkspaceStub.patch
Markus Koschany
- [eclipse-pydev] 30/38: Update WorkspaceStub.patch
Markus Koschany
- [eclipse-pydev] 31/38: Readd and rebase no-e4.patch
Markus Koschany
- [eclipse-pydev] 32/38: Add MANIFEST-org.python.pydev.debug.patch
Markus Koschany
- [eclipse-pydev] 33/38: Rename and update shared_interactive_console-MANIFEST.patch
Markus Koschany
- [eclipse-pydev] 34/38: Add org.apache.xmlrpc.client
Markus Koschany
- [eclipse-pydev] 35/38: Also remove prebuilt exe files from source
Markus Koschany
- [eclipse-pydev] annotated tag upstream/3.9.2 created (now c56eb84)
Markus Koschany
- [eclipse-pydev] 36/38: Merge tag 'upstream/3.9.2'
Markus Koschany
- [eclipse-pydev] 37/38: Use MANIFEST patch naming scheme consistently.
Markus Koschany
- [eclipse-pydev] 38/38: wrap-and-sort -sa
Markus Koschany
- [maven] annotated tag debian/3.0.5-3 created (now 4a0f939)
Emmanuel Bourg
- [eclipse-pydev] branch experimental updated (0d1b525 -> ce38b8e)
Jakub Adam
- [eclipse-pydev] 01/01: Fix Export-Package in shared_interactive_console jar manifest
Jakub Adam
- [eclipse-pydev] branch master updated (b7255a0 -> 17d220c)
Markus Koschany
- [eclipse-pydev] 01/01: Add Forwarded headers and header descriptions.
Markus Koschany
- [eclipse-pydev] branch experimental deleted (was ce38b8e)
Markus Koschany
- [maven-shared-incremental] branch master updated (1579285 -> 16da98c)
Miguel Landaeta
- [maven-shared-incremental] annotated tag debian/1.1-1 created (now bc3104e)
Miguel Landaeta
- [maven-shared-incremental] 01/03: Add myself as uploader
Miguel Landaeta
- [maven-shared-incremental] 02/03: Bump Standards-Version to 3.9.6
Miguel Landaeta
- [maven-shared-incremental] 03/03: Upload to unstable
Miguel Landaeta
Last message date:
Sat Feb 28 22:33:36 UTC 2015
Archived on: Sat Feb 28 22:33:50 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).