--- automoc-1.0~svn884363+0.9.97.orig/debian/copyright +++ automoc-1.0~svn884363+0.9.97/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Sune Vuorela on +Sat, 26 Apr 2008 23:21:42 +0200. + +It was downloaded from + +Upstream Authors: + + Mathias Kretz + Alexander Neundorff + +Copyright: + + Copyright (c) 2007 Mathias Kretz + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Sune Vuorela and +is licensed under the GPL, see above. --- automoc-1.0~svn884363+0.9.97.orig/debian/control +++ automoc-1.0~svn884363+0.9.97/debian/control @@ -0,0 +1,18 @@ +Source: automoc +Section: devel +Priority: extra +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Sune Vuorela , Fathi Boudra , Ana Beatriz Guerrero Lopez , Modestas Vainius +Build-Depends: debhelper (>= 5), libqt4-dev, cmake +Standards-Version: 3.7.3 + +Package: automoc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-dev +Description: automatic moc for Qt 4 packages + This package contains the automoc4 binary which is used to run moc on the right + binaries in a Qt 4 or KDE 4 application. + . + Moc is the meta object compiler which is a much used tool when using the Qt + toolkit. --- automoc-1.0~svn884363+0.9.97.orig/debian/compat +++ automoc-1.0~svn884363+0.9.97/debian/compat @@ -0,0 +1 @@ +5 --- automoc-1.0~svn884363+0.9.97.orig/debian/rules +++ automoc-1.0~svn884363+0.9.97/debian/rules @@ -0,0 +1,72 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +builddir/CMakeCache.txt: + dh_testdir + mkdir -p builddir + cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_CXX_FLAGS="$(CFLAGS)" \ + -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ + -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ + -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" + +build: build-stamp + +build-stamp: builddir/CMakeCache.txt + dh_testdir + + # Add here commands to compile the package. + cd builddir && $(MAKE) + #docbook-to-man debian/automoc.sgml > automoc.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + rm -rf builddir + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/automoc. + cd builddir && $(MAKE) DESTDIR=$(CURDIR)/debian/automoc install + + +# 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 + dh_installdocs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- automoc-1.0~svn884363+0.9.97.orig/debian/changelog +++ automoc-1.0~svn884363+0.9.97/debian/changelog @@ -0,0 +1,47 @@ +automoc (1.0~svn884363+0.9.97-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 22 Dec 2008 12:19:06 +0000 + +automoc (1.0~svn850570-1) unstable; urgency=low + + * New upstream snapshot. + - Required to build newer parts of KDE. Only minor changes. + + -- Sune Vuorela Thu, 21 Aug 2008 21:19:24 +0200 + +automoc (1.0~svn834416-1) unstable; urgency=low + + * New upstream snapshot. + + -- Debian Qt/KDE Maintainers Wed, 23 Jul 2008 17:39:15 +0300 + +automoc (1.0~svn823714-1) unstable; urgency=low + + * New upstream snapshot. Fixes segfaults and other stuff. + + -- Sune Vuorela Mon, 23 Jun 2008 23:57:31 +0200 + +automoc (1.0~svn813484-1) unstable; urgency=low + + * New upstream snapshot + * Update copyright. Is now BSD-licensed. + + -- Sune Vuorela Tue, 27 May 2008 22:51:56 +0200 + +automoc (1.0~svn805317-1) unstable; urgency=low + + * New upstream development snapshot: + - The latest upstream commit is r805317 by mkretz + - Date: Sun, 11 May 2008 10:15:25 -0000 + + -- Debian Qt/KDE Maintainers Sun, 11 May 2008 13:15:25 +0300 + +automoc (0.0.svn801285-1) unstable; urgency=low + + * Automoc split from kdelibs to be used in kdesupport. + Based on r801285 + + -- Sune Vuorela Sat, 26 Apr 2008 23:21:42 +0200 +