--- fortunes-it-1.99.orig/Makefile +++ fortunes-it-1.99/Makefile @@ -0,0 +1,14 @@ +COOKIEDIR=$(prefix)/usr/share/games/fortunes +OCOOKIEDIR=$(prefix)/usr/share/games/fortunes/off + +clean: + cd testi && $(MAKE) clean +normal: + cd testi && $(MAKE) COOKIEDIR=$(COOKIEDIR) normal + +offensive: + cd testi && $(MAKE) OCOOKIEDIR=$(OCOOKIEDIR) offensive + +all: normal offensive + +.PHONY: clean normal offensive all --- fortunes-it-1.99.orig/debian/docs +++ fortunes-it-1.99/debian/docs @@ -0,0 +1 @@ +README --- fortunes-it-1.99.orig/debian/copyright +++ fortunes-it-1.99/debian/copyright @@ -0,0 +1,84 @@ +This package was debianized by Marco d'Itri +and is now maintained by Emanuele Rocca + +fortunes-it is available on http://www.fortune-it.net/dx-download.html + + + fortune-it COPYING-POLICY: + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + === ENGLISH === + +This package does not contain software, program sources or any sort of +executable binaries. + +However, we provide NO WARRANTY about whatever you may do using root or +normal-user privileges during installation. Follow instructions in +INSTALLAZIONE file at your own risk (if you make something wrong, like +removing an important file or corrupting any sort of information which is +not correlated to fortune files, we are not responsible for that). + +We do not want anybody to be offended by the contents of these fortune files. +You may choose not to install "-o" files. If you feel some "not -o" fortune +may be offensive or immoral, send us a feedback (to fortune-it@fortune-it.net) +and remove fortune-it; we shall update the package following your suggestions. + +Contained files are not copyrighted, since they are a collection of +quotations of which, almost entirely, we are not authors. (That is, it's +mainly a collection of other people works.) +The name of every known author and source of the quotation are written at the +bottom of the quotation itself. +This is a non-professional and no-profit work. +It is our intention not to violate any possible copyright. + +Consider this package freeware (public domain). +You may do whatever you want with this package. +You may freely copy, modify and redistribute fortune-it, but it would be a +good idea to specify somewhere who you are and what kind of changes you have +done (if you want to make any change), even if, actually, the best way to add +quotations and jokes is sending them to fortune-it@fortune-it.net, isn't it? +:-) + +If you want to include fortune-it in a commercial package, you may do it +freely. Contact current maintainers (see LSM file) if you need more info. + + + === ITALIANO === + +Questo package non contiene software, sorgenti di programmi ne' alcun tipo di +binari eseguibili. + +Tuttavia, noi NON FORNIAMO ALCUNA GARANZIA sugli effetti delle vostre azioni +nell'esecuzione dell'installazione con i privilegi di root o di utente +normale. +Seguite le istruzioni nel file INSTALLAZIONE a vostro rischio e pericolo +(se fate qualcosa di non voluto, come cancellare un file importante o +corrompere ogni qualunque informazione non correlata ai file di fortune, +non ritenete noi responsabili). + +Non desideriamo che alcuno venga offeso dal contenuto di questi file di +fortune. Potete scegliere di non installare i file "-o". Se poi ritenete +offensivo o immorale qualche fortune nei file "non -o", comunicatecelo +(a fortune-it@fortune-it.net) e rimuovete fortune-it; noi aggiorneremo il +package seguendo le vostre indicazioni. + +I file contenuti qui non sono stati registrati sotto copyright, dal momento +che essi sono la raccolta di citazioni di cui, praticamente interamente, noi +non siamo autori. (Cioe', e' principalmente la raccolta del lavoro di altre +persone.) +Il nome di ogni autore e fonte conosciuti per la singola citazione sono +scritti in calce alla citazione medesima. +Questa e' un'opera amatoriale senza scopo di lucro. +Non si intende violare alcun eventuale copyright. + +Considerate freeware (public domain) questo package. +Ne potete fare quello che volete. +Potete copiare, modificare e ridistribuire fortune-it liberamente e +gratuitamente, ma sarebbe una buona idea specificare da qualche parte chi +siete e che tipo di modifica avete fatto (se volete apportare modifiche), +anche se in effetti il modo migliore per aggiungere citazioni e battute e' +quello di spedirle a fortune-it@fortune-it.net, giusto? :-) + +Se volete includere fortune-it in un pacchetto commerciale, siete liberi di +farlo. Contattate gli attuali manutentori (si veda il file LSM) se servono +ulteriori informazioni. --- fortunes-it-1.99.orig/debian/fortunes-it-off.README.Debian +++ fortunes-it-1.99/debian/fortunes-it-off.README.Debian @@ -0,0 +1,7 @@ +fortunes-it-off for Debian +-------------------------- + +This package contains a set of potentially offensive fortunes. +Please remove it if you or your users are easily offended. + +Emanuele Rocca Tue, 11 Nov 2003 21:46:52 +0100 --- fortunes-it-1.99.orig/debian/watch +++ fortunes-it-1.99/debian/watch @@ -0,0 +1,6 @@ +# watch control file for uscan + +# Compulsory line, this is a version 3 file +version=3 + +ftp://sunsite.unc.edu/pub/Linux/games/amusements/fortune/fortune-it-(.*)\.tar\.gz debian uupdate --- fortunes-it-1.99.orig/debian/fortunes-it-off.dirs +++ fortunes-it-1.99/debian/fortunes-it-off.dirs @@ -0,0 +1 @@ +usr/share/games/fortunes/off/it --- fortunes-it-1.99.orig/debian/fortunes-it-off.docs +++ fortunes-it-1.99/debian/fortunes-it-off.docs @@ -0,0 +1 @@ +README --- fortunes-it-1.99.orig/debian/changelog +++ fortunes-it-1.99/debian/changelog @@ -0,0 +1,129 @@ +fortunes-it (1.99-3) unstable; urgency=low + + * Fix misplaced comma in testi/formiche. (Closes: #442744) + * Fix capitalisation of "Mark" in testi/norm. (Closes: #447374) + * s/Aquari/Acquari in testi/italia. (Closes: #457117) + * s/procastinazione/procrastinazione in testi/leggi. + * Do not call dh_makeshlibs in debian/rules. + * Added Build-Depends-Indep, debhelper alone left in Build-Depends, needed + by the clean target. + * Watch file added. + * Standards-Version set to 3.8.0. + + -- Emanuele Rocca Fri, 08 Aug 2008 12:56:09 +0200 + +fortunes-it (1.99-2) unstable; urgency=medium + + * Urgency set to medium, closes a RC bug in testing. + * binary-arch target added to debian/rules. (Closes: #395598) + * binary-*: added dependency on the build target. + * Build-Depends-Indep changed with Build-Depends, debhelper is needed by + the clean target of debian/rules. + * s/è/e`/ in debian/control, è is forbidden by RFC822. + * Standards-Version set to 3.7.2 + + -- Emanuele Rocca Sat, 28 Oct 2006 02:29:27 +0200 + +fortunes-it (1.99-1) unstable; urgency=low + + * Believe it or not, new upstream release! :) + Thanks to Andrea 'Zuse' Balestrero for his great work + * debian/rules rewritten to support multiple fortunes files; debhelper + compatibility level set to 4 + * fortunes-it-off: README.Debian.offensive renamed in README.Debian + * Updated debian/copyright + * Updated Standards Version + + -- Emanuele Rocca Tue, 14 Dec 2004 00:34:29 +0100 + +fortunes-it (1.51-9) unstable; urgency=low + + * Fixed permissions of italia.dat and zozzital.dat (0664 --> 0644) + * Maintainer field updated. Pasc, thanks for sponsoring! + + -- Emanuele Rocca Tue, 11 Nov 2003 21:37:51 +0100 + +fortunes-it (1.51-8) unstable; urgency=low + + * Added informations about the sources from which the fortunes were taken + from. (Closes: #209583) + * Sponsored by Pascal Hakim . + + -- Emanuele Rocca Wed, 10 Sep 2003 14:02:49 +0200 + +fortunes-it (1.51-7) unstable; urgency=low + + * Splitted in two different binary packages: fortunes-it contains + normal cookies, fortunes-it-off contains offensive cookies. + * Added utf-8 support. + * Data files moved + - fortunes-it: from /usr/share/games/fortunes to + /usr/share/games/fortunes/it + - fortunes-it-off: from /usr/share/games/fortunes/off to + /usr/share/games/fortunes/off/it + * Linda fix: Long descriptions contains short description. + * Sponsored by Pascal Hakim . + + -- Emanuele Rocca Tue, 22 Jul 2003 20:04:58 +0200 + +fortunes-it (1.51-6) unstable; urgency=low + + * New maintainer. + * Corrected spelling error in description: italian -> Italian. + (Closes: #124633) + * Added the possibility to reinstall offensive fortunes previously + removed. + * Lintian fixes: + dh_suidregister-is-obsolete + postinst-should-not-set-usr-doc-link + * Fixed spelling error in debian/postinst: + is installed with the set of... -> is installed with a set of... + * Sponsored by Peter Van Eynde . + + -- Emanuele Rocca Tue, 15 Jul 2003 18:45:02 +0200 + +fortunes-it (1.51-5.1) unstable; urgency=low + + * NMU: fortunes-mod added to build-deps. + (closes: #147018) + + -- Francesco Paolo Lovergine Mon, 28 Oct 2002 10:12:15 +0100 + +fortunes-it (1.51-5) unstable; urgency=low + + * lintian fixes to changelog, build-depends and standard version + + -- Peter Van Eynde Wed, 24 Apr 2002 20:30:22 +0200 + +fortunes-it (1.51-4) unstable; urgency=low + + * New maintainer. + * Went to debhelper, and FHS. + + -- Peter Van Eynde Thu, 7 Oct 1999 02:54:05 +0200 + +fortunes-it (1.51-3) unstable; urgency=low + + * Debian QA upload. + * Placed the fortunes directly into the right directory + * Used the right version of fortune-mod for the dependency. + + -- Torsten Landschoff Sun, 8 Aug 1999 15:53:08 +0200 + +fortunes-it (1.51-2) unstable; urgency=low + + * Non maintainer upload. + * Orphaned the package (as Marco said he did it in a BTS mail). + * Changed the rules file to build the .dat files on packaging. + * Moved the interesting stuff to binary-indep as we just write data files. + * Changed dependency to current fortune-mod package. + * Added provide entry for fortune-cookie-db. + + -- Torsten Landschoff Sun, 8 Aug 1999 14:39:09 +0200 + +fortunes-it (1.51-1) unstable; urgency=low + + * Initial Release. + + -- Marco d'Itri Thu, 12 Mar 1998 18:05:06 +0100 + --- fortunes-it-1.99.orig/debian/control +++ fortunes-it-1.99/debian/control @@ -0,0 +1,33 @@ +Source: fortunes-it +Section: games +Priority: optional +Build-Depends: debhelper (>= 4) +Build-Depends-Indep: fortune-mod, recode +Maintainer: Emanuele Rocca +Standards-Version: 3.8.0 + +Package: fortunes-it +Architecture: all +Depends: fortune-mod (>= 9708-12) +Provides: fortune-cookie-db +Suggests: fortunes-it-off +Description: Data files containing Italian fortune cookies + This package provides a collection of 'fortune cookies' in Italian, taken + from: + * The newsgroup it.hobby.umorismo + * Andrea `Zuse` Balestrero's personal archive + * Various tv transmissions, such as "Mai dire Gol" or "Striscia la Notizia" + * The book "Jack Frusciante e` uscito dal gruppo" + * Other various sources + +Package: fortunes-it-off +Architecture: all +Depends: fortune-mod (>= 9708-12) +Provides: fortune-cookie-db +Suggests: fortunes-it +Description: Data files containing Italian fortune cookies, offensive section + This package contains a set of 'fortune cookies' in Italian, separated from + the fortunes-it package since someone may consider they to be offensive. + . + Please do not install this package if you or your users are easily + offended. --- fortunes-it-1.99.orig/debian/compat +++ fortunes-it-1.99/debian/compat @@ -0,0 +1 @@ +4 --- fortunes-it-1.99.orig/debian/README.Debian +++ fortunes-it-1.99/debian/README.Debian @@ -0,0 +1,7 @@ +fortunes-it package for Debian +------------------------------ + +The offensive fortunes are now in the package fortunes-it-off. +Please do not install it if you're easily offended. + +Emanuele Rocca Tue, 11 Nov 2003 21:45:24 +0100 --- fortunes-it-1.99.orig/debian/dirs +++ fortunes-it-1.99/debian/dirs @@ -0,0 +1 @@ +usr/share/games/fortunes/it --- fortunes-it-1.99.orig/debian/rules +++ fortunes-it-1.99/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +normal=fortunes-it +offensive=fortunes-it-off +destdir=$(CURDIR)/debian/$(normal)/usr/share/games/fortunes/it +offdestdir=$(CURDIR)/debian/$(offensive)/usr/share/games/fortunes/off/it + +build: + dh_testdir + touch build + +clean: + dh_testdir + dh_testroot + $(MAKE) clean + rm -f build + dh_clean + +binary-arch: build + +binary-indep: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs -i -A + $(MAKE) normal prefix=$(CURDIR)/debian/$(normal) COOKIEDIR=$(destdir) + # Workaround for bug #157185 (fortune-mod) + cd $(destdir)/../ && find it/ -type f -exec ln -s '{}' . ';' + $(MAKE) offensive prefix=$(CURDIR)/debian/$(offensive) OCOOKIEDIR=$(offdestdir) + # Workaround for bug #157185 (fortune-mod) + cd $(offdestdir)/../ && find it/ -type f -exec ln -s '{}' . ';' + dh_installdocs -i -A + dh_installchangelogs -i -A + dh_compress -i + dh_gencontrol -i + dh_installdeb -i + dh_md5sums -i + dh_builddeb -i + +binary: binary-arch binary-indep +.PHONY: clean binary-indep binary --- fortunes-it-1.99.orig/testi/norm +++ fortunes-it-1.99/testi/norm @@ -1830,7 +1830,7 @@ % Se non riuscite ad ottenere un complimento in nessun altro modo, piuttosto che niente pagatelo. - -- MArk Twain, "Taccuini" + -- Mark Twain, "Taccuini" % Il conformismo e' la scimmia dell'armonia. -- Ralph Emerson, "Diari" --- fortunes-it-1.99.orig/testi/leggi +++ fortunes-it-1.99/testi/leggi @@ -1353,8 +1353,8 @@ Non discutere mai con un idiota: la gente potrebbe non notare la differenza. % -Leggi della Procastinazione: - 1. La procastinazione riduce il lavoro e sposta la responsabilita' del suo +Leggi della Procrastinazione: + 1. La procrastinazione riduce il lavoro e sposta la responsabilita' del suo completamento su qualcun altro (chiunque abbia fissato la scadenza). 2. Riduce l'ansia riducendo la qualita' richiesta dal meglio assoluto al meglio relativo al poco tempo a disposizione. @@ -1363,7 +1363,7 @@ 4. Comporta l'eliminazione di qualsiasi interruzione, altri lavori compresi, per consentire al lavoratore cosi' ovviamente stressato la massima concentrazione. - 5. La procastinazione elimina la noia: non si ha mai l'impressione di non + 5. La procrastinazione elimina la noia: non si ha mai l'impressione di non avere niente da fare. 6. Puo' anche eliminare il lavoro se la necessita' termina prima che possa essere svolto. --- fortunes-it-1.99.orig/testi/italia +++ fortunes-it-1.99/testi/italia @@ -3661,7 +3661,7 @@ -- Disraeli % "Io non credo nell'astrologia. Se ci credessi, sarei un Acquario, e gli -Aquari non credono nell'astrologia." +Acquari non credono nell'astrologia." -- James R. F. Quirk % Questa DEVE essere una bella festa -- Il mio ombelico e' stato colpito @@ -16441,7 +16441,7 @@ che lo trovi, perche' il viaggio glielo devo pagare io? Se lo paghi lei! Per me lei va in Australia, vede dei vecchi nei giardini, ne prende uno a caso, lo siringa e lo porta qui. - -- Beppe Grillo, su "Carràmba che sorpresa", Feb 1998 + -- Beppe Grillo, su "Carràmba che sorpresa", Feb 1998 % Noi siamo la piu' grande portaerei americana. Gli aerei americani facevano le esercitazioni a Cortina per bombardare l'Iraq. Solo che @@ -16842,7 +16842,7 @@ % Chi dice il segreto degli altri e' un traditore; chi dice il proprio e' uno sciocco. - -- François-Marie Arouet, detto Voltaire (1694-1778), + -- François-Marie Arouet, detto Voltaire (1694-1778), filosofo francese % "Entro sei mesi la gente si stanchera' di stare a guardare quella @@ -19901,7 +19901,7 @@ "Nessuno." "C'erano delle femmine?" -12. "Lei afferma che le scale andavano giù fino alle fondamenta." +12. "Lei afferma che le scale andavano giù fino alle fondamenta." "Si'." "E, queste scale, andavano anche in su?" -- Dal Massachusetts Bar Association Lawyers Journal: --- fortunes-it-1.99.orig/testi/Makefile +++ fortunes-it-1.99/testi/Makefile @@ -0,0 +1,56 @@ + +COOKIES=adams banner computer definizioni formiche italia itatrek jackfr leggi luke \ + luttazzi norm paolotedeschi zuse + +OCOOKIES=computer-o definizioni-o film-o italia-o jackfr-o leggi-o luttazzi-o obsc-o zuse-o + +STRFILE=`which strfile` + +.PHONY: clean normal offensive + +clean: + rm -f *.dat *.u8 *-stamp + for i in $(COOKIES) $(OCOOKIES) ; do \ + if [ -f $$i.old ]; then \ + mv -f $$i.old $$i; \ + fi; \ + done + +normal-stamp: + for i in $(COOKIES) ; \ + do \ + if [ ! -f $$i.old ] ; then \ + cp $$i $$i.old; \ + fi; \ + recode latin1..u8 $$i ; \ + $(STRFILE) $$i ; \ + ln -s $$i $$i.u8 || exit $? ; \ + done + touch normal-stamp + +offensive-stamp: + for i in $(OCOOKIES) ; \ + do \ + if [ ! -f $$i.old ] ; then \ + cp $$i $$i.old; \ + fi; \ + recode latin1..u8 $$i ; \ + $(STRFILE) $$i ; \ + ln -s $$i $$i.u8 || exit $? ; \ + done + touch offensive-stamp + +normal: normal-stamp + install -m 0755 -d $(COOKIEDIR) + for i in $(COOKIES) ; do \ + install -m 0644 $$i $$i.dat $(COOKIEDIR) || exit $? ; \ + cp -d $$i.u8 $(COOKIEDIR) ; \ + done + + +offensive: offensive-stamp + install -m 0755 -d $(OCOOKIEDIR) + for i in $(OCOOKIES) ; do \ + install -m 0644 $$i $$i.dat $(OCOOKIEDIR) || exit $? ; \ + cp -d $$i.u8 $(OCOOKIEDIR) ; \ + done --- fortunes-it-1.99.orig/testi/formiche +++ fortunes-it-1.99/testi/formiche @@ -610,7 +610,7 @@ -- Jean Charles % - Cara, se avessi saputo che eri vergine, ci avrei messo piu' tempo. -- Caro, se avessi saputo che c'era piu', tempo mi sarei tolta i collants. +- Caro, se avessi saputo che c'era piu' tempo, mi sarei tolta i collants. -- Anonimo % L'automobile del futuro sara' piu' veloce del suono. --- fortunes-it-1.99.orig/testi/luke +++ fortunes-it-1.99/testi/luke @@ -1578,11 +1578,11 @@ % CHIQUITO Y PAQUITO, TELENOVELA -C> Ti ricordi di Mary Papeña? +C> Ti ricordi di Mary Papeña? P> ... mia zia. C> E' un agente segreto. P> Che ha a che fare con Stangassinger? -C> Mary Papeña e' una delle 13 personalita' di Stangassinger, Paco. +C> Mary Papeña e' una delle 13 personalita' di Stangassinger, Paco. P> Ora mi spiego la barba. Fine 264^ puntata --- fortunes-it-1.99.orig/testi/zuse +++ fortunes-it-1.99/testi/zuse @@ -2047,7 +2047,7 @@ ARIETE: si e' scoperto che nella tua costellazione mancano gli astri che dovrebbero rappresentare gli attributi maschili dell'ARIETE; quindi, appartieni in realta' al segno della CAPRA. Nel 1999 cambierai sesso. -Il tuo colore fortunato e' stato lavato a 90°. Ma a te non importa, visto +Il tuo colore fortunato e' stato lavato a 90°. Ma a te non importa, visto che intanto sei daltonico. -- Andrea `Zuse' Balestrero, "Struscia la Novizia", 1999 % @@ -2090,7 +2090,7 @@ e tu sarai costretto a costruirti una nuova casa nel giardino della sua cuccia... No, non e' vero. Ti ho mentito. Ti ho detto una bugia. Ma non saro' l'ultimo a farlo. Il prossimo sara' tuo figlio, quando ti -chiamera': «Papa'!». +chiamera': «Papa'!». Il tuo mese fortunato e' Dodicembre. Il fatto che non esista non deve rattristarti. Anche tu saresti fortunato se non esistessi. -- Andrea `Zuse' Balestrero, "Struscia la Novizia", 1999 @@ -2729,7 +2729,7 @@ da anni sulla zona. Gli automezzi vengono deviati sulla viabilita' ordinaria dopo aver sostituito le candele Bosch con delle candele rosse profumate, scalato due marce a piedi nudi, gettato un fusibile buono dal -finestrino destro, invocato tre volte la sigla «A.N.A.S.», e recitato la +finestrino destro, invocato tre volte la sigla «A.N.A.S.», e recitato la formula magica rituale. -- Andrea `Zuse' Balestrero, "Struscia la Novizia", 1999 % --- fortunes-it-1.99.orig/testi/paolotedeschi +++ fortunes-it-1.99/testi/paolotedeschi @@ -306,7 +306,7 @@ -- Benjamin Franklin, Presidente USA % Con amici simili, chi ha bisogno di nemici! - -- Charlotte Brönte + -- Charlotte Brönte % Da un'assemblea non e' mai nata nessuna grande idea, ma in compenso vi sono morte moltissime idee sballate. @@ -762,7 +762,7 @@ % Tutto quello che e' interessante accade nell'ombra, davvero. Non si sa nulla della vera storia degli uomini. - -- Louis-Ferdinand Céline, "Viaggio al termine della notte" + -- Louis-Ferdinand Céline, "Viaggio al termine della notte" % Stiamo cercando qualcuno che sia molto imbarazzato, o molto stanco. %