postinst question
I must be missing something here, I want the package to show a not when installing to indicate that custom builds _are_ very useful for the time being, but guess what, it's not asking :( Any help? [marc@scorpius nvrec-20020624]$ sudo ./debian/nvrec.config debconf (developer): frontend started debconf (developer): Trying to find a templates file.. debconf (developer): Trying ./debian/nvrec.config.templates debconf (developer): Trying ./debian/nvrec.templates debconf (developer): I guess it is ./debian/nvrec.templates debconf (developer): frontend running, package name is debconf (developer): starting ./debian/nvrec.config debconf (developer): <-- VERSION 2.0 debconf (developer): --> 0 2.0 debconf (developer): <-- INPUT high nvrec/nvrec_build_optimised debconf (developer): --> 0 question will be asked [marc@scorpius nvrec-20020624]$ cat debian/nvrec.config #!/bin/sh -e # Source debconf library. . /usr/share/debconf/confmodule db_version 2.0 db_input high nvrec/nvrec_build_optimised [marc@scorpius nvrec-20020624]$ cat debian/nvrec.templates Template: nvrec/nvrec_build_optimised Type: note Default: true Description: build optimised version of nvrec The nvrec tools are very efficient for captureing video. Until this package will have run-time CPU detection that lets you benefit from the full power the machine it runs on, you might want to build a custom package for your machine. . the following will do this for you: . apt-get source nvrec DEB_BUILD_OPTIONS=optimise fakeroot dpkg-buildpackage -- greetz, marc BOFH excuse #41: interrupt configuration error pgp Key ID: 0xD3562DE1 Key fingerprint = 890C E47F 1589 F240 9CC8 C60C 510A 63D3 D356 2DE1 Linux mykene 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown msg06510/pgp0.pgp Description: PGP signature
Re: postinst question
On Thu, Jun 27, 2002 at 02:29:44PM +0200, Marc Leeman wrote: > > I must be missing something here, I want the package to show a not when > installing to indicate that custom builds _are_ very useful for the time > being, but guess what, it's not asking :( > > Any help? Try this in config: > db_input high nvrec/nvrec_build_optimised db_input high nvrec/nvrec_build_optimised || true db_go || true Greetings, -- .~. /V\ Bastian Kleineidam · Unleash the power. Use Linux. /( )\ ^^-^^ msg06511/pgp0.pgp Description: PGP signature
fixing rc bugs
Hi ! I maintain a package 'weex' which segfaults 50% of the time. weex 2.6.1-5 fixed this problem, but it's stuck in unstable for a while. Do I need to modify the changelog entry to sth like 'weex (2.6.1-5) frozen; urgency=high' and upload it again ? Do I need to change the package version, since weex 2.6.1-5 is already the right package with the right fixes ? Cheers, Ludo. -- http://www.palmopensource.com - The PalmOS Open Source Portal http://www.drolez.com - Personal site - Linux and PalmOS stuff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
unsubscribe
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: fixing rc bugs
> > Do I need to modify the changelog entry to sth like 'weex (2.6.1-5) > frozen; urgency=high' and upload it again ? > Do I need to change the package version, since weex 2.6.1-5 is already > the right package with the right fixes ? > I doubt that you can packages into Woody nowadays without contacting Anthony Towns. Maybe you can do it like i did. Write an E-Mail to Anthony ([EMAIL PROTECTED]) explaining that weex is stable enough now to be released in a stable release. Then you can upload a repackaged package (weex-2.6.1-5 becomes weex-2.6.1-0woody1) to "woody-proposed-updates" or simply "testing" (they're the same actually). -- .''`. Name: Martin Loschwitz : :' : E-Mail: [EMAIL PROTECTED] `. `'` www: http://www.madkiss.org/ `- Use Debian GNU/Linux - http://www.debian.org msg06514/pgp0.pgp Description: PGP signature
postinst question
I must be missing something here, I want the package to show a not when installing to indicate that custom builds _are_ very useful for the time being, but guess what, it's not asking :( Any help? [EMAIL PROTECTED] nvrec-20020624]$ sudo ./debian/nvrec.config debconf (developer): frontend started debconf (developer): Trying to find a templates file.. debconf (developer): Trying ./debian/nvrec.config.templates debconf (developer): Trying ./debian/nvrec.templates debconf (developer): I guess it is ./debian/nvrec.templates debconf (developer): frontend running, package name is debconf (developer): starting ./debian/nvrec.config debconf (developer): <-- VERSION 2.0 debconf (developer): --> 0 2.0 debconf (developer): <-- INPUT high nvrec/nvrec_build_optimised debconf (developer): --> 0 question will be asked [EMAIL PROTECTED] nvrec-20020624]$ cat debian/nvrec.config #!/bin/sh -e # Source debconf library. . /usr/share/debconf/confmodule db_version 2.0 db_input high nvrec/nvrec_build_optimised [EMAIL PROTECTED] nvrec-20020624]$ cat debian/nvrec.templates Template: nvrec/nvrec_build_optimised Type: note Default: true Description: build optimised version of nvrec The nvrec tools are very efficient for captureing video. Until this package will have run-time CPU detection that lets you benefit from the full power the machine it runs on, you might want to build a custom package for your machine. . the following will do this for you: . apt-get source nvrec DEB_BUILD_OPTIONS=optimise fakeroot dpkg-buildpackage -- greetz, marc BOFH excuse #41: interrupt configuration error pgp Key ID: 0xD3562DE1 Key fingerprint = 890C E47F 1589 F240 9CC8 C60C 510A 63D3 D356 2DE1 Linux mykene 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown pgpqdafAP7vr5.pgp Description: PGP signature
Re: postinst question
On Thu, Jun 27, 2002 at 02:29:44PM +0200, Marc Leeman wrote: > > I must be missing something here, I want the package to show a not when > installing to indicate that custom builds _are_ very useful for the time > being, but guess what, it's not asking :( > > Any help? Try this in config: > db_input high nvrec/nvrec_build_optimised db_input high nvrec/nvrec_build_optimised || true db_go || true Greetings, -- .~. /V\ Bastian Kleineidam · Unleash the power. Use Linux. /( )\ ^^-^^ pgpRFW7ChpQBI.pgp Description: PGP signature
fixing rc bugs
Hi ! I maintain a package 'weex' which segfaults 50% of the time. weex 2.6.1-5 fixed this problem, but it's stuck in unstable for a while. Do I need to modify the changelog entry to sth like 'weex (2.6.1-5) frozen; urgency=high' and upload it again ? Do I need to change the package version, since weex 2.6.1-5 is already the right package with the right fixes ? Cheers, Ludo. -- http://www.palmopensource.com - The PalmOS Open Source Portal http://www.drolez.com - Personal site - Linux and PalmOS stuff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
unsubscribe
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]