This is an automated email from the git hooks/post-receive script. evgeni pushed a commit to branch master in repository unshield.
commit 7f560b5936d14887c69725f48f15321bc74a9e6e Author: Evgeni Golov <[email protected]> Date: Fri May 9 08:25:43 2008 +0200 Imported Debian patch 0.5.1-1 --- debian/changelog | 81 +++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 37 +++++++++++++++++++ debian/copyright | 56 ++++++++++++++++++++++++++++ debian/libunshield-dev.install | 5 +++ debian/libunshield0.install | 2 + debian/rules | 83 ++++++++++++++++++++++++++++++++++++++++++ debian/unshield.install | 2 + debian/watch | 2 + 9 files changed, 269 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..26ddbcb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,81 @@ +unshield (0.5.1-1) unstable; urgency=low + + * New maintainer (Closes: #469787) + * New upstream release (Closes: #350210) + * debian/control: + + libunshield-dev should use ${binary:Version} instead of ${Source-Version} + for depends on libunshield0. + + Bump Standards-Version to 3.7.3, no changes needed. + + Build-Depend on automake instead automake1.7. + + Remove Build-Depend on autoconf. + + Check spelling. (Closes: #418118) + + Add a Homepage field. + * debian/rules: + + Don't ignore make errors in the clean target. + + Update config.{sub,guess} on configure, and remove on clean. + + Don't set CFLAGS, let dpkg handle it. + + Don't set INSTALL_PROGRAM += -s when no nostrip is found, + dh_strip will do this on its own. + + Install upstream changelog. + * debian/watch: + + Update watch-file, it finds upstream releases again now. + * debian/copyright: + + List all copyright holders. + + Use the machine-readable format. + * debian/{unshield,libunshield0,libundhield-dev}.dirs: + + Removed the unneeded .dirs files + + -- Evgeni Golov <[email protected]> Fri, 09 May 2008 08:25:43 +0200 + +unshield (0.5-3) unstable; urgency=low + + * Added Build-Depends to libtool, autoconf, and automake + + -- Volker Christian <[email protected]> Tue, 13 Sep 2005 18:36:47 +0200 + +unshield (0.5-2) unstable; urgency=low + + * Fixed conflicts and replacements + + -- Volker Christian <[email protected]> Sat, 10 Sep 2005 21:54:52 +0200 + +unshield (0.5-1) unstable; urgency=low + + * New upstream release + * Changed Maintainer-Email to [email protected] + * Updated watch file to conform to version 3 + * Updated the the Policy standard 3.6.2 + + -- Volker Christian <[email protected]> Sat, 10 Sep 2005 20:43:24 +0200 + +unshield (0.4-3) unstable; urgency=low + + * Added --version-info to dh_makeshlibs + + -- Volker Christian <[email protected]> Sun, 29 Aug 2004 11:03:38 +0200 + +unshield (0.4-2) unstable; urgency=low + + * Fixed a ia64 bug in upstream ... patch has to be sent to upstream developer + + -- Volker Christian <[email protected]> Mon, 11 Aug 2004 11:55:23 +0200 + +unshield (0.4-1) unstable; urgency=low + + * New upstream release + * Added a watch file + + -- Volker Christian <[email protected]> Mon, 9 Aug 2004 10:38:54 +0200 + +unshield (0.3-2) unstable; urgency=low + + * Manual page fixed. + + -- Volker Christian <[email protected]> Fri, 10 Jul 2004 20:08:55 +0200 + +unshield (0.3-1) unstable; urgency=low + + * Initial Release. + + -- Volker Christian <[email protected]> Fri, 18 Jun 2004 22:44:05 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4aeb234 --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: unshield +Section: utils +Priority: optional +Maintainer: Evgeni Golov <[email protected]> +Build-Depends: debhelper (>= 4.0.0), zlib1g-dev (>= 1.2.1), libtool (>= 1.4), automake +Build-Conflicts: autoconf2.13, automake1.4 +Standards-Version: 3.7.3 +Homepage: http://sourceforge.net/projects/synce + +Package: unshield +Section: utils +Architecture: any +Depends: ${shlibs: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 + machines. + +Package: libunshield0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Replaces: libunshield +Conflicts: libunshield, liborange +Description: library to extract CAB files from InstallShield installers + This are libraries to create applications extracting CAB files from + InstallShield installers used to be installed on Windows CE devices or + Windows desktop machines. + +Package: libunshield-dev +Section: libdevel +Architecture: any +Depends: libunshield0 (= ${binary:Version}) +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2a1a05d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,56 @@ +Original-Source: + http://sourceforge.net/project/showfiles.php?group_id=30550&package_id=125523 + +Files: * +Copyright: © 2002-2008 David Eriksson <[email protected]> +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +Files: lib/md5/{global.h,md5c.c,md5.h}: +Copyright: © 1991-2, RSA Data Security, Inc. +License: other + License to copy and use this software is granted provided that it + is identified as the "RSA Data Security, Inc. MD5 Message-Digest + Algorithm" in all material mentioning or referencing this software + or this function. + . + License is also granted to make and use derivative works provided + that such works are identified as "derived from the RSA Data + Security, Inc. MD5 Message-Digest Algorithm" in all material + mentioning or referencing the derived work. + . + RSA Data Security, Inc. makes no representations concerning either + the merchantability of this software or the suitability of this + software for any particular purpose. It is provided "as is" + without express or implied warranty of any kind. + . + These notices must be retained in any copies of any part of this + documentation and/or software. + +Files: lib/bswap.c +Copyright: © Manuel Bouyer <[email protected]>. +License: PD + +Files: debian/* +Copyright: © 2004-2005 Volker Christian <[email protected]>, + 2008 Evgeni Golov <[email protected]> +License: GPL-any + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/libunshield-dev.install b/debian/libunshield-dev.install new file mode 100644 index 0000000..e1f90f6 --- /dev/null +++ b/debian/libunshield-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/libunshield.a +debian/tmp/usr/lib/libunshield.la +debian/tmp/usr/lib/libunshield.so +debian/tmp/usr/include/libunshield.h +debian/tmp/usr/lib/pkgconfig/libunshield.pc diff --git a/debian/libunshield0.install b/debian/libunshield0.install new file mode 100644 index 0000000..4b81952 --- /dev/null +++ b/debian/libunshield0.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libunshield.so.0.0.0 +debian/tmp/usr/lib/libunshield.so.0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c03d1c1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,83 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/unshield. + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install --list-missing + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs --version-info + dh_installdeb + dh_shlibdeps -L libunshield0 -l debian/libunshield0/usr/lib + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/unshield.install b/debian/unshield.install new file mode 100644 index 0000000..0d49f24 --- /dev/null +++ b/debian/unshield.install @@ -0,0 +1,2 @@ +debian/tmp/usr/bin/unshield +debian/tmp/usr/share/man/man1/unshield.1 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..8bebde5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/synce/ unshield-(.+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unshield.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

