]> git.donarmstrong.com Git - perltidy.git/commitdiff
Merge branch 'lintian-fixes' into 'master'
authorJelmer Vernooij <jelmer@debian.org>
Tue, 1 Nov 2022 11:33:53 +0000 (11:33 +0000)
committerJelmer Vernooij <jelmer@debian.org>
Tue, 1 Nov 2022 11:33:53 +0000 (11:33 +0000)
Fix some issues reported by lintian

See merge request debian/perltidy!3

debian/changelog
debian/compat [deleted file]
debian/control
debian/rules
debian/upstream/metadata [new file with mode: 0644]

index b0131e26b36ce43b8d65390f89490486aa5188bc..db00ad3896be94e7ba4f000129e52ea00cfc0dd1 100644 (file)
@@ -1,3 +1,16 @@
+perltidy (20220613-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 12 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name,
+    Repository-Browse.
+  * Use canonical URL in Vcs-Browser.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 31 Oct 2022 14:49:53 -0000
+
 perltidy (20220613-1) unstable; urgency=medium
 
   * New upstream version
@@ -142,7 +155,7 @@ perltidy (20031021-2) unstable; urgency=low
     in debian. (closes: #162066)
   * Change Build-Depends to perl (>=5.6.0-16) as per perl policy
   * Add reference to -st and note that - doesn't mean stdout to -o
-    documentation (closes: #202916) 
+    documentation (closes: #202916)
   * New upstream properly removes useless semi-colons (closes: #203171)
 
  -- Don Armstrong <don@donarmstrong.com>  Wed, 18 Aug 2004 22:54:01 -0700
@@ -196,5 +209,3 @@ perltidy (20010323-1) unstable; urgency=low
   * Adjusted paths in Makefile and fixed $DESTDIR problems.
 
  -- Dr. Guenter Bechly <gbechly@debian.org>  Tue, 27 Mar 2001 19:39:30 +0200
-
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 48082f7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-12
index 25d042d02279b7715cc43d914130ba531686163a..ac0499741252d014eb686419b6d3a99acb8d2255 100644 (file)
@@ -2,12 +2,12 @@ Source: perltidy
 Section: devel
 Priority: optional
 Maintainer: Don Armstrong <don@debian.org>
-Build-Depends: debhelper (>= 12)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: perl
-Standards-Version: 4.3.0
-Homepage: http://perltidy.sourceforge.net/
+Standards-Version: 4.6.1
+Homepage: https://perltidy.sourceforge.net/
 Vcs-Git: https://salsa.debian.org/debian/perltidy.git
-Vcs-Browser: https://salsa.debian.org/debian/perltidy.git
+Vcs-Browser: https://salsa.debian.org/debian/perltidy
 
 Package: perltidy
 Architecture: all
index 6a7c69c437064d130cf15dddafaf036c538aadbe..d75e5071bf99f15f031e698771bccf9373799795 100755 (executable)
@@ -3,5 +3,5 @@
 %:
        dh $@
 
-override_dh_installexamples: 
+override_dh_installexamples:
        dh_installexamples examples/*
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644 (file)
index 0000000..fadc8b9
--- /dev/null
@@ -0,0 +1,5 @@
+---
+Name: Perl-Tidy
+Bug-Database: https://github.com/perltidy/perltidy/issues
+Bug-Submit: https://github.com/perltidy/perltidy/issues/new
+Repository-Browse: https://github.com/perltidy/perltidy