debian/0000755000000000000000000000000012255414236007172 5ustar debian/copyright0000644000000000000000000000302212215527772011130 0ustar Format: http://www.debian.org/doc/copyright-format/1.0 Source: http://sourceforge.net/projects/bootinfoscript/ Files: * Copyright: 2009-2010, Ulrich Meierfrankenfeld 2011 Gert Hulslemans License: Expat Files: debian/* Copyright: 2011, Alexander Wirt 2011, Christian Hofstaedtler License: Expat Files: bootinfoscript.8 Copyright: 2011, Christian Hofstaedtler License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000755000000000000000000000070112215530015010236 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: asciidoc -d manpage -b docbook bootinfoscript.8.txt xsltproc --nonet --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl bootinfoscript.8.xml override_dh_auto_install: mkdir -p debian/boot-info-script/usr/sbin install -T bootinfoscript debian/boot-info-script/usr/sbin/bootinfoscript debian/source/0000755000000000000000000000000012215527772010500 5ustar debian/source/format0000644000000000000000000000001412215527772011706 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002412215527772012112 0ustar single-debian-patch debian/manpages0000644000000000000000000000002112215527772010707 0ustar bootinfoscript.8 debian/control0000644000000000000000000000126112255411162010570 0ustar Source: boot-info-script Section: admin Priority: extra Maintainer: Christian Hofstaedtler Build-Depends: debhelper (>= 8.0.0), asciidoc, docbook-xsl, xsltproc Standards-Version: 3.9.5 Homepage: http://sourceforge.net/projects/bootinfoscript/ Vcs-Git: git://github.com/zeha/pkg-boot-info-script.git Vcs-Browser: https://github.com/zeha/pkg-boot-info-script/ Package: boot-info-script Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, bsdmainutils, gawk Description: inspect boot environment boot-info-script generates a report of your boot environment. This report can easily be read or sent to someone else in case you can not fix the problem yourself. debian/watch0000644000000000000000000000014112215527772010225 0ustar version=3 opts=dversionmangle=s/\.// \ http://sf.net/bootinfoscript/bootinfoscript-(.+)\.tar.gz debian/changelog0000644000000000000000000000170612255411251011042 0ustar boot-info-script (0.61-2) unstable; urgency=medium * remove obsolete DM-Upload-Allowed flag * Remove some boilerplate * Explicitly depend on gawk (LP: #1260847) * Bump Standards-Version to 3.9.5 (no changes) * Update my e-mail address -- Christian Hofstaedtler Sat, 21 Dec 2013 23:13:17 +0100 boot-info-script (0.61-1) unstable; urgency=low * New Upstream version 0.61 * Upstream renamed boot_info_script to bootinfoscript, we follow * Upstream now ships as tar.gz, drop repackage info * Bump Standards-Version to 3.9.3, no changes necessary -- Christian Hofstaedtler Mon, 07 May 2012 13:46:50 +0200 boot-info-script (0.60-1) unstable; urgency=low [ Alexander Wirt ] * Initial debianiziation. [ Christian Hofstaedtler ] * Take over and add man page. * Initial release. (Closes: #645211) -- Christian Hofstaedtler Wed, 12 Oct 2011 22:09:00 +0200 debian/compat0000644000000000000000000000000212215527772010376 0ustar 8 debian/patches/0000755000000000000000000000000012255414236010621 5ustar debian/patches/debian-changes0000644000000000000000000000426612255414271013403 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . boot-info-script (0.61-2) unstable; urgency=medium . * remove obsolete DM-Upload-Allowed flag * Remove some boilerplate * Explicitly depend on gawk (LP: #1260847) * Bump Standards-Version to 3.9.5 (no changes) * Update my e-mail address Author: Christian Hofstaedtler Bug-Ubuntu: https://bugs.launchpad.net/bugs/1260847 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- /dev/null +++ boot-info-script-0.61/bootinfoscript.8.txt @@ -0,0 +1,47 @@ +bootinfoscript(8) +================= + +Name +---- + +bootinfoscript - tool for debugging bootloader problems + +Synopsis +-------- + +bootinfoscript [options] + +Introduction +------------ + +bootinfoscript inspects your boot environment, that is your partitions and your boot loader. +It produces a report which is easy to read and easy to send to someone else who might be able to help you if you can't fix the problem yourself. + +Options +------- + +*-v*:: + + Show version and exit. + +*-h*:: + + Show help text and exit. + +*-g* or *--gzip*:: + + Gzip report file after creation. The plain text file will be kept, too. + +*--this*:: + + Force bootinfoscript to run, even if you have another copy of bootinfoscript in your local directory. + +See also +-------- + +gzip(1), grub-install(8). + +Author +------ + +This man page was written by Christian Hofstaedtler. debian/patches/series0000644000000000000000000000001712255414236012034 0ustar debian-changes