Browse Source

Initial packaging

Christoph Biedl 5 years ago
parent
commit
151f77b511
9 changed files with 77 additions and 0 deletions
  1. 1 0
      debian/compat
  2. 19 0
      debian/control
  3. 29 0
      debian/copyright
  4. 1 0
      debian/patches/series
  5. 16 0
      debian/patches/typo-fixes.patch
  6. 4 0
      debian/rules
  7. 1 0
      debian/source/format
  8. 4 0
      debian/upstream/metadata
  9. 2 0
      debian/watch

+ 1 - 0
debian/compat

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

+ 19 - 0
debian/control

@@ -0,0 +1,19 @@
+Source: libdigest-ssdeep-perl
+Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Homepage: https://metacpan.org/release/Digest-ssdeep
+Standards-Version: 4.2.1
+Vcs-Browser: https://git.in-ulm.de/cbiedl/libdigest-ssdeep-perl
+Vcs-Git: https://git.in-ulm.de/cbiedl/libdigest-ssdeep-perl.git
+Build-Depends: debhelper (>= 11~),
+Build-Depends-Indep:
+    libtext-wagnerfischer-perl,
+Priority: optional
+Section: perl
+
+Package: libdigest-ssdeep-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+    libtext-wagnerfischer-perl,
+Description: Pure Perl ssdeep (CTPH) fuzzy hashing
+ Digest::ssdeep provides simple implementation of ssdeep fuzzy hashing
+ also known as Context Triggered Piecewise Hashing (CTPH).

+ 29 - 0
debian/copyright

@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Digest-ssdeep
+Upstream-Contact: Reinoso Guzman <reinoso.guzman@gmail.com>
+Source: https://metacpan.org/release/Digest-ssdeep
+
+Files: *
+Copyright: Reinoso Guzman <reinoso.guzman@gmail.com>
+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'.

+ 1 - 0
debian/patches/series

@@ -0,0 +1 @@
+typo-fixes.patch

+ 16 - 0
debian/patches/typo-fixes.patch

@@ -0,0 +1,16 @@
+Subject: Fix typo in mapage reported by lintian
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Forwarded: yes
+Last-Update: 2018-03-27
+
+--- a/lib/Digest/ssdeep.pm
++++ b/lib/Digest/ssdeep.pm
+@@ -498,7 +498,7 @@
+ 
+ =item *
+ 
+-Sustitution: 2
++Substitution: 2
+ 
+ =back
+ 

+ 4 - 0
debian/rules

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

+ 1 - 0
debian/source/format

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

+ 4 - 0
debian/upstream/metadata

@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Reinoso Guzman <reinoso.guzman@gmail.com>
+Name: Digest-ssdeep

+ 2 - 0
debian/watch

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