debian/0000755000000000000000000000000012032335115007161 5ustar debian/copyright0000644000000000000000000000342411600577231011126 0ustar 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 © 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 © 2008, Sune Vuorela and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000011423146161010465 5ustar debian/source/format0000644000000000000000000000001411423146161011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000624012032335115011035 0ustar automoc (1.0~version-0.9.88-5build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Mon, 01 Oct 2012 16:44:13 +0100 automoc (1.0~version-0.9.88-5) unstable; urgency=low * Add Vcs fields to debian/control. * Replace (C) with © in debian/copyright. * Bump Standards-Version to 3.9.2: no changes needed. -- Modestas Vainius Thu, 23 Jun 2011 11:51:41 +0300 automoc (1.0~version-0.9.88-4) unstable; urgency=low * Drop 01_patch_out_qprocess_bug561203.diff patch. It was buggy and didn't serve its purpose well since kde4libs kept FTBFSing anyway, just at qdbuscpp2xml call now (Closes: #563298). -- Modestas Vainius Sat, 02 Jan 2010 01:51:31 +0200 automoc (1.0~version-0.9.88-3) unstable; urgency=high [ Karl Ferdinand Ebert ] * Bumped standard version to 3.8.3: - Fixed lintian warnings (homepage-field and dh_prep). [ Ana Beatriz Guerrero Lopez ] * Remove myself from Uploaders. [ Modestas Vainius ] * Change my email address to modax@debian.org in Uploaders field. * Use dh v7 and minimal rules file: - build depend on debhelper 7.3 for cmake support; * Switch package to dpkg-source format 3.0 (quilt). * Replace QProcess with standard POSIX calls. This should work around toolchain problems on hppa and allow kde4libs and other KDE packages to build (patch 01_patch_out_qprocess_bug561203.diff). See bug#561203. * Urgency=high because it should fix kde4libs FTBFS on hppa. -- Debian Qt/KDE Maintainers Tue, 29 Dec 2009 21:17:54 +0200 automoc (1.0~version-0.9.88-2) unstable; urgency=low * Upload to unstable. -- Ana Beatriz Guerrero Lopez Wed, 18 Feb 2009 16:52:08 +0100 automoc (1.0~version-0.9.88-1) experimental; urgency=low * New upstream release. -- Debian Qt/KDE Maintainers Sun, 25 Jan 2009 19:17:48 +0100 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 debian/control0000644000000000000000000000152111600577231010572 0ustar Source: automoc Section: devel Priority: extra Maintainer: Debian Qt/KDE Maintainers Uploaders: Sune Vuorela , Fathi Boudra , Modestas Vainius Build-Depends: debhelper (>= 7.3), libqt4-dev, cmake Standards-Version: 3.9.2 Homepage: http://cia.vc/stats/project/kde/automoc Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-req/automoc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-req/automoc.git 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. debian/rules0000755000000000000000000000054611423146161010252 0ustar #!/usr/bin/make -f override_dh_auto_configure: dh_auto_configure -- -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" %: dh --buildsystem=cmake --builddirectory=builddir $@ debian/compat0000644000000000000000000000000211423146161010363 0ustar 7