[unshield] 05/30: update debian packaging for 0.6-1

Evgeni Golov evgeni at moszumanska.debian.org
Sun Dec 27 11:05:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

evgeni pushed a commit to branch master
in repository unshield.

commit 7ac479b4b840ac1e215c424dc667f08659e646a3
Author: Evgeni Golov <sargentd at die-welt.net>
Date:   Fri Mar 12 14:20:06 2010 +0100

    update debian packaging for 0.6-1
---
 debian/changelog | 12 ++++++++++++
 debian/compat    |  2 +-
 debian/control   | 17 +++++++++++------
 3 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26ddbcb..c35fcbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+unshield (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch my e-mail address.
+  * Add ${misc:Depends} to Depends of all binary packages, thanks lintian.
+  * Bump to debhelper 5, 4 is deprecated.
+  * Bump Standards-Version to 3.8.4.
+  * Improve libunshield-dev's long description, thanks lintian.
+  * Add Vcs-* fields.
+
+ -- Evgeni Golov <evgeni at debian.org>  Fri, 12 Mar 2010 13:56:53 +0100
+
 unshield (0.5.1-1) unstable; urgency=low
 
   * New maintainer (Closes: #469787)
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 4aeb234..5d82fd4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,18 @@
 Source: unshield
 Section: utils
 Priority: optional
-Maintainer: Evgeni Golov <sargentd at die-welt.net>
-Build-Depends: debhelper (>= 4.0.0), zlib1g-dev (>= 1.2.1), libtool (>= 1.4), automake
+Maintainer: Evgeni Golov <evgeni at debian.org>
+Build-Depends: debhelper (>= 5.0.0), zlib1g-dev (>= 1.2.1), libtool (>= 1.4), automake
 Build-Conflicts: autoconf2.13, automake1.4
-Standards-Version: 3.7.3
+Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/synce
+Vcs-Git: git://git.debian.org/users/evgeni/unshield.git
+Vcs-Browser: http://git.debian.org/?p=users/evgeni/unshield.git
 
 Package: unshield
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: extracts CAB files from InstallShield installers
  This software extracts CAB files from InstallShield installers
  used to be installed on Windows CE devices or Windows desktop
@@ -19,7 +21,7 @@ Description: extracts CAB files from InstallShield installers
 Package: libunshield0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: libunshield
 Conflicts: libunshield, liborange
 Description: library to extract CAB files from InstallShield installers
@@ -30,8 +32,11 @@ Description: library to extract CAB files from InstallShield installers
 Package: libunshield-dev
 Section: libdevel
 Architecture: any
-Depends: libunshield0 (= ${binary:Version}) 
+Depends: libunshield0 (= ${binary:Version}), ${misc:Depends} 
 Description: development files for libunshield
  This are libraries to create applications extracting CAB files from
  InstallShield installers used to be installed on Windows CE devices or
  Windows desktop machines.
+ .
+ This package contains the development files needed to link applications
+ against libunshield.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git



More information about the Pkg-games-commits mailing list