debian/0000775000000000000000000000000012265343506007176 5ustar debian/watch0000664000000000000000000000012311731341326010216 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/pinpoint-(.*).tar.xz debian/pinpoint.examples0000664000000000000000000000002711731341326012570 0ustar introduction.pin *.jpg debian/source/0000775000000000000000000000000012113416400010460 5ustar debian/source/format0000664000000000000000000000001411731341326011677 0ustar 3.0 (quilt) debian/control0000664000000000000000000000155311731341326010600 0ustar Source: pinpoint Section: x11 Priority: extra Maintainer: Antonio Terceiro Build-Depends: debhelper (>= 8.0.0), autoconf, automake, libclutter-1.0-dev, libgdk-pixbuf2.0-dev, libglib2.0-dev, libcairo2-dev, libclutter-gst-dev, dh-autoreconf Standards-Version: 3.9.2 Homepage: http://live.gnome.org/Pinpoint Vcs-Git: git://git.debian.org/collab-maint/pinpoint.git Vcs-Browser: http://git.debian.org/?p=collab-maint/pinpoint.git;a=summary Package: pinpoint Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: hacker-friendly presentation program Pinpoint is a simple presentation tool that uses a plain text file as input. It supports specifying the text position, styling the text, using images or videos as background for slides, embedding commands to be run on specific slides, a speaker view window, and other nice features. debian/compat0000664000000000000000000000000211731341326010367 0ustar 8 debian/pinpoint.pod0000664000000000000000000000106511731341326011537 0ustar =head1 NAME pinpoint - a hacker-friendly presentation program =head1 SYNOPSIS B [OPTIONS] I Run B to check the available options. =head1 SEE ALSO =over =item /usr/share/doc/pinpoint/README A description of pinpoint and list of its features. =item /usr/share/doc/pinpoint/examples/introduction.pin A sample pinpoint presentation, about pinpoint. =back =head1 ABOUT THIS MANUAL This manual was written by Antonio Terceiro (terceiro@debian.org) for the Debian system because the original program did not have one. debian/pinpoint.docs0000664000000000000000000000000711731341326011700 0ustar README debian/docs0000664000000000000000000000001411731341326010037 0ustar NEWS README debian/copyright0000664000000000000000000000213511731341326011125 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: pinpoint Source: http://live.gnome.org/Pinpoint Files: * Copyright: Copyright © 2008 - 2009, 2010, Intel Corporation. License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option0 any later version. . This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . Comment: On Debian systems a copy of the LGPL 2.1 can be found at /usr/share/common-licenses/LGPL-2.1 Files: debian/* Copyright: 2011 Antonio Terceiro License: The Debian packaging is licensed under the same terms as the original package. debian/changelog0000664000000000000000000000232412265343500011043 0ustar pinpoint (1:0.1.5~20120318-1build3) trusty; urgency=medium * No-change rebuild for new cogl -- Iain Lane Tue, 14 Jan 2014 23:24:48 +0000 pinpoint (1:0.1.5~20120318-1build2) raring; urgency=low * No-change rebuild against libcogl12 -- Jeremy Bicha Fri, 22 Feb 2013 21:18:23 -0500 pinpoint (1:0.1.5~20120318-1build1) raring; urgency=low * No change rebuild against latest cogl -- Jeremy Bicha Wed, 07 Nov 2012 21:22:27 -0500 pinpoint (1:0.1.5~20120318-1) unstable; urgency=low * New upstream git snapshot. -- Antonio Terceiro Sun, 18 Mar 2012 08:12:20 -0300 pinpoint (1:0.1.5~20111213-1) unstable; urgency=low * New upstream git snapshot. * Introducing a epoch to the version number since I screwed up in the first upload (it should have been 0.1.2*, not 1.2*). * Fix wrong filename in manpage (Closes: #648971) * Install images used in the example presentation -- Antonio Terceiro Tue, 13 Dec 2011 17:09:47 -0200 pinpoint (1.2.git20111113-1) unstable; urgency=low * Initial release (Closes: #637668) -- Antonio Terceiro Fri, 21 Oct 2011 18:44:26 -0200 debian/rules0000775000000000000000000000125611731341326010255 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_install: dh_auto_install mkdir -p debian/pinpoint/usr/share/man/man1 pod2man -c "" -r "" debian/pinpoint.pod > debian/pinpoint/usr/share/man/man1/pinpoint.1 override_dh_compress: dh_compress -X.pin override_dh_installchangelogs: dh_installchangelogs -XChangeLog version = $(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/-.*//; s/[0-9]\+://') orig_tarball = $(CURDIR)/../pinpoint_$(version).orig.tar.gz get-orig-source: pristine-tar checkout $(orig_tarball) || \ (git archive --prefix=pinpoint-$(version)/ upstream | gzip - > $(orig_tarball)) && \ pristine-tar commit $(orig_tarball)