--- revu-tools-0.5.orig/debian/changelog +++ revu-tools-0.5/debian/changelog @@ -0,0 +1,11 @@ +revu-tools (0.5-0ubuntu1) dapper; urgency=low + + * New release. + + -- Raphaël Pinson Mon, 20 Feb 2006 21:08:50 +0100 + +revu-tools (0.4-0ubuntu1) dapper; urgency=low + + * Initial release. + + -- Raphaël Pinson Wed, 8 Feb 2006 04:24:23 +0100 --- revu-tools-0.5.orig/debian/compat +++ revu-tools-0.5/debian/compat @@ -0,0 +1 @@ +5 --- revu-tools-0.5.orig/debian/rules +++ revu-tools-0.5/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_INSTALL_MANPAGES_revu-tools = revu-build.1 revu-orig.1 revu-report.1 + +build/revu-tools:: + docbook2x-man debian/man/revu_build.1.docbook + docbook2x-man debian/man/revu_orig.1.docbook + docbook2x-man debian/man/revu_report.1.docbook + +clean:: + rm -f revu-build.1 revu-orig.1 revu-report.1 --- revu-tools-0.5.orig/debian/install +++ revu-tools-0.5/debian/install @@ -0,0 +1 @@ +usr --- revu-tools-0.5.orig/debian/copyright +++ revu-tools-0.5/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Raphaël Pinson on +Mon, 6 Feb 2006 17:40:42 +0100. + +It was downloaded from http://revu.tauware.de/~raphink + +Copyright Holder: Raphaël Pinson + +All the software, including debian/man/* docbooks: +Copyright (C) 2006 Raphaël Pinson + +revu-build: +Copyright (C) 2006 Reinhard Tartler & Raphaël Pinson + +License: + + This program is free software; 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. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, N: MA 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. --- revu-tools-0.5.orig/debian/control +++ revu-tools-0.5/debian/control @@ -0,0 +1,27 @@ +Source: revu-tools +Section: admin +Priority: optional +Maintainer: Raphaël Pinson +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: docbook2x +Standards-Version: 3.6.2 + +Package: revu-tools +Architecture: all +Depends: devscripts, pbuilder, lintian, linda, nice +Description: reviewing tools for Debian packages + REVU-Tools is a set of scripts to help Debian packages reviewers in their task. + It gathers fours scripts: revu-build, revu-orig, revu-report and a hook script + for pbuilder, used by revu-build to perform build tests. + . + Among the informations REVU-tools gives are: + - Whether the package is a Debian-native ; + - Whether the package contains a usable debian/watch file ; + - Whether new versions of the program are available, using the debian/watch file with uscan ; + - Whether the md5 sums of the upstream tarball and the orig.tar.gz are identical, and whether this is normal or not ; + - Whether there is a diff between the extracted upstream tarball and orig.tar.gz. ; + - Whether the package fails to build from source in pbuilder ; + - Whether lintian and linda are happy with this package ; + - Whether running debuild -S -sa on this package generates files in the diff outside of debian/. + . + Homepage: http://revu.tauware.de/~raphink --- revu-tools-0.5.orig/debian/watch +++ revu-tools-0.5/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://revu.tauware.de/~raphink/revu-tools_(.*).tar.gz + --- revu-tools-0.5.orig/debian/docs +++ revu-tools-0.5/debian/docs @@ -0,0 +1,3 @@ +Changelog +TODO +AUTHORS --- revu-tools-0.5.orig/debian/man/revu_build.1.docbook +++ revu-tools-0.5/debian/man/revu_build.1.docbook @@ -0,0 +1,95 @@ + + + + + + Raphaël + Pinson + raphink@ubuntu.com + Reinhard + Tartler + siretart@tauware.de + + + 2006 + Reinhard Tartler & Raphaël Pinson + + + + 2005-02-08 + + + + revu-build + 1 + + + revu-build + Debian packages reviewing tool + + + + revu-build + + + + + + + + + + DESCRIPTION + + Debian packages reviewing tool. + + + revu-build is a reviewing tool from the revu-tools package, aimed to helping reviewers of Debian packages in their task. revu-build achieves a series of build tests using pbuilder, lintian and linda. It returns a series of reports in the current folder that can be used by revu-report to generate a full report. + + + Among the informations revu-build gives are: + + Whether the package fails to build from source in pbuilder ; + Whether lintian and linda are happy with this package ; + Whether running debuild -S -sa on this package generates files in the diff outside of debian/. + + + + + OPTIONS + + + + + Show informations about the program and the usage. + + + + Indicate what dsc file to use. This is optional since revu-build can detect the dsc file automatically in the folder. + + + + + + COPYRIGHT + + Copyright © 2006 Raphaël Pinson. + + + This manual page was written by Raphaël Pinson + <raphink@ubuntu.com> for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- revu-tools-0.5.orig/debian/man/revu_orig.1.docbook +++ revu-tools-0.5/debian/man/revu_orig.1.docbook @@ -0,0 +1,101 @@ + + + + + + Raphaël + Pinson + raphink@ubuntu.com + + + 2006 + Raphaël Pinson + + + + 2005-02-08 + + + + revu-orig + 1 + + + revu-orig + Debian packages reviewing tool + + + + revu-orig + + + + + + + + + + + + + DESCRIPTION + + Debian packages reviewing tool. + + + revu-orig is a reviewing tool from the revu-tools package, aimed to helping reviewers of Debian packages in their task. revu-orig achieves a series of tests comparing the upstream tarball with the orig.tar.gz file. It returns a series of reports in the current folder that can be used by revu-report to generate a full report. revu-orig is currently able to use debian/watch files to detect new upstream versions of the program and download the current upstream tarball to achieve the tests. It also detects Debian-native packages. + + + Among the informations revu-orig gives are: + + Whether the package is a Debian-native ; + Whether the package contains a usable debian/watch file ; + Whether new versions of the program are available, using the debian/watch file with uscan ; + Whether the md5 sums of the upstream tarball and the orig.tar.gz are identical, and whether this is normal or not ; + Whether there is a diff between the extracted upstream tarball and orig.tar.gz. + + + + + OPTIONS + + + + + Show informations about the program and the usage. + + + + Indicate what file to use as upstream tarball. This is optional since revu-orig can download the upstream tarball using debian/watch and/or detect its presence automatically in the folder. + + + + Indicate what dsc file to use. This is optional since revu-orig can detect the dsc file automatically in the folder. Note that this argument can only be given if the tarball was given as first one. + + + + + + COPYRIGHT + + Copyright © 2006 Raphaël Pinson. + + + This manual page was written by Raphaël Pinson + <raphink@ubuntu.com> for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + + --- revu-tools-0.5.orig/debian/man/revu_report.1.docbook +++ revu-tools-0.5/debian/man/revu_report.1.docbook @@ -0,0 +1,104 @@ + + + + + + Raphaël + Pinson + raphink@ubuntu.com + + + 2006 + Raphaël Pinson + + + + 2005-02-08 + + + + revu-report + 1 + + + revu-report + Debian packages reviewing tool + + + + revu-report + + + + + + + + + + + + + DESCRIPTION + + Debian packages reviewing tool. + + + revu-report is a reviewing tool from the revu-tools package, aimed to helping reviewers of Debian packages in their task. revu-report uses revu-build and revu-orig to generate a full report in the current folder. + + + Among the informations revu-report gives are: + + Whether the package is a Debian-native ; + Whether the package contains a usable debian/watch file ; + Whether new versions of the program are available, using the debian/watch file with uscan ; + Whether the md5 sums of the upstream tarball and the orig.tar.gz are identical, and whether this is normal or not ; + Whether there is a diff between the extracted upstream tarball and orig.tar.gz. + Whether the package fails to build from source in pbuilder ; + Whether lintian and linda are happy with this package ; + Whether running debuild -S -sa on this package generates files in the diff outside of debian/. + + + + + OPTIONS + + + + + Show informations about the program and the usage. + + + + Indicate what file to use as upstream tarball. This is optional since revu-report can download the upstream tarball using debian/watch and/or detect its presence automatically in the folder. + + + + Indicate what dsc file to use. This is optional since revu-report can detect the dsc file automatically in the folder. Note that this argument can only be given if the tarball was given as first one. + + + + + + COPYRIGHT + + Copyright © 2006 Raphaël Pinson. + + + This manual page was written by Raphaël Pinson + <raphink@ubuntu.com> for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + +