summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2023-01-16 20:34:33 -0500
committerJames McCoy <jamessan@debian.org>2023-01-16 20:34:33 -0500
commit5c20f00ede434b77fd26888861f655a381c10d9e (patch)
tree6a3478f47c17164b9180c3571e02d5178ba51107
parentf01c38a7ffb610267235f3201518dea88cef02b4 (diff)
Run wrap-and-sort -ast
Signed-off-by: James McCoy <jamessan@debian.org>
-rw-r--r--debian/control23
-rw-r--r--debian/copyright4
2 files changed, 19 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 96bcd9d..80a3013 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
Source: libvterm
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
-Build-Depends: debhelper-compat (= 12), libtool-bin
+Build-Depends:
+ debhelper-compat (= 12),
+ libtool-bin,
Standards-Version: 4.6.1
Section: libs
Homepage: http://www.leonerd.org.uk/code/libvterm/
@@ -13,7 +15,9 @@ Package: libvterm-dev
Section: libdevel
Multi-Arch: same
Architecture: any
-Depends: libvterm0 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libvterm0 (= ${binary:Version}),
+ ${misc:Depends},
Description: abstract terminal library (development files)
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
@@ -26,11 +30,16 @@ Description: abstract terminal library (development files)
with libvterm.
Package: libvterm0
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: pangoterm (<< 0~bzr608), neovim (<< 0.4)
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Breaks:
+ neovim (<< 0.4),
+ pangoterm (<< 0~bzr608),
Description: abstract terminal library
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
@@ -42,7 +51,9 @@ Description: abstract terminal library
Package: libvterm-bin
Section: misc
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: abstract terminal library (utility programs)
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
diff --git a/debian/copyright b/debian/copyright
index f6cc134..2a7ef04 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,6 +32,6 @@ License: MIT
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.