Skip to content
Commits on Source (9)
carrotsearch-hppc (0.7.2-1) UNRELEASED; urgency=medium
carrotsearch-hppc (0.7.2-1) unstable; urgency=medium
* Team upload.
* New upstream version.
* Update the patch to apply to the new version.
* Refresh maven rules.
* Install NOTICE.txt which has got renamed upstream.
* Install other text files too.
* Install CHANGES.txt as the upstream changelog.
-- Andrej Shadura <andrewsh@debian.org> Wed, 26 Dec 2018 21:19:38 +0100
-- Andrej Shadura <andrewsh@debian.org> Thu, 27 Dec 2018 20:23:11 +0100
carrotsearch-hppc (0.6.1-6) unstable; urgency=medium
......
NOTICE.txt
ALTERNATIVES.txt
README.txt
de.thetaphi forbiddenapis * * * *
com.carrotsearch hppc-benchmarks jar * * *
com.carrotsearch hppc-examples jar * * *
com.carrotsearch hppc-template-processor jar * * *
com.carrotsearch hppc * * * *
com.carrotsearch.randomizedtesting junit4-maven-plugin * * * *
com.carrotsearch.randomizedtesting randomizedtesting-runner * * * *
it.unimi.dsi fastutil * * * *
junit junit * * * *
net.openhft koloboke-impl-jdk6-7 * * * *
net.sf.retrotranslator retrotranslator-runtime * * * *
net.sf.retrotranslator retrotranslator-transformer * * * *
org.apache.ant ant-nodeps * * * *
......@@ -12,7 +16,14 @@ org.apache.ant ant-junit * * * *
org.apache.maven.plugins maven-deploy-plugin * * * *
org.apache.maven.plugins maven-eclipse-plugin * * * *
org.apache.maven.plugins maven-enforcer-plugin * * * *
org.apache.maven.plugins maven-gpg-plugin * * * *
org.apache.maven.plugins maven-shade-plugin * * * *
org.apache.maven.plugins maven-site-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
org.apache.maven.plugins maven-surefire-plugin * * * *
org.apache.maven.plugins maven-surefire-report-plugin * * * *
org.assertj assertj-core * * * *
org.codehaus.mojo findbugs-maven-plugin * * * *
org.openjdk.jmh jmh-core * * * *
org.openjdk.jmh jmh-generator-annprocess * * * *
sun.jdk tools * * * *
# Include here properties to pass to Maven during the build.
# For example:
# maven.test.skip=true
maven.test.skip=true
com.carrotsearch hppc s/jar/bundle/ s/.*/debian/ * *
com.carrotsearch s/hppc-templateprocessor/hppc-template-processor/ * s/.*/debian/ * *
com.carrotsearch hppc* * s/.*/debian/ * *
s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ s/jar/bundle/ s/.*/debian/ * *
s/com.google.collections/com.google.guava/ s/google-collections/guava/ s/jar/bundle/ s/.*/debian/ * *
com.carrotsearch hppc-benchmarks jar s/.*/debian/ * *
com.carrotsearch hppc-examples jar s/.*/debian/ * *
com.carrotsearch hppc-parent pom s/.*/debian/ * *
com.carrotsearch hppc bundle s/.*/debian/ * *
com.google.guava guava bundle s/.*/debian/ * *
com.google.guava guava s/jar/bundle/ s/.*/debian/ * *
junit junit jar s/4\..*/4.x/ * *
org.apache.velocity velocity jar s/.*/debian/ * *
org.assertj assertj-core bundle s/.*/debian/ * *
org.assertj assertj-core s/jar/bundle/ s/.*/debian/ * *
org.apache.felix maven-bundle-plugin * s/.*/debian/ * *
org.apache.maven.plugins maven-changes-plugin * * * *
org.apache.maven.plugins maven-jxr-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
org.apache.maven.shared maven-plugin-testing-harness * * * *
org.apache.rat apache-rat-plugin * * * *
org.codehaus.plexus plexus-container-default * * * *
org.apache.maven * * s/.*/3.x/ * *
junit junit jar s/4\..*/4.x/ * *
org.apache.maven maven* * s/.*/3.x/ * *
......@@ -8,9 +8,11 @@ Forwarded: no
public String getGeneratedAnnotation() {
return String.format(Locale.ROOT,
- "@javax.annotation.Generated(\n" +
- " date = \"%s\",\n" +
- " value = \"%s\")",
+ "//@javax.annotation.Generated(\n" +
" date = \"%s\",\n" +
" value = \"%s\")",
+ "// date = \"%s\",\n" +
+ "// value = \"%s\")",
getTimeNow(),
TEMPLATE_FILE_TOKEN);
}
......
......@@ -2,3 +2,6 @@
%:
dh $@
override_dh_installchangelogs:
dh_installchangelogs CHANGES.txt