summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2021-05-09 09:32:23 -0700
committerRaul Benencia <rul@kalgan.cc>2021-05-09 09:41:58 -0700
commitc57f7e5870d4165110c9ffe285f7fbf9afca74bd (patch)
treeeb7c51095fa4b83fdace8a1ca6518b3db652d122 /debian
parentc7ddac372a72c5803e9318f2f72cb1c4d608029d (diff)
d/control: Wrap and sort
Diffstat (limited to 'debian')
-rw-r--r--debian/control15
1 files changed, 8 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 35caa54..57c2c50 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: zenburn-emacs
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
-Uploaders: Raúl Benencia <rul@kalgan.cc>
+Uploaders: Raúl Benencia <rul@kalgan.cc>,
Build-Depends: debhelper-compat (= 13),
- dh-elpa
+ dh-elpa,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/emacsen-team/zenburn-emacs
Vcs-Git: https://salsa.debian.org/emacsen-team/zenburn-emacs.git
@@ -12,12 +12,13 @@ Homepage: https://github.com/bbatsov/zenburn-emacs
Package: elpa-zenburn-theme
Architecture: all
-Depends: ${misc:Depends},
- emacs, emacsen-common (>= 2.0.8)
-Recommends: emacs (>= 46.0)
+Depends: emacs,
+ emacsen-common (>= 2.0.8),
+ ${misc:Depends},
+Recommends: emacs (>= 46.0),
Enhances: emacs,
- emacs24
-Built-Using: ${misc:Built-Using}
+ emacs24,
+Built-Using: ${misc:Built-Using},
Description: low contrast color theme for Emacs
A port of the popular Vim theme Zenburn for Emacs, built using the
new built-in theme support in Emacs 24.