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 4 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
8 changes: 4 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ haxe (1:2.4-2) unstable; urgency=low
haxe (1:2.4-1) unstable; urgency=low

* New upstream version (CVS 2009-08-01).
* Removed obsolete parts of the copyright file now that ExtLib is
* Removed obsolete parts of the copyright file now that ExtLib is
not included anymore.
* Included patch for Ubuntu location of zlib, thanks to Alessio Treglia.
(Closes: #533159)
Expand Down Expand Up @@ -555,7 +555,7 @@ haxe (20070106-1) experimental; urgency=low
* New upstream release (~1.10).
* Updated manpages.
* Include haxe-mode for Emacs.

-- Jens Peter Secher <[email protected]> Sat, 6 Jan 2007 19:01:42 +0100

haxe (20061201-1) experimental; urgency=low
Expand All @@ -574,7 +574,7 @@ haxe (20061106-1bpo1) stable; urgency=low
haxe (20061106-1) experimental; urgency=low

* New upstream release (~1.08).
- Fixes flash6 code generation.
- Fixes flash6 code generation.
(Closes: #396141)
* Use neko to build haxelib and haxedoc executables, both of which
searches for the libneko.so by use of -rpath in /usr/lib/neko since we
Expand Down Expand Up @@ -603,7 +603,7 @@ haxe (20060715-2) unstable; urgency=low
thanks to Samuel Mimram and Paul Wise.
(Closes: #378373)
* Fixed misspelling in package description.
(Closes: #378631)
(Closes: #378631)
* Updated manual page.

-- Jens Peter Secher <[email protected]> Sat, 22 Jul 2006 10:39:48 +0200
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 @@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Andy Li <[email protected]>
Standards-Version: 4.6.2
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper-compat (= 13),
dh-ocaml,
ocaml-nox,
ocaml-findlib,
Expand Down
3 changes: 0 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ override_dh_strip:
# haxelib is the neko vm appended with neko bytecode. It should not be stripped
dh_strip --exclude=haxelib

override_dh_missing:
dh_missing --fail-missing

get-orig-source:
# create tar manually from git, in order to get submodules
git clone --branch $(DEB_VERSION_UPSTREAM) --depth 1 --recursive https://github.com/HaxeFoundation/haxe.git orig-source
Expand Down
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/haxe/issues
Bug-Submit: https://github.com/HaxeFoundation/haxe/issues/new
Repository-Browse: https://github.com/HaxeFoundation/haxe