Debian NEW package overview for moor
moor_2.0.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Sun, 10 Aug 2025 11:18:20 -0500
Source:moor
Binary:moor moor-dbgsym
Architecture:source amd64
Version:2.0.0-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Stephen Gelman <ssgelm@debian.org>
Description:
moor       - Pager designed to just do the right thing without any configurati
Closes:944035
Changes:
moor (2.0.0-1) unstable; urgency=medium

  * Initial release (Closes: #944035)
Files:
970c010ebf019740ddf4ae909d9a3b3a 2326 golang optional moor_2.0.0-1.dsc
9a66f53cb835a37cb7797f4bae167ba7 3012341 golang optional moor_2.0.0.orig.tar.gz
60ff4fc50de07c6d6303a827aaeecb85 4540 golang optional moor_2.0.0-1.debian.tar.xz
cb6017061d2890b9355cca0cd642b7cf 1955232 debug optional moor-dbgsym_2.0.0-1_amd64.deb
41a86cc4eae104960d9a207ddb79a90a 8330 golang optional moor_2.0.0-1_amd64.buildinfo
73cf6ddddddd073322dd2a38b426554e 2061140 utils optional moor_2.0.0-1_amd64.deb
moor_2.0.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:moor
Binary:moor
Architecture:any
Version:2.0.0-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Stephen Gelman <ssgelm@debian.org>,
Homepage:https://github.com/walles/moor
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/moor
Vcs-Git:https://salsa.debian.org/go-team/packages/moor.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any, golang-github-alecthomas-chroma-v2-dev, golang-github-gotestyourself-gotest.tools-dev, golang-github-google-go-cmp-dev, golang-github-klauspost-compress-dev, golang-github-rivo-uniseg-dev, golang-github-sirupsen-logrus-dev, golang-github-ulikunitz-xz-dev, golang-golang-x-exp-dev, golang-golang-x-sys-dev, golang-golang-x-term-dev
Package-List:moor deb utils optional arch=any
Files:
9a66f53cb835a37cb7797f4bae167ba7 3012341 moor_2.0.0.orig.tar.gz
60ff4fc50de07c6d6303a827aaeecb85 4540 moor_2.0.0-1.debian.tar.xz
Go-Import-Path:github.com/walles/moor
lintian 2.116.3 check for moor_2.0.0-1.dsc (click to toggle)
README.source for moor_2.0.0-1.dsc (click to toggle)
No README.source in this package
control file for moor_2.0.0-1_amd64.deb (click to toggle)
Package:moor
Version:2.0.0-1
Architecture:amd64
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:7081
Static-Built-Using:golang-1.24 (= 1.24.4-1), golang-github-alecthomas-chroma-v2 (= 2.14.0-1), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-dlclark-regexp2 (= 1.11.0+ds1-1), golang-github-klauspost-compress (= 1.18.0+ds1-1), golang-github-rivo-uniseg (= 0.4.7-1), golang-github-ulikunitz-xz (= 0.5.6-2), golang-golang-x-exp (= 0.0~git20231006.7918f67-2), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-term (= 0.22.0-1), golang-logrus (= 1.9.0-1)
Section:utils
Priority:optional
Homepage:https://github.com/walles/moor
Description:
Pager designed to just do the right thing without any configuration
 Moor is a pager. It reads and displays UTF-8 encoded text from files or
 pipelines.
 .
 Moor is designed to just do the right thing without any configuration.
 .
 The intention is that Moor should be trivial to get into if you have
 previously been using Less. If you come from Less and find Moor confusing
 or hard to migrate to, please report it
 .
 Doing the right thing includes:
 .
  * Syntax highlight source code by default using Chroma
  * Search is incremental / find-as-you-type just like in
    Chrome or Emacs
  * Filtering is incremental: Press & to filter the input
    interactively
  * Search becomes case sensitive if you add any UPPER CASE characters
    to your search terms, just like in Emacs
  * Regexp search if your search string is a valid regexp
  * Snappy UI even on slow / large input by reading input in the
    background and using multi-threaded search
  * Supports displaying ANSI color coded texts (like the output from
    git diff for example)
  * Supports UTF-8 input and output
  * Transparent decompression when viewing compressed text
    files (.gz, .bz2, .xz, .zst, .zstd) or streams
  * The position in the file is always shown
  * Supports word wrapping (on actual word boundaries) if requested
    using --wrap or by pressing w
  * Follows output as long as you are on the last line, just like tail -f
  * Renders terminal hyperlinks properly
  * Mouse Scrolling works out of the box
 .
 For compatibility reasons, moor uses the formats declared in these environment
 variables if present:
 .
  * LESS_TERMCAP_md: Man page bold
  * LESS_TERMCAP_us: Man page underline
  * LESS_TERMCAP_so: Status bar and search hits
 .
 For configurability reasons, moor reads extra command line options from
 the MOOR environment variable.
lintian 2.116.3 check for moor_2.0.0-1_amd64.deb (click to toggle)
contents of moor_2.0.0-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-08-10 16:18 ./
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/bin/
-rwxr-xr-x root/root   7229096 2025-08-10 16:18 ./usr/bin/moor
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/doc/moor/
-rw-r--r-- root/root      2768 2025-08-09 14:58 ./usr/share/doc/moor/MOUSE.md.gz
-rw-r--r-- root/root      3943 2025-08-09 14:58 ./usr/share/doc/moor/README.md.gz
-rw-r--r-- root/root       154 2025-08-10 16:18 ./usr/share/doc/moor/changelog.Debian.gz
-rw-r--r-- root/root      1993 2025-08-10 15:35 ./usr/share/doc/moor/copyright
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/man/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/man/man1/
-rw-r--r-- root/root      1868 2025-08-10 16:18 ./usr/share/man/man1/moor.1.gz
control file for moor-dbgsym_2.0.0-1_amd64.deb (click to toggle)
Package:moor-dbgsym
Source:moor
Version:2.0.0-1
Auto-Built-Package:debug-symbols
Architecture:amd64
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:2233
Depends:moor (=2.0.0-1)
Section:debug
Priority:optional
Description:
debug symbols for moor
Build-Ids:f7c92d1e7cb1b45659e187cf3cffe1206cb05353
lintian 2.116.3 check for moor-dbgsym_2.0.0-1_amd64.deb (click to toggle)
contents of moor-dbgsym_2.0.0-1_amd64.deb (click to toggle)
drwxr-xr-x root/root         0 2025-08-10 16:18 ./
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/lib/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/lib/debug/.build-id/f7/
-rw-r--r-- root/root   2276104 2025-08-10 16:18 ./usr/lib/debug/.build-id/f7/c92d1e7cb1b45659e187cf3cffe1206cb05353.debug
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/
drwxr-xr-x root/root         0 2025-08-10 16:18 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-08-10 16:18 ./usr/share/doc/moor-dbgsym -> moor

Timestamp: 10.08.2025 / 17:12:36 (UTC)