Browse Source

Upgrade to Standards-Version: 3.9.5

Héctor García 10 years ago
parent
commit
b896d97a49
3 changed files with 6 additions and 3 deletions
  1. 1 0
      debian/changelog
  2. 3 3
      debian/control
  3. 2 0
      debian/rules

+ 1 - 0
debian/changelog

@@ -7,6 +7,7 @@ mssh (1.3-1) unstable; urgency=low
     - Can specify conection port number on command line. Closes: #729881.
     - Allow window to be smaller than 1024x768. Closes: #654954.
   * Added bash_completion file. Closes: #635226.
+  * Updated debian/rules to comply with Standards-Version: 3.9.5 
 
  -- Hector Garcia <[email protected]>  Wed, 15 Jan 2014 18:12:21 +0100
 

+ 3 - 3
debian/control

@@ -3,10 +3,10 @@ Section: admin
 Priority: optional
 Maintainer: Hector Garcia <[email protected]>
 Build-Depends: debhelper (>= 7), libgtk2.0-dev, libvte-dev, libgconf2-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.9.5
 Homepage: http://baloo.dyndns.biz
-Vcs-Git: git://baloo.dyndns.biz/mssh.git
-Vcs-Browser: http://baloo.dyndns.biz/gitweb/?p=mssh.git;a=summary
+Vcs-Git: git://baloo.dyndns.biz/mssh.git -b gtk2
+Vcs-Browser: http://baloo.dyndns.biz/gitweb/?p=mssh.git;a=shortlog;h=refs/heads/gtk2
 
 Package: mssh
 Architecture: any

+ 2 - 0
debian/rules

@@ -22,6 +22,8 @@ configure-stamp:
 		--with-gconf-schema-file-dir=/usr/share/gconf/schemas
 	touch $@
 
+build-arch: build-stamp
+build-indep: build-stamp
 build: build-stamp
 build-stamp: configure
 	dh_testdir