[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-snmp-plugins][ci] 7 commits: Trim trailing whitespace.
Jan Wagner
gitlab at salsa.debian.org
Thu May 28 18:03:18 BST 2020
Jan Wagner pushed to branch ci at Debian Nagios Maintainer Group / pkg-nagios-snmp-plugins
Commits:
56eccb39 by Debian Janitor at 2020-05-04T16:22:14+00:00
Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
- - - - -
23c46884 by Debian Janitor at 2020-05-04T16:22:49+00:00
Use secure copyright file specification URI.
Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
- - - - -
f5897780 by Debian Janitor at 2020-05-04T16:23:25+00:00
debian/copyright: use spaces rather than tabs to start continuation lines..
Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html
- - - - -
f84a1997 by Debian Janitor at 2020-05-04T16:24:01+00:00
Bump debhelper from deprecated 5 to 12.
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
- - - - -
6abd503b by Debian Janitor at 2020-05-04T16:24:37+00:00
Set debhelper-compat version in Build-Depends.
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
- - - - -
7e46f8e6 by Debian Janitor at 2020-05-04T16:25:13+00:00
Update standards version to 4.5.0, no changes needed.
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
- - - - -
22010189 by Jan Wagner at 2020-05-28T18:59:44+02:00
Removing .travis.yml and adding .gitlab-ci.yml
- - - - -
6 changed files:
- + .gitlab-ci.yml
- − .travis.yml
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,14 @@
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+ RELEASE: 'unstable'
+ SALSA_CI_DISABLE_APTLY: 0
+ SALSA_CI_DISABLE_AUTOPKGTEST: 0
+ SALSA_CI_DISABLE_BLHC: 0
+ SALSA_CI_DISABLE_LINTIAN: 0
+ SALSA_CI_DISABLE_PIUPARTS: 0
+ SALSA_CI_DISABLE_REPROTEST: 0
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0
=====================================
.travis.yml deleted
=====================================
@@ -1,20 +0,0 @@
-sudo: required
-
-env:
- - TRAVIS_DEBIAN_DISTRIBUTION=unstable
- - TRAVIS_DEBIAN_DISTRIBUTION=testing
- - TRAVIS_DEBIAN_DISTRIBUTION=stable
-
-services:
- - docker
-
-script:
- # build the debian package
- - wget -O- http://travis.debian.net/script.sh | sh -
-
-#notifications:
-# email: false
-
-branches:
- except:
- - /^debian\/\d/
=====================================
debian/changelog
=====================================
@@ -1,6 +1,15 @@
nagios-snmp-plugins (2.1.0-2) UNRELEASED; urgency=medium
- *
+ [ Jan Wagner ]
+ *
+
+ [ Debian Janitor ]
+ * Use secure copyright file specification URI.
+ * debian/copyright: use spaces rather than tabs to start continuation
+ lines.
+ * Bump debhelper from deprecated 5 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Update standards version to 4.5.0, no changes needed.
-- Jan Wagner <waja at cyconet.org> Wed, 23 Jan 2019 22:34:43 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-5
=====================================
debian/control
=====================================
@@ -3,11 +3,11 @@ Section: net
Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Jan Wagner <waja at cyconet.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper-compat (= 12)
Homepage: https://github.com/dnsmichi/manubulon-snmp
Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins
Vcs-Git: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins.git
-Standards-Version: 4.3.0
+Standards-Version: 4.5.0
Package: nagios-snmp-plugins
Architecture: all
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Nagios SNMP Plugins
Upstream-Contact: Patrick Proy (nagios at proy.org)
Source: http://www.manubulon.com/nagios
@@ -36,18 +36,18 @@ License: Expat
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License: GPL-2
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
License: GPL-2+
This program is free software; you can redistribute it and/or modify
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins/-/compare/7cfc87f714abf569acd9612fc3eed35d1c69fef8...2201018913f8ef9276b2562fc271762d681b104b
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins/-/compare/7cfc87f714abf569acd9612fc3eed35d1c69fef8...2201018913f8ef9276b2562fc271762d681b104b
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/20200528/ea1d4b57/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list