Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Drop content of NOTICE file from d/copyright and add the file separately
· 27a08f48
Andreas Tille
authored
May 03, 2018
27a08f48
Drop get-orig-source target
· 6d731980
Andreas Tille
authored
May 03, 2018
6d731980
Do not set DEB_HOST_MULTIARCH
· 0b29ba85
Andreas Tille
authored
May 03, 2018
0b29ba85
Do not parse d/changelog
· fc1f70c4
Andreas Tille
authored
May 03, 2018
fc1f70c4
hardening=+all
· dfb6f6bf
Andreas Tille
authored
May 03, 2018
dfb6f6bf
Upload to unstable
· 5fcb52a4
Andreas Tille
authored
May 03, 2018
5fcb52a4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5fcb52a4
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
...
...
debian/copyright
View file @
5fcb52a4
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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
debian/docs
0 → 100644
View file @
5fcb52a4
NOTICE
debian/rules
View file @
5fcb52a4
#!/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