Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add patch to fix wrong-path-for-interpreter lintian issue.
· eec218e7
Bas Couwenberg
authored
Jul 29, 2018
eec218e7
Set distribution to unstable.
· 30abc2bb
Bas Couwenberg
authored
Jul 29, 2018
30abc2bb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
30abc2bb
pg-comparator (2.3.1-2)
UNRELEASED
; urgency=medium
pg-comparator (2.3.1-2)
unstable
; urgency=medium
* Team upload.
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.5, no changes.
* Strip trailing whitespace from control file.
* Add patch to fix wrong-path-for-interpreter lintian issue.
-- Bas Couwenberg <sebastic@debian.org> S
at, 31 Mar 2018 12:43:11
+0200
-- Bas Couwenberg <sebastic@debian.org> S
un, 29 Jul 2018 13:10:30
+0200
pg-comparator (2.3.1-1) unstable; urgency=medium
...
...
debian/patches/series
View file @
30abc2bb
allows-to-typo.patch
extension-control.patch
checksum-typo.patch
wrong-path-for-interpreter.patch
debian/patches/wrong-path-for-interpreter.patch
0 → 100644
View file @
30abc2bb
Description: Use Debian specific path to perl.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/pg_comparator
+++ b/pg_comparator
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# $Id: pg_comparator.pl 1582 2017-07-07 10:21:41Z coelho $
#