--- man-pages-it-2.80.orig/debian/Makefile +++ man-pages-it-2.80/debian/Makefile @@ -0,0 +1,60 @@ +# Do "make screen" first, if you want to protect already installed, +# more up-to-date manual pages than the ones included in this package. +# Do "make install" to copy the pages to their destination. +# Do "make gz" or "make bz2" first if you use compressed source pages. + +prefix?=/usr +MANDIR=$(prefix)/share/man + +GZIP=gzip -9 +BZIP2=bzip2 -9 + +all: screen remove install + +allgz: gz all + +allbz: bz2 all + +screen: + -mkdir not_installed + for i in man?/*; do \ + if [ $(MANDIR)/"$$i" -nt "$$i" ]; then \ + cmp -s $(MANDIR)/"$$i" "$$i" > /dev/null 2>&1; \ + if [ "$$?" != 0 ]; then mv "$$i" not_installed; fi; \ + fi; \ + done + +remove: + for i in man?/* man??/*; do \ + rm -f $(MANDIR)/"$$i" $(MANDIR)/"$$i".gz $(MANDIR)/"$$i".bz2; \ + done + +gz: + for i in man? man??; do $(GZIP) "$$i"/*; done + +bz2: + for i in man? man??; do $(BZIP2) "$$i"/*; done + +# Use with +# make HTDIR=/some/dir HTOPTS=whatever html +# The sed removes the lines "Content-type: text/html\n\n" +html: + @if [ x$(HTDIR) = x ]; then echo "You must set HTDIR."; else \ + for i in man?; do \ + [ -d $(HTDIR)/"$$i" ] || mkdir -p $(HTDIR)/"$$i"; \ + find "$$i/" -type f | while read f; do \ + (cd "$$i"; man2html $(HTOPTS) `basename $$f`) | \ + sed -e '1,2d' > $(HTDIR)/"$$i"/`basename $$f`.html; \ + done; \ + done; fi + +README=$(MANDIR)/man1/README +install: + for i in man?; do \ + install -d -m 755 $(MANDIR)/"$$i"; \ + install -m 644 "$$i"/* $(MANDIR)/"$$i"; \ + done; \ + rm -f $(README) $(README).gz $(README).bz2 + +# someone might also want to look at /var/catman/cat2 or so ... +# a problem is that the location of cat pages varies a lot --- man-pages-it-2.80.orig/debian/changelog +++ man-pages-it-2.80/debian/changelog @@ -0,0 +1,208 @@ +man-pages-it (2.80-5) unstable; urgency=low + + * Still a drop is required for collision with dselect manpages. + + -- Francesco Paolo Lovergine Fri, 02 Aug 2013 23:39:42 +0200 + +man-pages-it (2.80-4) unstable; urgency=low + + * Removed apt and dpkg duplicated or obsolete. + (closes: #711650, #543897, #696602, #548504, #704749) + * Updated policy and compatibility level for debhelper. + * Minimal required changes applied. + + -- Francesco Paolo Lovergine Mon, 29 Jul 2013 23:00:44 +0200 + +man-pages-it (2.80-3) unstable; urgency=low + + * Removed duplicated man2html.1 + (closes: #493883) + + -- Francesco Paolo Lovergine Wed, 27 Aug 2008 12:56:34 +0200 + +man-pages-it (2.80-2) unstable; urgency=low + + * Removed duplicated hman.1 + (closes: #493883) + + -- Francesco Paolo Lovergine Fri, 08 Aug 2008 13:10:45 +0200 + +man-pages-it (2.80-1) unstable; urgency=low + + [Luca Bruno] + + * New upstream version (Closes: #364285) + + Upstream dropped tar manpage (Closes: #280637) + * Updated debian/control + + Policy bumped to 3.8.0 (no change) + + Added Homepage tag + + Improved both long and short descriptions + * Added proper debian/watch file + * Updated debian/changelog with relevant licenses + + [Francesco Paolo Lovergine] + + * Added debian/compat with version 5. + * Removed POSIX manpages and copyright notice included in the original tarball. + * debian/copyright changed as consequence. + * Long description layout reformatted. + + -- Francesco Paolo Lovergine Fri, 25 Jul 2008 11:55:26 +0200 + +man-pages-it (0.3.4-5) unstable; urgency=high + + * Removed vim.1.gz which is already part of vim-common. + + -- Francesco Paolo Lovergine Mon, 27 Nov 2006 15:52:58 +0100 + +man-pages-it (0.3.4-4) unstable; urgency=low + + * Moved X11 manpages in standard path. + (closes: #397963,#397966) + * Moved to compat level 5. + * Now using a custom Makefile in debian/. + * Policy bumped to 3.7.2 (no changes). + + -- Francesco Paolo Lovergine Fri, 10 Nov 2006 23:01:33 +0100 + +man-pages-it (0.3.4-3) unstable; urgency=high + + * Removed colliding manpage: newusers.8 + + -- Francesco Paolo Lovergine Sun, 12 Mar 2006 17:48:13 +0100 + +man-pages-it (0.3.4-2) unstable; urgency=low + + * Policy updated to 3.6.2 + * Removed colliding manpages: + chage.1 + su.1 + pwck.8 + adduser.8 + (closes: #353666, #330574) + + -- Francesco Paolo Lovergine Mon, 20 Feb 2006 16:42:55 +0100 + +man-pages-it (0.3.4-1) unstable; urgency=low + + * New upstream release + (closes: #189163) + * Policy updated to 3.6.1 + * Removed bash patch merged in upstream. + * Removed patch build-dep + + -- Francesco Paolo Lovergine Sat, 27 Sep 2003 11:34:47 +0200 + +man-pages-it (0.3.3-2) unstable; urgency=low + + * Build-depends changed in Build-depends-indep. + * Typo in control/description + + -- Francesco Paolo Lovergine Mon, 7 Apr 2003 11:38:47 +0200 + +man-pages-it (0.3.3-1) unstable; urgency=low + + * New maintainer. + * Removed obsolete pages. + No translation at all is better than obsolete pages. + (closes: #145659,#130611) + * Added docs. + * Patching bash.1. Sent to upstream also. + (closes: #36916) + * Ack fixes. + (closes: #173771,#162481,#140767,#125114) + * Moving /usr/share/X11R6/man in /usr/X11R6/man + + -- Francesco Paolo Lovergine Thu, 13 Feb 2003 12:01:31 +0100 + +man-pages-it (0.3.3-0.1) unstable; urgency=low + + * NMU. + * New upstream release. + (closes: #140767) + * Description corrected in control file. + (closes: #125114) + + -- Francesco Paolo Lovergine Mon, 10 Feb 2003 17:02:28 +0100 + +man-pages-it (0.3.2-0.1) unstable; urgency=low + + * NMU + * New upstream release + * Removed manpages already included in passwd and login. + (closes: #173771,#162481) + * Removed other manpages already present in other pkgs. + * Policy updated. + * Removed make in build-deps: it's a build-essential pkg. + + -- Francesco Paolo Lovergine Tue, 7 Jan 2003 16:23:10 +0100 + +man-pages-it (0.3.0-2) unstable; urgency=low + + * new maintainer: Francesco Tapparo + * added a Build-Depends relation to debhelper and make + * recompiled against to new debhelper (closes: bug#91578) + * removed dh_testroot from the clean target because it is not needed + * added a preamble about the maintainer of the package and about the + upstream source in debian/copyright + * verified adherence to Standard Versions 3.5.2.0 + * removed README.debian, because the information of this file is now + in copyright + + -- Francesco Tapparo Sun, 1 Apr 2001 15:40:28 +0200 + +man-pages-it (0.3.0-1) unstable; urgency=low + + * New upstream release, including 279 pages + * Updated to Standards-Version 2.5.0.0 using debhelper. + + -- Fabrizio Polacco Thu, 26 Aug 1999 17:53:43 +0300 + +man-pages-it (0.2c-1) unstable; urgency=low + + * New upstream release, including 239 pages + + -- Fabrizio Polacco Fri, 23 May 1997 13:08:19 +0300 + +man-pages-it (0.2b-1) unstable; urgency=low + + * New upstream release, including 233 pages + + -- Fabrizio Polacco Fri, 16 May 1997 12:50:02 +0300 + +manpages-it (0.1b-2) frozen; urgency=low + + * Removed manpages man.1, apropos.1, whatis.1 (Bug#5336). + + -- Fabrizio Polacco Fri, 8 Nov 1996 23:35:44 +0200 + +manpages-it (0.1b-1) unstable; urgency=low + + * New upstream version (75 pages) + * Added automatic update of /etc/manpath.config + * Added creation of catman directories + * Added rebuilding of index via mandb + + -- Fabrizio Polacco Thu, 31 Oct 1996 20:11:51 +0200 + +manpages-it (0.1-1) unstable; urgency=low + + * New upstream version + + -- Fabrizio Polacco Sun, 29 Sep 1996 22:35:42 +0300 + +manpages-it (0.0a-2) unstable; urgency=low + + * Changed from experimental to unstable + * Corrected location of file copyright + * Changed Announce and readme files + + -- Fabrizio Polacco Wed, 11 Sep 1996 23:22:02 +0300 + +manpages-it (0.0a-1) experimental; urgency=low + + * Updated to Standards-Version 2.1.0.0. + * Initial release. + + -- Fabrizio Polacco Tue, 10 Sep 1996 22:58:50 +0300 + --- man-pages-it-2.80.orig/debian/compat +++ man-pages-it-2.80/debian/compat @@ -0,0 +1 @@ +9 --- man-pages-it-2.80.orig/debian/control +++ man-pages-it-2.80/debian/control @@ -0,0 +1,18 @@ +Source: man-pages-it +Section: doc +Priority: optional +Maintainer: Francesco Paolo Lovergine +Build-Depends-Indep: debhelper (>= 9) +Standards-Version: 3.9.4 +Homepage: http://www.pluto.it/ildp/man/index.html + +Package: manpages-it +Architecture: all +Suggests: man-browser +Depends: ${misc:Depends} +Description: Italian version of the manual pages + This package contains the manual pages (all sections) translated into + Italian. Translation is (continuously) in progress, and we try to + keep in sync English and Italian versions as much as possible. Anyway + sometimes Italian pages happen to be outdated; in these cases you need + to refer to the original English ones. --- man-pages-it-2.80.orig/debian/copyright +++ man-pages-it-2.80/debian/copyright @@ -0,0 +1,40 @@ +This package was created originally by Fabrizio Polacco. The actual +maintainer is Francesco Paolo Lovergine + +The upstream source was downloaded by the italian manpages section of +http://www.pluto.it/ildp/man/index.html + +Manual pages from other sections are under GPLv2 (or later) or a similar license: + + This is free documentation; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. + +and + + Permission is granted to make and distribute verbatim copies of this + manual provided the copyright notice and this permission notice are + preserved on all copies. + + Permission is granted to copy and distribute modified versions of this + manual under the conditions for verbatim copying, provided that the + entire resulting derived work is distributed under the terms of a + permission notice identical to this one. + + Since the Linux kernel is constantly changing, this manual page may + be incorrect or out-of-date. The author(s) assume no responsibility + for errors or omissions, or for damages resulting from the use of the + information contained herein. + + Formatted or processed versions of this manual, if unaccompanied by + the source, must acknowledge the copyright and authors of this work. + +Original manual pages were written by many different people and improved +by probably even more. Listing all authors and modificators for each +page is not possible here, please check each page to reach the single author. +Italian translations were made by various people, all together forming the +the Italian Linux Documentation Project. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL-2'. --- man-pages-it-2.80.orig/debian/docs +++ man-pages-it-2.80/debian/docs @@ -0,0 +1,2 @@ +readme +HOWTOHELP --- man-pages-it-2.80.orig/debian/rules +++ man-pages-it-2.80/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 +# + +package=man-pages-it +PREFIX=debian/manpages-it/usr/share + +DPKGDEV_DUPS=deb-control.5 deb-shlibs.5 deb-split.5 deb-override.5 deb-substvars.5 deb-version.5 deb-old.5 deb-src-control.5 deb-origin.5 deb.5 deb-extra-override.5 dpkg-vendor.1 dpkg-buildpackage.1 dpkg-parsechangelog.1 dpkg-name.1 dpkg-scanpackages.1 dpkg-scansources.1 +DPKG_DUPS=dpkg.cfg.5 update-alternatives.8 start-stop-daemon.8 dpkg-query.1 dpkg-deb.1 dpkg.1 dpkg-split.1 +APT_DUPS=apt_preferences.5 sources.list.5 apt.conf.5 apt-key.8 apt-secure.8 apt-get.8 apt-cdrom.8 apt.8 apt-cache.8 apt-mark.8 apt-config.8 + +DUPLICATED=passwd.5 hman.1 man2html.1 tasksel.8 dselect.1 dselect.cfg.5 $(DPKGDEV_DUPS) $(APT_DUPS) $(DPKG_DUPS) + + +build: + dh_testdir + touch build + +clean: + dh_testdir + rm -f build + dh_clean + +binary-indep: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + ${MAKE} -f debian/Makefile prefix=${PREFIX} MANDIR=${PREFIX}/man/it install + + # these manpages are already included in other packages + for j in ${DUPLICATED} ; do \ + if test -r ${PREFIX}/man/it/man?/$$j ; \ + then echo -n "removing "; ls -1 ${PREFIX}/man/*/man?/$$j ; \ + rm -f ${PREFIX}/man/*/man?/$$j ; fi ; done + + dh_installdocs + dh_installchangelogs CHANGELOG + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean --- man-pages-it-2.80.orig/debian/watch +++ man-pages-it-2.80/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.pluto.it/pub/pluto/ildp/man/man-pages-it-(\d.*)\.tar\.gz