debian/0000775000000000000000000000000012176760147007203 5ustar debian/patches/0000775000000000000000000000000012176757205010633 5ustar debian/patches/series0000664000000000000000000000010212176757205012041 0ustar 00_fix_libtool_version.diff 01_fix_as-needed.diff 02_fix_pc.patch debian/patches/02_fix_pc.patch0000664000000000000000000000125312176760002013413 0ustar Description: The .pc file as shipped makes wrong use of variable assignments Author: negapluck@gmail.com Bug-Ubuntu: https://bugs.launchpad.net/bugs/1207554 Bug-Debian: http://bugs.debian.org/650253 Last-Update: 2013-08-02 --- libview-0.6.6.orig/libview.pc.in +++ libview-0.6.6/libview.pc.in @@ -1,9 +1,10 @@ -prefix=${prefix} +prefix=@prefix@ +exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: libview Description: VMware's Incredibly Exciting Widgets for GTK+ Version: @VERSION@ -Libs: -L${libdir} -lview @PACKAGE_LIBS@ -Cflags: -I${includedir} @PACKAGE_CFLAGS@ +Libs: -L${libdir} -lview @VIEW_LIBS@ +Cflags: -I${includedir} @VIEW_CFLAGS@ debian/patches/00_fix_libtool_version.diff0000664000000000000000000000215011402514371016023 0ustar Index: libview-0.6.6/ltmain.sh =================================================================== --- libview-0.6.6.orig/ltmain.sh 2010-06-05 12:16:22.000000000 +0100 +++ libview-0.6.6/ltmain.sh 2010-06-05 12:16:31.000000000 +0100 @@ -1,6 +1,6 @@ # Generated from ltmain.m4sh. -# ltmain.sh (GNU libtool) 2.2.6 +# ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. @@ -65,7 +65,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-4 +# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2 # automake: $automake_version # autoconf: $autoconf_version # @@ -73,9 +73,9 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="2.2.6 Debian-2.2.6a-4" +VERSION="2.2.6b Debian-2.2.6b-2" TIMESTAMP="" -package_revision=1.3012 +package_revision=1.3017 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then debian/patches/01_fix_as-needed.diff0000664000000000000000000000162411402514371014445 0ustar Index: libview-0.6.6/ltmain.sh =================================================================== --- libview-0.6.6.orig/ltmain.sh 2010-04-22 00:39:58.000000000 +0100 +++ libview-0.6.6/ltmain.sh 2010-06-05 11:57:46.000000000 +0100 @@ -4716,6 +4716,11 @@ arg=$func_stripname_result ;; + -Wl,--as-needed) + deplibs="$deplibs $arg" + continue + ;; + -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result @@ -5070,6 +5075,15 @@ lib= found=no case $deplib in + -Wl,--as-needed) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + fi + continue + ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" debian/libview2.install0000664000000000000000000000003211402514371012274 0ustar debian/tmp/usr/lib/*.so.* debian/libview-dev.install0000664000000000000000000000017311402514371012774 0ustar debian/tmp/usr/include debian/tmp/usr/lib/*.a debian/tmp/usr/lib/*.so debian/tmp/usr/lib/*.la debian/tmp/usr/lib/pkgconfig debian/control0000664000000000000000000000420612176760613010606 0ustar Source: libview Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Bradley Smith Build-Depends: debhelper (>= 7), libgtkmm-2.4-dev (>= 2.4), quilt Standards-Version: 3.8.4 Homepage: http://view.sourceforge.net Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-libview.git Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-libview.git Package: libview2 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: VMware's Incredibly Exciting Widgets libview is VMware's Incredibly Exciting Widgets, a useful collection of GTK+ widgets used within VMware products, free for everybody's use. . This library consists of several widgets that are used by VMware in Workstation and other products and has been given back to the OSS community. These widgets are under the MIT license and are largely written in C++ for GTKMM. . This is the library package. Package: libview-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libview2 (= ${binary:Version}), libgtkmm-2.4-dev Description: VMware's Incredibly Exciting Widgets libview is VMware's Incredibly Exciting Widgets, a useful collection of GTK+ widgets used within VMware products, free for everybody's use. . This library consists of several widgets that are used by VMware in Workstation and other products and has been given back to the OSS community. These widgets are under the MIT license and are largely written in C++ for GTKMM. . This is the development package. Package: libview2-dbg Architecture: any Section: debug Priority: extra Depends: ${misc:Depends}, libview2 (= ${binary:Version}) Description: VMware's Incredibly Exciting Widgets libview is VMware's Incredibly Exciting Widgets, a useful collection of GTK+ widgets used within VMware products, free for everybody's use. . This library consists of several widgets that are used by VMware in Workstation and other products and has been given back to the OSS community. These widgets are under the MIT license and are largely written in C++ for GTKMM. . This is the debugging package. debian/source/0000775000000000000000000000000011402514371010466 5ustar debian/source/format0000664000000000000000000000001411402514371011674 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000316011571736154010262 0ustar #!/usr/bin/make -f include /usr/share/quilt/quilt.make DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif LDFLAGS = -Wl,--as-needed configure: configure-stamp configure-stamp: $(QUILT_STAMPFN) dh_testdir CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \ --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --infodir=\$${prefix}/share/info touch $@ build: build-stamp build-stamp: configure dh_testdir $(MAKE) touch $@ clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # Empty out the dependency field in our .la files for file in $(CURDIR)/debian/tmp/usr/lib/*.la; do \ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ done binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_install --fail-missing dh_link dh_strip --dbg-package=libview2-dbg dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps -V "libview2 (>= 0.6.6)" dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/compat0000664000000000000000000000000211402514371010364 0ustar 7 debian/changelog0000664000000000000000000000562612176760146011065 0ustar libview (0.6.6-2.1ubuntu1) saucy; urgency=low * Fix libview.pc file to correctly assign variables. (LP: #1207554) (Closes: #650253) -- Andreas Moog Fri, 02 Aug 2013 16:36:21 +0000 libview (0.6.6-2.1) unstable; urgency=low * Non-maintainer upload. * Remove references to other libraries from dependency_libs field Closes: #620597. -- Luk Claes Thu, 02 Jun 2011 18:38:08 +0200 libview (0.6.6-2) unstable; urgency=low * Scrap symbols file due to too many differences between arches. Closes: #584693. -- Bradley Smith Sat, 05 Jun 2010 19:34:48 +0100 libview (0.6.6-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.8.4. * Move libview2-dbg package to debug section. * Add quilt patch system: + 00_fix_libtool_version.diff - Work round libtool problems. + 01_fix_as-needed.diff - Fix -Wl,--as-needed. -- Bradley Smith Sat, 05 Jun 2010 12:20:53 +0100 libview (0.6.4-3) unstable; urgency=low * New Maintainer. Closes: #515824. * debian/rules - Migrate away from cdbs. * debian/control - Update compat to 7 and upgrade debhelper Build-Depends. - Correct Vcs-* fields. * Convert copyright to machine readable format. -- Bradley Smith Thu, 19 Feb 2009 18:37:46 +0000 libview (0.6.4-2) unstable; urgency=low * Orphan package. -- Torsten Werner Tue, 17 Feb 2009 20:59:06 +0100 libview (0.6.4-1) unstable; urgency=low * new upstream version -- Torsten Werner Mon, 12 Jan 2009 22:20:38 +0100 libview (0.6.3-1) unstable; urgency=low * new upstream version * Bump up Standards-Version: 3.8.0 (no changes). -- Torsten Werner Thu, 01 Jan 2009 01:12:31 +0100 libview (0.6.2-1) unstable; urgency=low * new upstream version -- Torsten Werner Wed, 25 Jun 2008 23:16:31 +0200 libview (0.6.1-1) unstable; urgency=low * new upstream version * Add debian/watch. * Switch to debhelper 5. * Update Homepage and Vcs headers in debian/control. * Replace ${Source-Version} by {binary:Version}. * Bump up Standards-Version: 3.7.3. -- Torsten Werner Sun, 16 Dec 2007 14:40:49 +0100 libview (0.6.0-2) unstable; urgency=low * Add X-XS-Vcs-Svn header to debian/control. -- Torsten Werner Tue, 10 Apr 2007 11:25:27 +0200 libview (0.6.0-1) experimental; urgency=low * new upstream release -- Torsten Werner Tue, 23 Jan 2007 06:37:53 +0100 libview (0.5.6-2) unstable; urgency=low * cleanups in debian/rules * set Priority of libview2-dbg to extra -- Torsten Werner Sun, 6 Aug 2006 17:31:57 +0200 libview (0.5.6-1) unstable; urgency=low * Initial release, closes: #379430 -- Torsten Werner Sun, 23 Jul 2006 22:12:38 +0200 debian/watch0000664000000000000000000000007011402514371010214 0ustar version=3 http://sf.net/view/ libview-([\d.]+)\.tar\.gz debian/copyright0000664000000000000000000000361711402514371011130 0ustar Authors: Alex Graveley Christian Hammond Philip Langdale Régis Duchesne Download: http://view.sourceforge.net/ Files: * Copyright: (C) 2005 VMware, Inc. 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: debian/* Copyright: (C) 2009 Bradley Smith License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'.