Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some issues reported by lintian #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ neko (2.1.0-4) unstable; urgency=medium
neko (2.1.0-3) unstable; urgency=medium

* Added upstream patches
+ boot-c-1.diff and boot-c-2.diff: build nekoc, nekoml, and
nekotools with "nekotools boot -c file.n", such that the
+ boot-c-1.diff and boot-c-2.diff: build nekoc, nekoml, and
nekotools with "nekotools boot -c file.n", such that the
output will be valid binaries.
+ tests-1.diff and tests-2.diff: add tests that run nekoc,
nekoml, and nekotools.
Expand Down Expand Up @@ -120,7 +120,7 @@ neko (2.0.0-1) unstable; urgency=low
Closes: #666858.
* Fix build failure with ld --as-needed. Closes: #641613.
* Fix some lintian warnings.
* TODO: Pass build flags to submodules.
* TODO: Pass build flags to submodules.

-- Matthias Klose <doko@debian.org> Fri, 05 Jul 2013 14:47:28 +0200

Expand Down Expand Up @@ -182,7 +182,7 @@ neko (1.8.1-1) unstable; urgency=low
* Removed obsolete patch tora-pwrite-diversion.diff.
* Added tora-missing-include.diff to include stdlib.h.
* Added mysql-missing-include.diff to include stdlib.h.

-- Jens Peter Secher <jps@debian.org> Tue, 28 Jul 2009 22:32:00 +0200

neko (1.8.0-4) unstable; urgency=low
Expand All @@ -205,7 +205,7 @@ neko (1.8.0-3) unstable; urgency=low
neko (1.8.0-2) unstable; urgency=low

* Promoted libneko to a proper shared library living in /usr/lib.
(Closes: #509454)
(Closes: #509454)
* No need to Build-Conflict with itself because all rpaths have been
removed.
* Use quilt instead of dpatch for patches, and describe how to use
Expand Down Expand Up @@ -328,7 +328,7 @@ neko (1.5.3-3) unstable; urgency=low

* Fix endianess problem in embedded-code loader.
(Closes: #412567)

-- Jens Peter Secher <jps@debian.org> Sat, 3 Mar 2007 11:32:21 +0100

neko (1.5.3-2) unstable; urgency=low
Expand Down
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Andy Li <andy@onthewings.net>
Standards-Version: 4.6.2.0
Build-Depends:
debhelper (>= 12~),
debhelper-compat (= 13),
cmake,
pkg-config,
git,
Expand Down
13 changes: 8 additions & 5 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ License: public-domain

Files: cmake/FindAPACHE.cmake cmake/FindAPR.cmake
Copyright: Apache Software Foundation
License: Apache
License: Apache-2.0

Files: cmake/FindMariaDBConnector.cmake
Copyright: 2013-2014, MariaDB Corporation Ab
Expand All @@ -24,7 +24,7 @@ Copyright:
Copyright 2009-2011 Jay Sorg
Copyright 2015 Thincast Technologies GmbH
Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com>
License: Apache
License: Apache-2.0

Files: cmake/FindPCRE.cmake
Copyright: 2012, Ting Zhao and Howard Hughes Medical Institute ("HHMI")
Expand All @@ -36,7 +36,7 @@ License: Expat

Files: cmake/FindZlib.cmake
Copyright: 2012, Cloudera Inc.
License: Apache
License: Apache-2.0

Files: cmake/LibFindMacros.cmake
Copyright: 2014, Lasse Kärkkäinen <tronic>
Expand Down Expand Up @@ -71,7 +71,7 @@ License: public-domain
binary, for any purpose, commercial or non-commercial, and by any
means.

License: Apache
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.
You may obtain a copy of the License at
Expand All @@ -83,6 +83,9 @@ License: Apache
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the full text of the Apache License, Version 2.0 can be
found in the file `/usr/share/common-licenses/Apache-2.0'.

License: GPL-2
It is free software: you can redistribute it and/or modify it under the terms
Expand All @@ -106,4 +109,4 @@ License: BSD-3-clause
.
Neither the name of the Howard Hughes Mecial Institute nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3 changes: 0 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ override_dh_auto_configure:
override_dh_shlibdeps:
dh_shlibdeps
dpkg-shlibdeps -Tdebian/neko.substvars debian/neko/usr/bin/* debian/neko/usr/lib/*/neko/*.ndll

override_dh_missing:
dh_missing --fail-missing
4 changes: 4 additions & 0 deletions debian/upstream/metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
Bug-Database: https://github.com/HaxeFoundation/neko/issues
Bug-Submit: https://github.com/HaxeFoundation/neko/issues/new
Repository-Browse: https://github.com/HaxeFoundation/neko