[pkg-nagios-changes] [Git][nagios-team/pkg-libmonitoring-livestatus-perl][master] 4 commits: Fix control formatting.

Bas Couwenberg gitlab at salsa.debian.org
Fri Nov 20 09:42:39 GMT 2020



Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-libmonitoring-livestatus-perl


Commits:
9d79d7fe by Bas Couwenberg at 2020-11-20T10:32:17+01:00
Fix control formatting.

- - - - -
b33583ae by Bas Couwenberg at 2020-11-20T10:32:17+01:00
Add patch to fix interpreter path in examples.

- - - - -
f8d8d16e by Bas Couwenberg at 2020-11-20T10:36:30+01:00
Update gbp.conf to use --source-only-changes by default.

- - - - -
e2eb05b9 by Bas Couwenberg at 2020-11-20T10:36:30+01:00
Set distribution to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/gbp.conf
- + debian/patches/incorrect-path-for-interpreter.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,6 @@
-libmonitoring-livestatus-perl (0.80-2) UNRELEASED; urgency=medium
+libmonitoring-livestatus-perl (0.80-2) unstable; urgency=medium
+
+  * Team upload.
 
   [ Bas Couwenberg ]
   * Bump Standards-Version to 4.3.0, no changes.
@@ -7,6 +9,8 @@ libmonitoring-livestatus-perl (0.80-2) UNRELEASED; urgency=medium
   * Change netcat build dependency to netcat-openbsd.
     (closes: #969236)
   * Bump watch file version to 4.
+  * Add patch to fix interpreter path in examples.
+  * Update gbp.conf to use --source-only-changes by default.
 
   [ Debian Janitor ]
   * Bump debhelper from old 10 to 12.
@@ -15,7 +19,7 @@ libmonitoring-livestatus-perl (0.80-2) UNRELEASED; urgency=medium
     machine-readable debian/copyright).
   * Update standards version to 4.5.0, no changes needed.
 
- -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 Jul 2018 11:35:07 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 20 Nov 2020 10:26:40 +0100
 
 libmonitoring-livestatus-perl (0.80-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -3,7 +3,8 @@ Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian
 Uploaders: Alexander Wirt <formorer at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper-compat (= 12), libmodule-install-perl
+Build-Depends: debhelper-compat (= 12),
+               libmodule-install-perl
 Build-Depends-Indep: libcpanel-json-xs-perl,
                      netcat-openbsd,
                      perl,


=====================================
debian/gbp.conf
=====================================
@@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s
 
 # Always use pristine-tar.
 pristine-tar = True
+
+[buildpackage]
+pbuilder-options = --source-only-changes


=====================================
debian/patches/incorrect-path-for-interpreter.patch
=====================================
@@ -0,0 +1,20 @@
+Description: Fix interpreter path.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/examples/dump.pl
++++ b/examples/dump.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ 
+ =head1 NAME
+ 
+--- a/examples/test.pl
++++ b/examples/test.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ 
+ =head1 NAME
+ 


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+incorrect-path-for-interpreter.patch



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-libmonitoring-livestatus-perl/-/compare/6ddf427df1c2a03ffa9c20a7046be7749e42a4e6...e2eb05b9c1212be6d69b6c7ec799e7fa0f83559c

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-libmonitoring-livestatus-perl/-/compare/6ddf427df1c2a03ffa9c20a7046be7749e42a4e6...e2eb05b9c1212be6d69b6c7ec799e7fa0f83559c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20201120/f94622aa/attachment-0001.html>


More information about the pkg-nagios-changes mailing list