Browse Source

Initial packaging

Christoph Biedl 5 years ago
parent
commit
2078f59633
6 changed files with 59 additions and 0 deletions
  1. 1 0
      debian/compat
  2. 22 0
      debian/control
  3. 29 0
      debian/copyright
  4. 4 0
      debian/rules
  5. 1 0
      debian/source/format
  6. 2 0
      debian/watch

+ 1 - 0
debian/compat

@@ -0,0 +1 @@
+11

+ 22 - 0
debian/control

@@ -0,0 +1,22 @@
+Source: libtext-wagnerfischer-perl
+Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Homepage: https://metacpan.org/release/Text-WagnerFischer
+Standards-Version: 4.2.1
+Vcs-Browser: https://git.in-ulm.de/cbiedl/libtext-wagnerfischer-perl
+Vcs-Git: https://git.in-ulm.de/cbiedl/libtext-wagnerfischer-perl.git
+Build-Depends: debhelper (>= 11~),
+Build-Depends-Indep:
+    perl,
+Priority: optional
+Section: perl
+
+Package: libtext-wagnerfischer-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+Description: implementation of the Wagner-Fischer edit distance
+ Text::WagnerFischer implements the Wagner-Fischer dynamic programming
+ technique, used here to calculate the edit distance of two strings.
+ The edit distance is a measure of the degree of proximity between two
+ strings, based on "edits": the operations of substitutions, deletions
+ or insertions needed to transform the string into the other one (and
+ vice versa).

+ 29 - 0
debian/copyright

@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Text-WagnerFischer
+Upstream-Contact: Dree Mistrut <dree@friul.it>
+Source: https://metacpan.org/release/Text-WagnerFischer
+
+Files: *
+Copyright: Copyright 2002,2003 Dree Mistrut <dree@friul.it>
+License: Artistic or GPL-1+
+
+Files:
+ debian/*
+Copyright: 2018, Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

+ 4 - 0
debian/rules

@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

+ 1 - 0
debian/source/format

@@ -0,0 +1 @@
+3.0 (quilt)

+ 2 - 0
debian/watch

@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Text-WagnerFischer   .*/Text-WagnerFischer-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$