--- gpsim-doc-0.22.0.orig/debian/README.Debian +++ gpsim-doc-0.22.0/debian/README.Debian @@ -0,0 +1,6 @@ +gpsim-doc for Debian +-------------------- + +This package provides docs and adds docs to menu system + + -- Stephen M Moraco , Mon, 28 Jan 2002 16:35:30 -0700 --- gpsim-doc-0.22.0.orig/debian/changelog +++ gpsim-doc-0.22.0/debian/changelog @@ -0,0 +1,91 @@ +gpsim-doc (0.22.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Apply patch from Santiago Vila to fix "dpkg-buildpackage -A". + (Closes: #831955) + + -- Adrian Bunk Fri, 13 Jan 2017 17:54:01 +0200 + +gpsim-doc (0.22.0-2) unstable; urgency=low + + * New maintainer. (Closes: #480466) + * Update debian/copyright + * Update debian/doc-base.gpsim-doc-manual + * Don't run code in the binary-arch target of debian/rules + * Standards-Version is 3.8.1 + * Update to debhelper compatibility level 7 + - echo 7 > debian/compat + - Build-Depends: debhelper (>= 7) + - Replace in debian/rules the deprecated dh_clean -k with dh_prep + + -- Armando Segnini Mon, 01 Jun 2009 20:58:33 -0430 + +gpsim-doc (0.22.0-1) unstable; urgency=low + + * New upstream documentation for gpsim + + -- Steffen Joeris Tue, 21 Nov 2006 08:04:00 +1100 + +gpsim-doc (0.22.0~rc3-1) unstable; urgency=medium + + * New upstream documentation for gpsim + * Remove the lyx format from doc-base + + -- Steffen Joeris Sat, 28 Oct 2006 16:30:52 +1000 + +gpsim-doc (0.21.11-1) unstable; urgency=medium + + * New maintainer + * Provide the new documentation from gpsim + * Bump standards version + * Bump debhelper level to 5 and create debian/compat file + * Remove obsolete entry from README.Debian + * Change build-depends-indep to build-depends as we need + debhelper during the clean target + * Correct path in doc-manual + + -- Steffen Joeris Mon, 18 Sep 2006 21:31:23 +1000 + +gpsim-doc (0.20.1-6) unstable; urgency=low + + * Place in proper section + + -- Stephen M Moraco Sun, 22 Jun 2003 00:17:54 -0600 + +gpsim-doc (0.20.1-5) unstable; urgency=low + + * Update to latest policy version + * Fix doc-base problem (split file) + + -- Stephen M Moraco Sat, 21 Jun 2003 00:23:33 -0600 + +gpsim-doc (0.20.1-4) unstable; urgency=low + + * Update to latest policy version + + -- Stephen M Moraco Mon, 7 Oct 2002 20:15:00 -0600 + +gpsim-doc (0.20.1-3) unstable; urgency=low + + * Hand updated docs to latest in gpsim 0.20.14 source tree + NOTE: .pdf is NOT current, .ps and .lyx file are. + * Update to latest policy + + -- Stephen M Moraco Mon, 28 Jan 2002 16:39:09 -0700 + +gpsim-doc (0.20.1-2) unstable; urgency=low + + * New maintianer + * Convert from debmake to debhelper + + -- Stephen M Moraco Sat, 31 Mar 2001 12:34:30 -0700 + +gpsim-doc (0.20.1-1) unstable; urgency=low + + * Initial release. + + -- Joop Stakenborg Fri, 11 Aug 2000 08:45:00 +0200 + +Local variables: +mode: debian-changelog +End: --- gpsim-doc-0.22.0.orig/debian/compat +++ gpsim-doc-0.22.0/debian/compat @@ -0,0 +1 @@ +7 --- gpsim-doc-0.22.0.orig/debian/control +++ gpsim-doc-0.22.0/debian/control @@ -0,0 +1,14 @@ +Source: gpsim-doc +Section: doc +Priority: optional +Maintainer: Armando Segnini +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.1 + +Package: gpsim-doc +Architecture: all +Depends: ${shlibs:Depends} +Suggests: lyx +Description: Documentation for gpsim + This package contains documentation for gpsim in postscript and pdf format + with original LyX sources. --- gpsim-doc-0.22.0.orig/debian/copyright +++ gpsim-doc-0.22.0/debian/copyright @@ -0,0 +1,10 @@ +This package was debianized by Joop Stakenborg pa3aba@debian.org on +Fri, 11 Aug 2000 08:45:00 +0200. It is currently maintained by +Armando Segnini + +It was downloaded from http://www.dattalo.com/gnupic/gpsim.html + +gpsim-doc Copyright (C) 2006 Scott Dattalo + +Gpsim is copyright by Scott Dattalo and released under the +GPL, see /usr/share/common-licenses/GPL. --- gpsim-doc-0.22.0.orig/debian/dirs +++ gpsim-doc-0.22.0/debian/dirs @@ -0,0 +1 @@ +usr/share/doc/gpsim-doc --- gpsim-doc-0.22.0.orig/debian/doc-base.gpsim-doc-manual +++ gpsim-doc-0.22.0/debian/doc-base.gpsim-doc-manual @@ -0,0 +1,12 @@ +Document: gpsim-doc-manual +Title: gpsim - PIC Simulator Manual +Author: T. Scott Dattalo +Abstract: gpsim is a full featured software simulator for Microchip PIC + microcontrollers. +Section: Science/Electronics + +Format: postscript +Files: /usr/share/doc/gpsim-doc/gpsim.ps.gz + +Format: PDF +Files: /usr/share/doc/gpsim-doc/gpsim.pdf.gz --- gpsim-doc-0.22.0.orig/debian/docs +++ gpsim-doc-0.22.0/debian/docs @@ -0,0 +1,3 @@ +gpsim.pdf +gpsim.ps +gpsim.lyx --- gpsim-doc-0.22.0.orig/debian/rules +++ gpsim-doc-0.22.0/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + +# Build architecture-dependent files here. +binary-arch: +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure