golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 09 Mar 2025 14:42:36 +0800 |
Source: | golang-github-jesseduffield-gocui |
Binary: | golang-github-jesseduffield-gocui-dev |
Architecture: | source all |
Version: | 0.4+git20250220.b376cb0+dfsg-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Jongmin Kim <jmkim@debian.org> |
Description: | golang-github-jesseduffield-gocui-dev - minimalist console user interfaces Go library |
Closes: | 1099808 |
Changes: | golang-github-jesseduffield-gocui (0.4+git20250220.b376cb0+dfsg-1) unstable; urgency=medium * Re-introduce the release (Closes: #1099808) * New upstream 0.4+git20250220.b376cb0 * d/README.source: Add maintainor note * d/control: + Set Section: golang + Set Rules-Requires-Root: no + Set Standards-Version to 4.7.2 + Bump debhelper-compat to 13 + Use dh-sequence-golang + Use @d.o email address * d/upstream/metadata: Add DEP-12 metadata * d/watch: Bump fixed version to 0.4 [ Maytham Alsudany ] * Exclude non-free _examples/Mark.Twain-Tom.Sawyer.txt * Install examples with dh_installexamples |
Files: | f5e11a79f8b34d69051a18408750585e 2651 golang optional golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1.dsc dc5831ec90e50642cc1a68ff2e3afeec 56804 golang optional golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg.orig.tar.xz de0dec658577168726b48a1c8c2ab443 3504 golang optional golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1.debian.tar.xz 7208bffeae98ef6a04228d5893887e0c 57008 golang optional golang-github-jesseduffield-gocui-dev_0.4+git20250220.b376cb0+dfsg-1_all.deb 340ffee233a03e60804a7c07da380532 6834 golang optional golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1_amd64.buildinfo |
golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-jesseduffield-gocui |
Binary: | golang-github-jesseduffield-gocui-dev |
Architecture: | all |
Version: | 0.4+git20250220.b376cb0+dfsg-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Jongmin Kim <jmkim@debian.org> |
Homepage: | https://github.com/jesseduffield/gocui |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-gocui |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-gocui.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any, golang-github-gdamore-tcell.v2-dev, golang-github-go-errors-errors-dev, golang-github-mattn-go-runewidth-dev, golang-github-rivo-uniseg-dev, golang-github-stretchr-testify-dev<!nocheck> |
Package-List: | golang-github-jesseduffield-gocui-dev deb golang optional arch=all |
Files: | dc5831ec90e50642cc1a68ff2e3afeec 56804 golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg.orig.tar.xz de0dec658577168726b48a1c8c2ab443 3504 golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1.debian.tar.xz |
Go-Import-Path: | github.com/jesseduffield/gocui |
lintian 2.104.0 check for golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1.dsc (click to toggle) | |
---|---|
README.source for golang-github-jesseduffield-gocui_0.4+git20250220.b376cb0+dfsg-1.dsc (click to toggle) | |
---|---|
golang-github-jesseduffield-gocui === About commit: 4e4b1ea2993e7a421ecce352b0d4c154aa8bb892 There are discrepancies in 11 commits between two branches: upstream and debian/sid. branch n(commit) commit_fist commit_last ---------------------------------------------------------------------------------------------------------- upstream 11 commits d99ac1a5a23de099e34cb8723e51114bb2b44d23..ad0cd60f29f9b19bf16bdad675c22c1fdb8a42b2 debian/sid 11 commits 29aa0578b08b17ff2e6b9ba35464a7c47e8d93aa..5cccb9a09593e3d6fd550ab29dda1a7b69d9c254 upstream : commits contain only unmodified upstream data. debian/sid : each commit contains exactly the same data as upstream, but with the addition of the debian/ directory. This commit merges these discrepancies into a single branch: debian/sid. |
control file for golang-github-jesseduffield-gocui-dev_0.4+git20250220.b376cb0+dfsg-1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-jesseduffield-gocui-dev |
Source: | golang-github-jesseduffield-gocui |
Version: | 0.4+git20250220.b376cb0+dfsg-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 280 |
Depends: | golang-github-gdamore-tcell.v2-dev, golang-github-go-errors-errors-dev, golang-github-mattn-go-runewidth-dev, golang-github-rivo-uniseg-dev |
Section: | golang |
Priority: | optional |
Homepage: | https://github.com/jesseduffield/gocui |
Description: | minimalist console user interfaces Go library This package provides the minimalist Go package aimed at creating the Console User Interfaces. . Following features are available: * Minimalist API * Views (the "windows" in the GUI) implement the interface io.ReadWriter * Support for overlapping views * The GUI can be modified at runtime (concurrent-safe) * Global and view-level keybindings. * Mouse support * Colored text * Customizable edition mode * Easy to build reusable widgets, complex layouts |
lintian 2.104.0 check for golang-github-jesseduffield-gocui-dev_0.4+git20250220.b376cb0+dfsg-1_all.deb (click to toggle) | |
---|---|
contents of golang-github-jesseduffield-gocui-dev_0.4+git20250220.b376cb0+dfsg-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-03-09 06:42 ./ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/ -rw-r--r-- root/root 2117 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/README.md.gz -rw-r--r-- root/root 652 2025-03-09 06:42 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/changelog.Debian.gz -rw-r--r-- root/root 2336 2025-03-09 06:41 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/copyright drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/ -rw-r--r-- root/root 2458 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/active.go -rw-r--r-- root/root 1392 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/bufs.go -rw-r--r-- root/root 1079 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/colors.go -rw-r--r-- root/root 1453 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/colors256.go -rw-r--r-- root/root 2347 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/colorstrue.go -rw-r--r-- root/root 3657 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/custom_frame.go -rw-r--r-- root/root 4437 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/demo.go -rw-r--r-- root/root 4266 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/dynamic.go -rw-r--r-- root/root 1699 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/flow_layout.go -rw-r--r-- root/root 1839 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/goroutine.go -rw-r--r-- root/root 972 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/hello.go -rw-r--r-- root/root 2095 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/keybinds.go -rw-r--r-- root/root 1142 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/layout.go -rw-r--r-- root/root 1483 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/mask.go -rw-r--r-- root/root 2589 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/mouse.go -rw-r--r-- root/root 1821 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/ontop.go -rw-r--r-- root/root 1894 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/overlap.go -rw-r--r-- root/root 821 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/prompt.go -rw-r--r-- root/root 982 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/size.go -rw-r--r-- root/root 2329 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/stdin.go -rw-r--r-- root/root 1923 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/table.go -rw-r--r-- root/root 3539 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/title.go -rw-r--r-- root/root 3937 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/widgets.go -rw-r--r-- root/root 1062 2025-02-20 08:12 ./usr/share/doc/golang-github-jesseduffield-gocui-dev/examples/wrap.go drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/ drwxr-xr-x root/root 0 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/ -rw-r--r-- root/root 5302 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/attribute.go -rw-r--r-- root/root 3295 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/doc.go -rw-r--r-- root/root 2108 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/edit.go -rw-r--r-- root/root 8609 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/escape.go -rw-r--r-- root/root 5024 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/escape_test.go -rw-r--r-- root/root 250 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/go.mod -rw-r--r-- root/root 8112 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/go.sum -rw-r--r-- root/root 41923 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/gui.go -rw-r--r-- root/root 1394 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/gui_others.go -rw-r--r-- root/root 1164 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/gui_windows.go -rw-r--r-- root/root 9430 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/keybinding.go -rw-r--r-- root/root 742 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/loader.go -rw-r--r-- root/root 1151 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/scrollbar.go -rw-r--r-- root/root 2674 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/scrollbar_test.go -rw-r--r-- root/root 1541 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/task.go -rw-r--r-- root/root 1516 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/task_manager.go -rw-r--r-- root/root 10510 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/tcell_driver.go -rw-r--r-- root/root 11613 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/text_area.go -rw-r--r-- root/root 19703 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/text_area_test.go -rw-r--r-- root/root 47413 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/view.go -rw-r--r-- root/root 7555 2025-03-09 06:42 ./usr/share/gocode/src/github.com/jesseduffield/gocui/view_test.go |
copyright of golang-github-jesseduffield-gocui-dev_0.4+git20250220.b376cb0+dfsg-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gocui Upstream-Contact: Jesse Duffield <jessedduffield@gmail.com> Source: https://github.com/jesseduffield/gocui Files-Excluded: _examples/Mark.Twain-Tom.Sawyer.txt Comment: File is licensed under the Project Gutenberg license, and it's been concluded that it is not compliant with the DFSG. Refer to the following for more info: https://lists.debian.org/debian-legal/2025/03/msg00006.html https://lists.debian.org/debian-legal/2017/08/msg00001.html Files: * Copyright: 2014-2020 The gocui Authors 2018-2024 Jesse Duffield <jessedduffield@gmail.com> License: BSD-3-clause Files: debian/* Copyright: 2019-2025 Jongmin Kim <jmkim@debian.org> License: BSD-3-clause Comment: Debian packaging is licensed under the same terms as upstream License: BSD-3-clause 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. * Neither the name of the gocui Authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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 OWNER 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. |
Timestamp: 09.03.2025 / 08:12:27 (UTC)