--- partimage-doc-20050720.orig/debian/changelog +++ partimage-doc-20050720/debian/changelog @@ -0,0 +1,95 @@ +partimage-doc (20050720-4) unstable; urgency=medium + + * Orphan the package. + + -- Michael Biebl Sat, 22 Mar 2014 23:34:23 +0100 + +partimage-doc (20050720-3) unstable; urgency=low + + * debian/rules + - Don't ignore make clean errors. + - Build the package in the binary-indep target. + * debian/doc-base + - Remove unnecessary white space. + * debian/control + - Use new Homepage field to specify the upstream URL. + - Bump Standards-Version to 3.7.3. + - Fix a few spelling errors in the long description. + * debian/docs + - No longer install fdl-license.html, a copy of the GFDL. + * debian/copyright + - Add a pointer to /usr/share/common-licenses/GFDL. + + -- Michael Biebl Mon, 04 Feb 2008 01:23:49 +0100 + +partimage-doc (20050720-2) unstable; urgency=low + + * Bump Standards-Version to 3.7.2, no further changes required. + * Bump debhelper compatibility to 5. Tightened build dependency accordingly. + * Added homepage URL to package description. + * Update maintainer email address to biebl@debian.org. + + -- Michael Biebl Fri, 20 Oct 2006 01:10:32 +0200 + +partimage-doc (20050720-1) unstable; urgency=low + + * New maintainer. + * Updated to standards version 3.6.2. + * Removed build dependency to autoconf and automake. + * Removed postinst and prerm as they are created by dh_installdocs + automatically. Closes: #292983 + * Updated documentation from CVS. + + -- Michael Biebl Wed, 20 Jul 2005 16:44:32 +0200 + +partimage-doc (20020126-8) unstable; urgency=low + + * Added new doc-base description. Closes: #217409 + + -- Sergio Rua Fri, 24 Oct 2003 15:16:20 +0100 + +partimage-doc (20020126-7) unstable; urgency=low + + * Moved man pages the partimage and partimage-server packages. + + -- Sergio Rua Wed, 9 Jul 2003 13:39:10 +0100 + +partimage-doc (20020126-6) unstable; urgency=low + + * Corrected path in doc-base. Closes: #189748 + + -- Sergio Rua Sun, 27 Apr 2003 10:04:38 +0100 + +partimage-doc (20020126-5) unstable; urgency=low + + * Rebuilding the package with "linuxdoc-tools" instead of sgmltools-lite + fix the previous problem with the index.html. Closes: #186363 + * Fixed typo error in postinst and prerm. Closes: #183048 + + -- Sergio Rua Thu, 27 Mar 2003 21:11:50 +0000 + +partimage-doc (20020126-4) unstable; urgency=low + + * Created symbolic link from index-1.html to index.html. Closes: #186363 + + -- Sergio Rua Wed, 26 Mar 2003 22:41:49 +0000 + +partimage-doc (20020126-3) unstable; urgency=low + + * Fixed links in the doc directory. Close: #183048 + * Changed sgml tool from linuxdoc to sgmltools-lite + + -- Sergio Rua Sun, 2 Mar 2003 11:00:34 +0000 + +partimage-doc (20020126-2) unstable; urgency=low + + * Added doc-base file. + + -- Sergio Rua Wed, 2 Oct 2002 20:05:40 +0200 + +partimage-doc (20020126-1) unstable; urgency=low + + * Initial Release. + + -- Sergio Rua Thu, 8 Mar 2002 12:16:36 +0100 + --- partimage-doc-20050720.orig/debian/compat +++ partimage-doc-20050720/debian/compat @@ -0,0 +1 @@ +5 --- partimage-doc-20050720.orig/debian/control +++ partimage-doc-20050720/debian/control @@ -0,0 +1,30 @@ +Source: partimage-doc +Section: doc +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5.0.0), linuxdoc-tools +Standards-Version: 3.7.3 +Homepage: http://www.partimage.org + +Package: partimage-doc +Architecture: all +Suggests: doc-base +Conflicts: partimage-server (<= 0.6.2.final-6) +Description: Partition Image User Documentation + This package contains documentation about Partition Image. + . + Partition Image is a partition imaging utility. It has support for the + following file systems: + * Ext2/3, the Linux standard + * ReiserFS, a journalised and powerful file system + * FAT16/32, DOS and Windows file systems + * HPFS, IBM OS/2 file system + * JFS, journalised file system, from IBM, used on AIX + * XFS, another journalised and efficient file system, from SGI, used on Irix + * UFS (beta), Unix file system + * HFS (beta), MacOS File system + * NTFS (experimental), Windows NT, 2000 and XP + Only used blocks are copied and stored into an image file. + The image file can be compressed in the GZIP/BZIP2 formats to save disk space, + and split into multiple files to be copied onto removable media (ZIP for + example), burned on a CD-R, etc. --- partimage-doc-20050720.orig/debian/copyright +++ partimage-doc-20050720/debian/copyright @@ -0,0 +1,17 @@ +This package contains the documentation for Partition Image. + +It was downloaded from http://partimage.sourceforge.net + +Upstream Authors: Francois Dupoux + Franck Ladurelle + +Copyright: + Copyright (C) 2000-2001 Francois Dupoux , + Franck Ladurelle + +License: + This documentation is distributed under the GNU Free Documentation + License Version 1.1. + + On Debian systems, the complete text of the GNU Free Documentation + License can be found in `/usr/share/common-licenses/GFDL'. --- partimage-doc-20050720.orig/debian/doc-base +++ partimage-doc-20050720/debian/doc-base @@ -0,0 +1,13 @@ +Document: partimage-doc +Title: Partiton Image Manual +Author: François Dupoux +Section: Apps/Admin +Abstract: Documentation for partimage, a partition imaging utility. + +Format: debiandoc-sgml +Index: /usr/share/doc/partimage-doc/sgml/index.sgml.gz +Files: /usr/share/doc/partimage-doc/sgml/* + +Format: HTML +Index: /usr/share/doc/partimage-doc/html/index.html +Files: /usr/share/doc/partimage-doc/html/* --- partimage-doc-20050720.orig/debian/docs +++ partimage-doc-20050720/debian/docs @@ -0,0 +1,2 @@ +README +AUTHORS --- partimage-doc-20050720.orig/debian/rules +++ partimage-doc-20050720/debian/rules @@ -0,0 +1,78 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + + rm -f config.status config.cache config.log + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/partimage-doc.sgml > partimage-doc.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f en/sgml/*.html + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/partimage-doc. + $(MAKE) install prefix=$(CURDIR)/debian/partimage-doc/usr + rm -rf $(CURDIR)/debian/partimage-doc/usr/share/man + + + install -d $(CURDIR)/debian/partimage-doc/usr/share/doc/partimage-doc/sgml + mv $(CURDIR)/debian/partimage-doc/usr/share/doc/partimage-doc/html/index.sgml* \ + $(CURDIR)/debian/partimage-doc/usr/share/doc/partimage-doc/sgml + mv $(CURDIR)/debian/partimage-doc/usr/share/doc/partimage-doc/html/faq.sgml* \ + $(CURDIR)/debian/partimage-doc/usr/share/doc/partimage-doc/sgml + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installman + dh_installinfo + dh_installchangelogs ChangeLog + dh_link + dh_strip + 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