Skip to content
Commits on Source (6)
snappy-java (1.1.7.1+dfsg-1) UNRELEASED; urgency=medium
snappy-java (1.1.7.1+dfsg-1) unstable; urgency=medium
* Turn exclusions of orig-tar.sh into Files-Excluded
* New upstream version
......@@ -6,8 +6,15 @@ snappy-java (1.1.7.1+dfsg-1) UNRELEASED; urgency=medium
* Standards-Version: 4.1.4
* Build-Depends: maven-debian-helper
* Point Vcs-fields to Salsa
-- Andreas Tille <tille@debian.org> Wed, 02 May 2018 22:15:24 +0200
* Drop content of NOTICE file from d/copyright and add the file
separately
* d/rules:
- Drop get-orig-source target
- Do not set DEB_HOST_MULTIARCH
- Do not parse d/changelog
- hardening=+all
-- Andreas Tille <tille@debian.org> Thu, 03 May 2018 08:38:10 +0200
snappy-java (1.1.4-1) unstable; urgency=medium
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/xerial/snappy-java
Comment: lib/silk-weaver.jar is not packaged in Debian, and the other files in
this directory are not useful to the Debian package, so they were removed.
......@@ -14,6 +14,13 @@ Files-Excluded: src/main/resources/org/xerial/snappy/native/*
Files: *
Copyright: 2008-2011, Taro L. Saito
2011-2016, xerial.org
License: Apache-2.0
Files: debian/*
Copyright: 2012 Charles Plessy <plessy@debian.org>
2012-2018 Andreas Tille <tille@debian.org>
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......@@ -29,17 +36,3 @@ License: Apache-2.0
.
On Debian systems, the complete text of the Apache License version 2.0
can be found in ‘/usr/share/common-licenses/Apache-2.0’.
Comment:
This product includes software developed by Google
Snappy: http://code.google.com/p/snappy/ (New BSD License)
.
.
This library containd statically linked libstdc++. This inclusion is allowed by
"GCC RUntime Library Exception"
http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
.
== Contributors ==
* Tatu Saloranta
* Providing benchmark suite
* Alec Wysoker
* Performance and memory usage improvement
#!/usr/bin/make -f
export JAVA_HOME := /usr/lib/jvm/default-java
DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --buildsystem=maven
override_dh_auto_configure:
sed -e 's/%VERSION%/$(DEB_UPSTREAM_VERSION)/g' debian/pom.xml > pom.xml
sed -e 's/%VERSION%/$(DEB_VERSION_UPSTREAM)/g' debian/pom.xml > pom.xml
dh_auto_configure
override_dh_auto_build-arch:
......@@ -36,6 +36,3 @@ override_dh_auto_install-arch:
override_dh_auto_clean:
-dh_auto_clean
rm -f pom.xml
get-orig-source:
uscan --download-current-version --rename --force-download