Bug#490240: Okay, down to one lintian warning now, about manpage.
Latest files are in the usual place: http://www.red-bean.com/kfogel/debian/onetime/ File sizes: 3164 2008-09-14 02:55 onetime_1.73-1.diff.gz 936 2008-09-14 02:55 onetime_1.73-1.dsc 1684 2008-09-14 02:55 onetime_1.73-1_i386.changes 11642 2008-09-14 02:55 onetime_1.73-1_i386.deb 1791503 2008-09-14 02:55 onetime_1.73.orig.tar.gz Thanks to some more help from Micah Anderson, I've got it down to one lintian warning now: W: onetime: binary-without-manpage usr/bin/onetime N: N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should N: have a manual page N: N: Note that though the man program has the capability to check for N: several program names in the NAMES section, each of these programs N: should have its own manual page (a symbolic link to the appropriate N: manual page is sufficient) because other manual page viewers such as N: xman or tkman don't support this. N: N: If the name of the man page differs from the binary by case, man may N: be able to find it anyway; however, it is still best practice to make N: the case of the man page match the case of the binary. N: N: If the man pages are provided by another package on which this package N: depends, lintian may not be able to determine that man pages are N: available. In this case, after confirming that all binaries do have N: man pages after this package and its dependencies are installed, N: please add a lintian override. N: N: Refer to Policy Manual, section 12.1 for details. Not yet sure why it's not finding "onetime.1". I'm following the instructions here: http://www.debian.org/doc/maint-guide/ch-dother.en.html#s-manpage Watch this space for more. -Karl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: tagging as pending bugs that are closed by packages in NEW
Processing commands for [EMAIL PROTECTED]: > # Sun Sep 14 08:03:21 UTC 2008 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: libfile-find-rule-vcs-perl > tags 498862 + pending Bug#498862: ITP: libfile-find-rule-vcs-perl -- File::File::Rule add-on for ignoring VCS files/directories There were no tags set. Tags added: pending > # Source package in NEW: libmodule-inspector-perl > tags 496578 + pending Bug#496578: ITP: libmodule-inspector-perl -- An integrated API for inspecting Perl distributions There were no tags set. Tags added: pending > # Source package in NEW: sdlbasic > tags 498762 + pending Bug#498762: ITP: sdlbasic -- BASIC interpreter for game development There were no tags set. Tags added: pending > # Source package in NEW: libprobe-perl-perl > tags 498887 + pending Bug#498887: ITP: libprobe-perl-perl -- Obtain information about the currently running Perl interpreter There were no tags set. Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498893: ITP: libfile-localizenewlines-perl -- Localize the newlines for one or more files
Package: wnpp Severity: wishlist Owner: Damyan Ivanov <[EMAIL PROTECTED]> * Package name: libfile-localizenewlines-perl Version : 1.10 Upstream Author : Adam Kennedy <[EMAIL PROTECTED]> * URL : http://search.cpan.org/dist/File-LocalizeNewlines * License : same as Perl (GPL-1+ or Artistic) Programming Lang: Perl Description : Localize the newlines for one or more files For people that routinely work with a mixture of different platforms that have conflicting newline formats (mainly *NIX and Win32) there are a number of different situations that can result in files having their newlines get corrupted. . File::LocalizeNewlines provides a mechanism for one off or bulk detection and conversion of these files to the newline style for the local platform. . File::LocalizeNewlines implements the conversion using a standard "universal line seperator" regex, which ensures that files with any of the different newlines, plus a couple of common "broken" newlines, including multiple different types mixed in the same file, are all converted to the local platform's newline style. This package is a dependency of padre (ITP#492696) and will be maintained by the Debian Perl Group. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498904: ITP: libboolean-perl -- Boolean support for Perl
Package: wnpp Severity: wishlist Owner: Ansgar Burchardt <[EMAIL PROTECTED]> * Package name: libboolean-perl Version : 0.20 Upstream Author : Ingy döt Net <[EMAIL PROTECTED]> * URL : http://search.cpan.org/dist/boolean/ * License : Artistic | GPL-1+ (like perl) Programming Lang: Perl Description : Boolean support for Perl The boolean module provides basic Boolean support for Perl. . The module provides two singleton objects, true and false, and several helper functions. This packages is required by tests in a new upstream release of libdatetime-format-natural-perl and will be maintained by the Debian Perl Group. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Самые лучшие технологии е-мейл рассылки: 648-67-61
смотри тему -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Aufmachen rentiert sich
Gutes Geld zu kriegen!!! [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#479659: RFH: wine -- Windows API implementation
Hello, i upload wine 1.1.4 http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=wine Update Wine to version 1.1.4 Fix install-man for 1.1.4 Remove build-depends: xlibs-dev (<< 4.3) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498921: ITP: liborlite-perl -- Extremely light weight SQLite-specific ORM
Package: wnpp Severity: wishlist Owner: Damyan Ivanov <[EMAIL PROTECTED]> * Package name: liborlite-perl Version : 0.11 Upstream Author : Adam Kennedy <[EMAIL PROTECTED]> * URL : http://search.cpan.org/dist/ORLite/ * License : same as Perl (GPL-1+ or Artistic) Programming Lang: Perl Description : Extremely light weight SQLite-specific ORM ORLite is an object-relation system specifically for SQLite that follows many of the same principles as the ::Tiny series of modules and has a design that aligns directly to the capabilities of SQLite. . ORLite discovers the schema of a SQLite database, and then uses code generation to build a set of packages for talking to that database. The package is a dependency of Padre (ITP#492696) and will be maintained by the Debian Perl Group. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#490364: PAPT Repository for debian package
Hi! If someone wants to know more about the progress of the package in Debian PAPT repository, please check at http://svn.debian.org/wsvn/python-apps/packages/subdownloader and come at irc.debian.org - #debian-python Thanks -- Marco Rodrigues http://Marco.Tondela.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#490240: Package ready for inspection.
Everything is here: http://www.red-bean.com/kfogel/debian/onetime/ MD5 sums: 3b0851676b54bfde83ae554f698bad87 onetime_1.73-1.diff.gz 406245483994c4712bcdf41613296442 onetime_1.73-1.dsc 787629d4b3e7e631eee1338471efa70d onetime_1.73-1_i386.changes 8c13560c2749d27f33d483050450fd20 onetime_1.73-1_i386.deb bcfb8883953355c550b61df1741c1283 onetime_1.73.orig.tar.gz 55d4830e928761e4704d5b63bb58f620 README.txt File sizes: 3182 2008-09-14 11:49 onetime_1.73-1.diff.gz 936 2008-09-14 11:49 onetime_1.73-1.dsc 1684 2008-09-14 11:49 onetime_1.73-1_i386.changes 12886 2008-09-14 11:49 onetime_1.73-1_i386.deb 1791501 2008-09-14 11:50 onetime_1.73.orig.tar.gz 168 2008-09-14 11:49 README.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#490240: Package re-uploaded.
New version uploaded, after comments from some people helping. I won't bother to paste the upload output here any longer, as the package is signed anyway. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#426259:
block 426259 with 480132 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: tagging as pending bugs that are closed by packages in NEW
Processing commands for [EMAIL PROTECTED]: > # Sun Sep 14 20:03:21 UTC 2008 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: pipebench > tags 465271 + pending Bug#465271: ITP: pipebench -- Measures the speed of a pipe There were no tags set. Tags added: pending > # Source package in NEW: rifiuti > tags 469963 + pending Bug#469963: ITP: rifiuti -- A recycle bin forensic analysis tool There were no tags set. Tags added: pending > # Source package in NEW: libfile-localizenewlines-perl > tags 498893 + pending Bug#498893: ITP: libfile-localizenewlines-perl -- Localize the newlines for one or more files There were no tags set. Tags added: pending > # Source package in NEW: liborlite-perl > tags 498921 + pending Bug#498921: ITP: liborlite-perl -- Extremely light weight SQLite-specific ORM There were no tags set. Tags added: pending > # Source package in NEW: onetime > tags 490240 + pending Bug#490240: ITP: onetime -- A command-line encryption program based on the "one-time pad" method. There were no tags set. Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498967: ITP: giws -- Generate C++ class wrappers to call Java methods/objects
Package: wnpp Severity: wishlist Owner: Sylvestre Ledru <[EMAIL PROTECTED]> * Package name: giws Version : 1.0 * URL : http://www.scilab.org/giws/ * License : CeCILL Programming Lang: Python Description : Generate C++ class wrappers to call Java methods/objects Giws is basically doing the same stuff as SWIG but the opposite. Calling Java from C/C++ can be tricky: JNI calls are complicated especially when dealing with non primivite types or arrays, performance issues must be kept in mind all the time, the code can be redundant (checking exceptions, checking returns of operations...). Giws hides this complexity through a C++ class which wraps the Java class. Sylvestre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Orphaning this package
Processing commands for [EMAIL PROTECTED]: > owner 488931 Debian QA Group <[EMAIL PROTECTED]> Bug 488931 [wnpp] O: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding Owner recorded as Debian QA Group <[EMAIL PROTECTED]>. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed (with 1 errors): Orphaning this package
Processing commands for [EMAIL PROTECTED]: > retitle 488931 O: mp3splt -- Splits MP3 and Ogg Vorbis files without > reencoding Bug#488931: RFA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding Changed Bug title to `O: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding' from `RFA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding'. > owner Debian QA Group <[EMAIL PROTECTED]> Unknown command or malformed arguments to command. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498979: ITP: joy2xev -- Use a joystick to generate X events
Package: wnpp Severity: wishlist Owner: John Wright <[EMAIL PROTECTED]> * Package name: joy2xev Version : 0.1 Upstream Author : Andreas Dick <[EMAIL PROTECTED]> * URL : http://sourceforge.net/projects/joy2xev/ * License : GPL 2+ Programming Lang: Python Description : Use a joystick to generate X events joy2xev is a joystick/gamepad to X event converter. Any device supported by the joydev driver (/dev/input/jsX) can be used as an input source. The joystick axes and buttons can be mapped to keys and to mouse buttons, and the axes can also be mapped to mouse pointer movements. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498981: ITP: python-aspects -- lightweight aspect oriented programming library for Python
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: wnpp Severity: wishlist Owner: Jan Dittberner <[EMAIL PROTECTED]> * Package name: python-aspects Version : 1.1 Upstream Author : Antti Kervinen <[EMAIL PROTECTED]> * URL : http://www.cs.tut.fi/~ask/aspects/aspects.html * License : LGPL 2.1 Programming Lang: Python Description : lightweight aspect oriented programming library for Python Aspects.py is a lightweight approach to aspect approach to aspect oriented programming (AOP) in Python. The aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the execution of the original function can be omitted, or the function can be called arbitrarily many times. Wraps are able to modify the arguments and the return value of the original function. In the terminology of aspect-oriented programming, the library allows applying advices (wraps) to call join points of methods and functions in around fashion. Jan Dittberner -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkjN3T0ACgkQXZJ0m2XDVK/P9gCfQ2u5y2K3SBVNRT7aTJG4XTWy yyMAn02pwNaZAK21TGNIJRme4wMFaSUB =PuJM -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]