1
0
Axel Beckert 11 роки тому
батько
коміт
d95182b823
2 змінених файлів з 13 додано та 4 видалено
  1. 6 0
      debian/changelog
  2. 7 4
      debian/control

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+mssh (1.2-4) UNRELEASED; urgency=low
+
+  * Apply wrap-and-sort
+
+ -- Axel Beckert <[email protected]>  Sun, 30 Jun 2013 11:45:01 +0200
+
 mssh (1.2-3) unstable; urgency=low
 
   * QA upload

+ 7 - 4
debian/control

@@ -2,17 +2,20 @@ Source: mssh
 Section: admin
 Priority: optional
 Maintainer: Debian QA Group <[email protected]>
-Build-Depends: debhelper (>= 9~), libgtk2.0-dev, libvte-dev, libgconf2-dev
+Build-Depends: debhelper (>= 9~),
+               libgconf2-dev,
+               libgtk2.0-dev,
+               libvte-dev
 Standards-Version: 3.9.4
 Homepage: http://brad-smith.co.uk/
 Vcs-Git: git://anonscm.debian.org/collab-maint/pkg-mssh.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pkg-mssh.git
-#Vcs-Git: http://git.brad-smith.co.uk/git/debian-old/mssh.git
-#Vcs-Browser: http://git.brad-smith.co.uk/?p=debian-old/mssh.git
 
 Package: mssh
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client
+Depends: openssh-client,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: tool to administrate multiple servers at once
  MultiSSH is a GTK+ based SSH client designed to connect to multiple
  servers and issue to same commands to each server, making administering