--- yample-0.30.orig/debian/changelog +++ yample-0.30/debian/changelog @@ -0,0 +1,33 @@ +yample (0.30-3.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Fri, 08 Jan 2021 14:10:35 +0100 + +yample (0.30-3) unstable; urgency=low + + * Added recommended targets to debian/rules. + * Added misc:Depends to the binary package in debian/control. + * Changed dependency from libmime-perl to libmime-tools-perl. + (Closes: #614918) + * Bumped standards version from 3.6.2 to 3.9.5. + - added the homepage-filed in debian/control + * Update my lastname in debian/control and debian/copyright. + + -- Morten Werner Forsbring Fri, 15 Aug 2014 13:19:03 +0200 + +yample (0.30-2) unstable; urgency=low + + * Fix grammar in package description (thanks to Tomas Pospisek). + (Closes: #346288) + * Update the maintainer-field in debian/control. :) + + -- Morten Werner Olsen Mon, 9 Jan 2006 13:07:19 +0100 + +yample (0.30-1) unstable; urgency=low + + * Initial release. (Closes: #345145) + * Using '(C)' and not ASCII character 169 in yample.1 to make Lintian happy. + + -- Morten Werner Olsen Thu, 29 Dec 2005 14:29:49 +0100 --- yample-0.30.orig/debian/compat +++ yample-0.30/debian/compat @@ -0,0 +1 @@ +5 --- yample-0.30.orig/debian/control +++ yample-0.30/debian/control @@ -0,0 +1,16 @@ +Source: yample +Section: mail +Priority: optional +Maintainer: Morten Werner Forsbring +Build-Depends: debhelper (>= 5) +Standards-Version: 3.9.5 +Homepage: http://yample.sourceforge.net/ + +Package: yample +Architecture: all +Depends: ${misc:Depends}, perl (>= 5.6), perl-modules, libmail-listdetector-perl, libmailtools-perl, libmime-tools-perl +Suggests: spamassassin +Description: Yet Another Mail Processing Language + Yample is a processing language for email. It sorts email based on criteria + you define. It can deliver email to Unix mailboxes (MBOX), Maildirs (used by + Courier IMAP and others) or pipes. --- yample-0.30.orig/debian/copyright +++ yample-0.30/debian/copyright @@ -0,0 +1,9 @@ +This is the Debian GNU's prepackaged version of the Yample program. + +The package was put together by Morten Werner Forsbring . + +It was downloaded from: http://yample.sourceforge.net/ + +Yample is written by Per Andreas Buer and released under the GNU General +Public License version 2.0 (GPLv2). On a Debian GNU systems you can find a +copy of this license in /usr/share/common-licenses/GPL-2. --- yample-0.30.orig/debian/dirs +++ yample-0.30/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- yample-0.30.orig/debian/rules +++ yample-0.30/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# +# This file is public domain software, originally written by Joey Hess. +# + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-arch build-indep + +build-arch: build-stamp + +build-indep: build-stamp + +build-stamp: + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + /usr/bin/install -m 755 yample debian/yample/usr/bin/yample + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman yample.1 + dh_compress + dh_fixperms + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- yample-0.30.orig/tst +++ yample-0.30/tst @@ -0,0 +1,157 @@ +ruid=1000, euid=6 +drop_effective_privs() +++priv_drop_count = 1 +From the config file /etc/manpath.config: + +Mandatory mandir `/usr/man'. +Mandatory mandir `/usr/share/man'. +Mandatory mandir `/usr/X11R6/man'. +Mandatory mandir `/usr/local/man'. +Path `/bin' mapped to mandir `/usr/share/man'. +Path `/usr/bin' mapped to mandir `/usr/share/man'. +Path `/sbin' mapped to mandir `/usr/share/man'. +Path `/usr/sbin' mapped to mandir `/usr/share/man'. +Path `/usr/local/bin' mapped to mandir `/usr/local/man'. +Path `/usr/local/bin' mapped to mandir `/usr/local/share/man'. +Path `/usr/local/sbin' mapped to mandir `/usr/local/man'. +Path `/usr/local/sbin' mapped to mandir `/usr/local/share/man'. +Path `/usr/X11R6/bin' mapped to mandir `/usr/X11R6/man'. +Path `/usr/bin/X11' mapped to mandir `/usr/X11R6/man'. +Path `/usr/games' mapped to mandir `/usr/share/man'. +Path `/opt/bin' mapped to mandir `/opt/man'. +Path `/opt/sbin' mapped to mandir `/opt/man'. +Global mandir `/usr/man', catdir `/var/cache/man/fsstnd'. +Global mandir `/usr/share/man', catdir `/var/cache/man'. +Global mandir `/usr/local/man', catdir `/var/cache/man/oldlocal'. +Global mandir `/usr/local/share/man', catdir `/var/cache/man/local'. +Global mandir `/usr/X11R6/man', catdir `/var/cache/man/X11R6'. +Global mandir `/opt/man', catdir `/var/cache/man/opt'. +Added section `1'. +Added section `n'. +Added section `l'. +Added section `8'. +Added section `3'. +Added section `2'. +Added section `3posix'. +Added section `3pm'. +Added section `3perl'. +Added section `5'. +Added section `4'. +Added section `9'. +Added section `6'. +Added section `7'. +`/usr/man' `' `1' +`/usr/share/man' `' `1' +`/usr/X11R6/man' `' `1' +`/usr/local/man' `' `1' +`/bin' `/usr/share/man' `0' +`/usr/bin' `/usr/share/man' `0' +`/sbin' `/usr/share/man' `0' +`/usr/sbin' `/usr/share/man' `0' +`/usr/local/bin' `/usr/local/man' `0' +`/usr/local/bin' `/usr/local/share/man' `0' +`/usr/local/sbin' `/usr/local/man' `0' +`/usr/local/sbin' `/usr/local/share/man' `0' +`/usr/X11R6/bin' `/usr/X11R6/man' `0' +`/usr/bin/X11' `/usr/X11R6/man' `0' +`/usr/games' `/usr/share/man' `0' +`/opt/bin' `/opt/man' `0' +`/opt/sbin' `/opt/man' `0' +`/usr/man' `/var/cache/man/fsstnd' `-1' +`/usr/share/man' `/var/cache/man' `-1' +`/usr/local/man' `/var/cache/man/oldlocal' `-1' +`/usr/local/share/man' `/var/cache/man/local' `-1' +`/usr/X11R6/man' `/var/cache/man/X11R6' `-1' +`/opt/man' `/var/cache/man/opt' `-1' +`1' `' `-5' +`n' `' `-5' +`l' `' `-5' +`8' `' `-5' +`3' `' `-5' +`2' `' `-5' +`3posix' `' `-5' +`3pm' `' `-5' +`3perl' `' `-5' +`5' `' `-5' +`4' `' `-5' +`9' `' `-5' +`6' `' `-5' +`7' `' `-5' +is a tty +real user = 1000; effective user = 6 + +using /usr/bin/pager -s as pager + +path directory /home/werner/bin is not in the config file +and doesn't have ../man or man subdirectories + +path directory /usr/local/bin is in the config file +adding /usr/local/man to manpath +man: warning: /usr/local/share/man: No such file or directory + +path directory /usr/bin is in the config file +adding /usr/share/man to manpath + +path directory /bin is in the config file +/usr/share/man is already in the manpath + +path directory /usr/bin/X11 is in the config file +adding /usr/X11R6/man to manpath + +path directory /usr/games is in the config file +/usr/share/man is already in the manpath + +adding mandatory man directories + +man: warning: /usr/man: No such file or directory +/usr/share/man is already in the manpath +/usr/X11R6/man is already in the manpath +/usr/local/man is already in the manpath +add_nls_manpath(): processing /usr/local/man:/usr/share/man:/usr/X11R6/man +adding /usr/local/man to manpathlist +adding /usr/share/man to manpathlist +adding /usr/X11R6/man to manpathlist +*manpath search path* = /usr/local/man:/usr/share/man:/usr/X11R6/man +--priv_drop_count = 0 +regain_effective_privs() +drop_effective_privs() +++priv_drop_count = 1 +chdir /home/werner/tmp/yample-0.30 +++priv_drop_count = 2 +--priv_drop_count = 1 +pre-processors `t' from default +page_encoding = ISO-8859-1 +source_encoding = ISO-8859-1 +cat_charset = ANSI_X3.4-1968 +locale_charset = ISO-8859-1 +roff_device (locale) = latin1 +roff_encoding = ISO-8859-1 +output_encoding = ISO-8859-1 +less_charset = iso8859 +format: 1, save_cat: 0, found: 1 +Reformatting yample.1, please wait... +Setting LESS to -ix8RmPm Manual page yample\.1 ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%..$PM Manual page yample\.1 ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%..$ +Setting MAN_PN to yample\.1 +++priv_drop_count = 2 +Starting pipeline: /usr/bin/zsoelim ../yample-0.30/yample.1 | /usr/bin/tbl | /usr/bin/nroff -mandoc -Tlatin1 | /usr/bin/pager -s [input: 0, output: 0] +Started "/usr/bin/zsoelim", pid 14345 +Started "/usr/bin/tbl", pid 14346 +Started "/usr/bin/nroff", pid 14347 +Started "/usr/bin/pager", pid 14349 +Active processes (4): + "/usr/bin/zsoelim" (14345) -> 0 + "/usr/bin/tbl" (14346) -> 0 + "/usr/bin/nroff" (14347) -> -1 + "/usr/bin/pager" (14349) -> -1 +Active processes (2): + "/usr/bin/nroff" (14347) -> 0 + "/usr/bin/pager" (14349) -> -1 +Active processes (1): + "/usr/bin/pager" (14349) -> 0 +--priv_drop_count = 1 +--priv_drop_count = 0 +regain_effective_privs() + +Found 1 man pages +drop_effective_privs() +++priv_drop_count = 1 --- yample-0.30.orig/yample.1 +++ yample-0.30/yample.1 @@ -353,7 +353,7 @@ easy to implement. .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright © 2003 Per Andreas Buer +Copyright (C) 2003 Per Andreas Buer .PP This is free software; see the source for copying conditions. There is \&\s-1NO\s0 warranty; not even for \s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0