diff --git a/debian/changelog b/debian/changelog index 4448d076..c8aa41e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) @@ -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 Sat, 6 Jan 2007 19:01:42 +0100 haxe (20061201-1) experimental; urgency=low @@ -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 @@ -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 Sat, 22 Jul 2006 10:39:48 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 0632db3a..4b5c19c4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Andy Li Standards-Version: 4.6.2 -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), dh-ocaml, ocaml-nox, ocaml-findlib, diff --git a/debian/rules b/debian/rules index 4626c67b..3dca1c5a 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 00000000..51986d7e --- /dev/null +++ b/debian/upstream/metadata @@ -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