summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-04-15 16:53:06 +0200
committerAndrej Shadura <andrewsh@debian.org>2022-04-15 16:53:06 +0200
commit7b9524dd75358903d4a1d989a00d12f6f01b4880 (patch)
tree31673df85f23ddc7552279857fd7a1407519e699
parent9dab382d7be42adbbc480e79f2bd88bfceb3a4bd (diff)
Wrap and sort
-rw-r--r--debian/control17
-rw-r--r--debian/copyright1
2 files changed, 10 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 0a5ae0b..21796a3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: ruby-curses
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
-Uploaders: Andrej Shadura <andrewsh@debian.org>
-Build-Depends: debhelper-compat (= 13),
- gem2deb,
- libncursesw5-dev
+Uploaders:
+ Andrej Shadura <andrewsh@debian.org>,
+Build-Depends:
+ debhelper-compat (= 13),
+ gem2deb,
+ libncursesw5-dev,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-curses.git
@@ -17,9 +19,10 @@ XS-Ruby-Versions: all
Package: ruby-curses
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
- ${misc:Depends},
- ${shlibs:Depends}
+Depends:
+ ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: curses binding for Ruby
Ruby binding for curses, ncurses, and PDCurses. curses is an
extension library for text UI applications.
diff --git a/debian/copyright b/debian/copyright
index f1861eb..bc37239 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -95,4 +95,3 @@ License: Ruby
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
-