debian/0000755000000000000000000000000011351272473007173 5ustar debian/control0000644000000000000000000000154711351272473010605 0ustar Source: gnu-standards Section: doc Priority: optional Maintainer: Tim Retout Standards-Version: 3.8.4 Build-Depends-Indep: texinfo (>= 4.6), texlive-base, texlive-latex-base, texlive-generic-recommended Build-Depends: debhelper (>= 5.0.0) Homepage: http://savannah.gnu.org/projects/gnustandards Vcs-Git: git://git.debian.org/git/collab-maint/gnu-standards.git Vcs-Browser: http://git.debian.org/?p=collab-maint/gnu-standards.git Package: gnu-standards Architecture: all Depends: ${misc:Depends} Description: GNU coding and package maintenance standards This package contains two pieces of documentation from the GNU project: 'GNU Coding Standards', and 'Information for Maintainers of GNU Software'. . These are useful to refer to if you are writing or maintaining software for GNU, but could also be helpful as guidelines for other projects. debian/watch0000644000000000000000000000113511351272473010224 0ustar # This package essentially ships snapshots of the gnustandards CVS # repository. Unfortunately there is no available tarball with # version numbers to parse; tarball generation is turned off in # ViewVC, but even then we would have to parse the ChangeLog to # determine the version. # # There is also a download on each of the relevant web pages: # - http://www.gnu.org/prep/standards/ # - http://www.gnu.org/prep/maintain/ # # But again there is no versioning. Some negotiation with upstream # will be required to get this working. # # -- Tim Retout Sat, 31 Oct 2009 20:51:33 +0000 debian/gnu-standards.docs0000644000000000000000000000016011351272473012614 0ustar standards.text standards.dvi standards.pdf standards.html maintain.text maintain.dvi maintain.pdf maintain.html debian/gnu-standards.doc-base.standards0000644000000000000000000000175711351272473015340 0ustar Document: gnu-coding-standards Title: GNU Coding Standards Author: Richard Stallman, et al. Abstract: The GNU Coding Standards were written by Richard Stallman and other GNU Project volunteers. Their purpose is to make the GNU system clean, consistent, and easy to install. This document can also be read as a guide to writing portable, robust and reliable programs. It focuses on programs written in C, but many of the rules and principles are useful even if you write in another programming language. The rules often state reasons for writing in a certain way. Section: Programming Format: HTML Index: /usr/share/doc/gnu-standards/standards.html Files: /usr/share/doc/gnu-standards/standards.html Format: Text Files: /usr/share/doc/gnu-standards/standards.text.gz Format: PDF Files: /usr/share/doc/gnu-standards/standards.pdf.gz Format: Info Index: /usr/share/info/standards.info.gz Files: /usr/share/info/standards.info.gz Format: DVI Files: /usr/share/doc/gnu-standards/standards.dvi.gz debian/source/0000755000000000000000000000000011351272473010473 5ustar debian/source/format0000644000000000000000000000001411351273341011674 0ustar 3.0 (quilt) debian/gnu-standards.doc-base.maintain0000644000000000000000000000123611351272473015145 0ustar Document: gnu-maintainers-information Title: Information For Maintainers of GNU Software Author: Richard Stallman Abstract: This file contains guidelines and advice for people who are maintainers of GNU programs on behalf of the GNU Project. Section: Programming Format: HTML Index: /usr/share/doc/gnu-standards/maintain.html Files: /usr/share/doc/gnu-standards/maintain.html Format: Text Files: /usr/share/doc/gnu-standards/maintain.text.gz Format: PDF Files: /usr/share/doc/gnu-standards/maintain.pdf.gz Format: Info Index: /usr/share/info/maintain.info.gz Files: /usr/share/info/maintain.info.gz Format: DVI Files: /usr/share/doc/gnu-standards/maintain.dvi.gz debian/copyright0000644000000000000000000000332111351272473011125 0ustar This package was Debianized by Ben Pfaff on Tue, 4 Jul 2000 17:55:19 -0400. The current maintainer is Tim Retout . The Debian packaging is copyright: Copyright (C) 2000, 2001, 2002, 2003 Ben Pfaff Copyright (C) 2004, 2005 Simon Law Copyright (C) 2008, 2009, 2010 Tim Retout The Debian .orig.tar.gz was created as follows, with $VERSION replaced by the date of the last upstream change in the form yyyy.mm.dd: cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/gnustandards \ export -r HEAD -d gnu-standards-$VERSION gnustandards tar czf gnu-standards_$VERSION.orig.tar.gz gnu-standards-$VERSION Upstream authors: Richard Stallman Karl Berry Alexandre Duret-Lutz Paul Eggert Ralf Wildenhues Bruno Haible Sergey Poznyakoff Ward Vandewege Tim Retout Copyright and License: Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. On Debian systems, the complete text of the GNU Free Documentation License, Version 1.3, can be found in the file `/usr/share/common-licenses/GFDL-1.3'. debian/compat0000644000000000000000000000000211351272473010371 0ustar 5 debian/changelog0000644000000000000000000001276511351272473011060 0ustar gnu-standards (2010.03.11-1) unstable; urgency=low * New upstream version. * debian/source/format: Use Format 3.0 (quilt). -- Tim Retout Sun, 21 Mar 2010 01:23:55 +0000 gnu-standards (2010.02.23-1) unstable; urgency=low * New upstream version. * debian/control: Bump Standards-Version to 3.8.4 (no changes needed). -- Tim Retout Mon, 08 Mar 2010 23:18:24 +0000 gnu-standards (2010.01.27-1) unstable; urgency=low * New upstream version. * debian/control: Update maintainer email address. * debian/copyright: Update copyright years and maintainer email address. -- Tim Retout Wed, 27 Jan 2010 22:45:38 +0000 gnu-standards (2009.12.12-1) unstable; urgency=low * New upstream version. -- Tim Retout Tue, 22 Dec 2009 19:21:13 +0000 gnu-standards (2009.11.20-1) unstable; urgency=low * New upstream version. -- Tim Retout Mon, 07 Dec 2009 21:00:04 +0000 gnu-standards (2009.09.14-1) unstable; urgency=low * New upstream version. * debian/control: + Update Standards-Version to 3.8.3. + Add ${misc:Depends} to Depends to get new dpkg (>= 1.15.4) | install-info dependency. * debian/watch: New file with comments explaining upstream distribution mechanism, as suggested by a lintian message. -- Tim Retout Sat, 31 Oct 2009 20:51:33 +0000 gnu-standards (2009.03.12-1) unstable; urgency=low * New Upstream Version * debian/copyright: + Add 2009 to the copyright statements. + Update license to version 1.3 or later of the GFDL. * debian/control: + Revise long description. + Update Standards-Version to 3.8.1. (No changes needed.) -- Tim Retout Fri, 20 Mar 2009 17:37:46 +0000 gnu-standards (2008.06.10-1) unstable; urgency=low * New maintainer. (Closes: #487136) * New upstream version. (Closes: #283295, #434638) * debian/copyright: + Update to reflect relicensing upstream (to GFDL 1.2 or later). + Add instructions for creating source tarball. + Update list of upstream authors. + Add Debian packaging copyright information. * debian/control: + (Section): Move back to main. (Closes: #462871, #357675) + Move debhelper dependency to Build-Depends. Bump to (>= 5.0.0) + Build-Depends-Indep on texinfo (>= 4.6), not (>= 4.6-1). + Build-Depends-Indep on texlive-base, texlive-latex-base, and texlive-generic-recommended. Remove tetex-bin and tetex-extra. + Bump Standards-Version to 3.8.0. + Add Homepage and Vcs-* fields. * debian/compat: + Bump debhelper compatibility level to 5. * debian/rules: + Remove binary-arch. Move rules to binary-indep. + Remove configure, configure-stamp and install rules. Add dh_clean -k to binary-indep. + Remove refresh rule and associated variables. + Do not call unused debhelper commands. + Remove arguments to dh_installinfo and dh_installdocs. + Pass ChangeLog as argument to dh_installchangelogs. + No longer specify SHELL. * debian/postrm, debian/preinst: + Remove empty maintainer scripts. * debian/gnu-standards.postinst, debian/gnu-standards.prerm: + Remove; let dh_installinfo handle them. * debian/gnu-standards.doc-base.standards, debian/gnu-standards.doc-base.maintain: + Add doc-base registration files. (Closes: #451650) * debian/gnu-standards.info: + New file, list info files for dh_installinfo here. * debian/dirs, debian/docs: Remove. * debian/gnu-standards.docs: New file, list docs to install. -- Tim Retout Mon, 23 Jun 2008 22:16:25 +0100 gnu-standards (2005.03.08) unstable; urgency=low * New maintainer. (Closes: Bug#284219) * New upstream versions. * Moved to non-free. -- Simon Law Thu, 16 Dec 2004 14:07:15 -0500 gnu-standards (2003.11.09-1) unstable; urgency=low * New upstream versions of *.texi, texinfo.tex. Closes: #168176. * New upstream URL http://www.gnu.org/prep. * standards.texi: Add @ifhtml alternative for CHAPTER. * Use `makeinfo --html instead of texi2html. -- Ben Pfaff Sun, 9 Nov 2003 21:45:12 -0800 gnu-standards (2002.01.12-1) unstable; urgency=low * New upstream version. * Fixed lintian complaints. * Added fdl.texi due to changed license. * Updated copyright. * Use debhelper version 3. * Change maintainer to pfaffben@debian.org for consistency. * Force Info documents to go into "Development" section in Info directory. -- Ben Pfaff Sat, 12 Jan 2002 19:54:02 -0800 gnu-standards (2001.03.25-3) unstable; urgency=low * New upstream version. -- Ben Pfaff Sun, 22 Jul 2001 12:43:05 -0400 gnu-standards (2001.03.25-2) unstable; urgency=low * Add to Build-Depends. Closes: #92172. -- Ben Pfaff Fri, 30 Mar 2001 10:02:33 -0500 gnu-standards (2001.03.25-1) unstable; urgency=low * New upstream version. * Add Build-Depends. -- Ben Pfaff Sun, 25 Mar 2001 16:08:27 -0500 gnu-standards (2000.11.24-1) unstable; urgency=low * New upstream version. -- Ben Pfaff Fri, 24 Nov 2000 17:40:36 -0500 gnu-standards (2000.08.15-1) unstable; urgency=low * New upstream version. * debian/rules: Improved `refresh' target. -- Ben Pfaff Tue, 15 Aug 2000 16:50:47 -0400 gnu-standards (2000.07.04-1) unstable; urgency=low * Initial Release. -- Ben Pfaff Tue, 4 Jul 2000 17:55:19 -0400 debian/rules0000755000000000000000000000211611351272473010253 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Modified 2000 Ben Pfaff for gnu-standards. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DOCUMENTS = standards.texi maintain.texi build: build-stamp build-stamp: dh_testdir for d in $(DOCUMENTS); do \ base="`echo $$d | sed -e 's/\.texi//;'`"; \ makeinfo $$d; \ makeinfo $$d --html --no-split --number-sections -o $$base.html; \ texi2dvi $$d; \ texi2pdf $$d; \ makeinfo --no-headers --no-split $$d -o $$base.text; \ done touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp rm -f *.aux *.cp *.cps *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr rm -f *.html *.info* *.pdf *.text dh_clean # Build architecture-independent files here. binary-indep: build dh_testdir dh_testroot dh_clean -k dh_installdocs dh_installinfo dh_installchangelogs ChangeLog 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 debian/gnu-standards.info0000644000000000000000000000003511351272473012620 0ustar standards.info maintain.info