summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:44:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:44:09 +0000
commit67f69231b7fd20b95557a709cb55df1abdd209c3 (patch)
treeb128718847ce02c3a0c9985c02f4d509b21a7352
parentAdding upstream version 0.0~git20210911.681adbf. (diff)
downloadgolang-github-pkg-browser-67f69231b7fd20b95557a709cb55df1abdd209c3.tar.xz
golang-github-pkg-browser-67f69231b7fd20b95557a709cb55df1abdd209c3.zip
Adding debian version 0.0~git20210911.681adbf-2.debian/0.0_git20210911.681adbf-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog21
-rw-r--r--debian/control23
-rw-r--r--debian/copyright51
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/gitlab-ci.yml6
-rw-r--r--debian/patches/auto-gitignore17
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch11
11 files changed, 148 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8514085
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,21 @@
+golang-github-pkg-browser (0.0~git20210911.681adbf-2) unstable; urgency=medium
+
+ * upload to unstable
+
+ -- Reinhard Tartler <siretart@tauware.de> Sun, 02 Jul 2023 09:30:36 -0400
+
+golang-github-pkg-browser (0.0~git20210911.681adbf-1) experimental; urgency=medium
+
+ * Initial release (Closes: #867523, 1033736)
+
+ -- Reinhard Tartler <siretart@tauware.de> Fri, 31 Mar 2023 08:43:56 -0400
+
+golang-github-pkg-browser (0.0~git20170505.0.c90ca0c-1) UNRELEASED; urgency=medium
+
+ [ Patrick O'Doherty ]
+ * Initial release (Closes: #867523)
+
+ [ Alexandre Viau ]
+ * Point Vcs-* urls to salsa.debian.org.
+
+ -- Patrick O'Doherty <p@trickod.com> Thu, 06 Jul 2017 18:36:42 -0700
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..59b0d09
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: golang-github-pkg-browser
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders: Reinhard Tartler <siretart@tauware.de>
+Section: golang
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-golang,
+ golang-any
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pkg-browser
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pkg-browser.git
+Homepage: https://github.com/pkg/browser
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/pkg/browser
+
+Package: golang-github-pkg-browser-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Helpers to open files, readers, and URLs in a browser window
+ This golang helper library provides helpers to open files, readers, and urls in a
+ browser window.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..59672f6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: browser
+Source: https://github.com/pkg/browser
+
+Files: *
+Copyright: 2014, Dave Cheney <dave@cheney.net>
+License: BSD-2-clause
+
+Files: README.md
+ browser.go
+ browser_darwin.go
+ browser_freebsd.go
+ browser_linux.go
+ browser_netbsd.go
+ browser_openbsd.go
+ browser_unsupported.go
+ browser_windows.go
+ example_test.go
+ go.mod
+Copyright: 2014
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2023, Reinhard Tartler <siretart@tauware.de>
+License: BSD-2-clause
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: BSD-2-clause
+ Copyright (c) 2014, Dave Cheney <dave@cheney.net>
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3d450c2
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = debian/sid
+dist = DEP14
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
new file mode 100644
index 0000000..594e14e
--- /dev/null
+++ b/debian/gitlab-ci.yml
@@ -0,0 +1,6 @@
+# auto-generated, DO NOT MODIFY.
+# The authoritative copy of this file lives at:
+# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
+---
+include:
+ - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..13b7d90
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,17 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s). This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (10.7) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..f0cb01c
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,3 @@
++
++/.pc/
++/_build/
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a22980a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+
+auto-gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..44055c8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --builddirectory=_build --buildsystem=golang --with=golang
+
+override_dh_clean:
+ dh_clean
+ rm -rf examples
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..7945052
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/pkg/browser/issues
+Bug-Submit: https://github.com/pkg/browser/issues/new
+Repository: https://github.com/pkg/browser.git
+Repository-Browse: https://github.com/pkg/browser
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..27d5585
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,11 @@
+version=4
+opts="mode=git, pgpmode=none" \
+ https://github.com/pkg/browser.git \
+ HEAD debian
+
+# Use the following when upstream starts to tag releases:
+#
+#version=4
+#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\
+# uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/" \
+# https://github.com/pkg/browser/tags .*/v?(\d\S*)\.tar\.gz debian