The dict packages that were just installed in frozen contain
seven .debs that are architecture independent. I mistakenly listed
them as "Architecture: any" instead of "Architecture: all" in the
control file, so they were installed in binary-i386.
Is the correct way to fix this to upload
I am preparing to upload the binary and source packages of
dict-web1913_1.4a-1_all.deb. I have lintian 0.9.3 and debian-policy
2.5.0.0 installed, which are the versions included in slink.
The debian/control file in my package includes the line:
Standards-Version: 2.5.0.0
I
When is the correct time to apply a patch to the upstream source?
I have a small patch to the source code of the dictd source code.
Of course, I am submitting it to the upstream author, and I hope he
will incorporate it in the next version. In the meantime I will apply
the patch and upl
I am working on improving the startup file for a daemon that
doesn't handle its pid file properly and consistently. I am getting
the pid by piping the output of ps ax through grep and cut. The PID
field in the ps output is 5 columns wide. Is it a safe assumption
that the pid will never be l
Richard Braakman <[EMAIL PROTECTED]> writes:
> Randolph Chung wrote:
> > what's the easiest way to write a manpage if i don't want to learn troff? :)
>
> Grab a manpage from a similar utility and fill in your own stuff :-)
>
> Learning troff is not hard, though. man(7) tells you all you need t
Peter S Galbraith <[EMAIL PROTECTED]> writes:
> Jorg Schuler wrote:
>
> > > Or packaging-help?
> >
> > debian-pkghelp seems good.
> >
> > Yes, I'm afraid packaging-help might get confused with
> > packages-help...
>
> ?
> I think I'd confuse debian-pkghelp with help on packages
> more than pa
For security reasons, it is frequently recommended that daemons
that do not require root privileges be run as `noboby' or as
`daemon'. Since root privileges are required to write to /var/run,
such daemons can not write a standard pidfile.
One obvious solution is to hack the source so it
[My response to this message, and my question are more suited to
-mentors than -devel, so I have set Reply-to to -mentors.]
Anthony Towns writes:
> In particular, a number of binary packages could be produced from
> either of two source packages:
>
> dict-elements and dict-misc both
The debian/control file includes:
bob:vc-/0:debian>less control
Source: dict-elements
Section: Text
Priority: Optional
Maintainer: Bob Hilliard <[EMAIL PROTECTED]>
Standards-Version: 3.0.1.1
Package: dict-elements
Section: Text
Priority: Optional
Architecture: all
Description: Data r
"Darren O. Benham" <[EMAIL PROTECTED]> writes:
> --NMuMz9nt05w80d4+
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: quoted-printable
>
> On Thu, Oct 21, 1999 at 06:51:36PM -0400, Bob Hilliard wrote:
> > I have just built a new
The dictd source package makes two binary packages - a daemon,
dictd_1.4.9-3_i386.deb and a client dict_1.4.9-3_i386.deb. dictd has
an init.d script, but dict does not.
If I run lintian on dictd_1.4.9-3_i386.changes, it returns:
bob:vc-/1:dictd>lintian dictd_1.4.9-3_i386.changes
E:
David Coe <[EMAIL PROTECTED]> writes:
> Bob Hilliard <[EMAIL PROTECTED]> writes:
>
> > The dictd package is built in .../debian/tmp, which contains
> > etc/init.d/dict in ../tmp/etc/init.d, and declares the script as a
> > conffile. The dict package i
The dictd source package generates two binaries, dict and dictd.
I need to upload a new version of dict to fix a bug in the postrm
script. I would like to avoid making people install a new version of
dictd that is identical, except for the version number, to the existing
version. I also want
My new version of dictd gives the following lintian warnings:
bob:vc-/0:dictd>lintian dictd_1.4.9-5_i386.changes
W: dictd: no-section-field
W: dictd: no-priority-field
W: dict: no-section-field
W: dict: no-priority-field
debian/control includes:
Source: dictd
Section: text
Priority: op
On January 14, I posted a message asking how to avoid the
following lintian warnings, when I did indeed have these fields in
debian/control:
W: dictd: no-section-field
W: dictd: no-priority-field
The reply, by Joey Hess, advised me to use the -isp option to
dokg-gencontrol (or to use de
During the discussion about adding build-depends to policy, I
recall mention of a command that would generate a list of the packages
called during the compilation of a package. I can't find any mention
o this command in policy or in the packaging manual. Can anyone
tell me the easiest way to
zhaoway <[EMAIL PROTECTED]> writes:
> I'm in NM queue right now. I'm wondering how i could announce my ITP against
> WNPP? I read developers-reference, but there only got a mention to wnpp
> without a step-by-step howto. And I tried bug, but seems it's not for
> announce ITP against WNPP?
Lo
I am writing a manpage for a new program, and have run into a
snag. Following is a fragment from my draft:
.TP
Headers are prepended to the file giving the URL of the site from
which the original database was obtained, and the name of the
dictionary.
man renders this as:
Header
Is it possible to create two binary debs with different version
numbers from one source package, using the standard debian package
building tools?
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROTECTED]>
I am modifying the vera source package to make both the vera and
dict-vera binary packages.
debian/rules binary properly builds the source tree, and makes
debian/dict-vera.deb and debian/vera.deb. When I run either
dpkg-buildpackage or debuild, it fails with the message:
dpkg-genchang
Hamish Moffatt <[EMAIL PROTECTED]> writes:
> I don't remember any tool building the debs in the debian/ subdirectory.
> If they do, I have never seen it leave them there. The .diff.gz,
> .dsc, .orig.tar.gz, .deb, and .changes should all end up in the build
> parent.
The problem was a ridicul
If a source package produces _only_ binary_all packages, is it
necessary to have a Build-Depends-Indep: field, or is it sufficient to
have a Build-Depends field?
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROT
Tim <[EMAIL PROTECTED]> writes:
> Please help. I'm new to debian and linux too. I found
> a distribution of linux based off of slackware called
> dragon linux (www.dragonlinux.net). This is a
> distribution that installs on a msdos partition with
> everything under a directory like c:\linux. Th
Hamish Moffatt <[EMAIL PROTECTED]> writes:
> On Sun, Jan 28, 2001 at 04:14:47PM -0500, Matt Zimmerman wrote:
> > s/packages should/packages conforming to policy version 3.2.0 or greater
> > should/
> >
> > "should" referring to the Policy definition, meaning that this is optional
> > (though rec
If I fix a bug in my package, and send the patch upstream, should
the bug be marked "forwarded", or should "forwarded" be reserved for
bugs that are waiting for upstream to fix?
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Wa
I am preparing a new release of dictd. Lintian gives the
following warnings:
W: dictd: binary-has-unneeded-section ./usr/bin/dictzip .note
W: dictd: binary-has-unneeded-section ./usr/bin/dictzip .comment
W: dictd: binary-has-unneeded-section ./usr/sbin/dictd .note
W: dictd: binary-has-unneed
Josip Rodin <[EMAIL PROTECTED]> writes:
> Hmm, did you run strip --remove-section=.comment --remove-section=.note on
> the binaries?
Carlos Laviola <[EMAIL PROTECTED]> writes:
> Call strip with '--strip-unneeded' in your debian/rules to strip
> these sections out of the binaries when building th
[EMAIL PROTECTED] (Colin Watson) writes:
> >Please install dictunzip.1 and dictzcat.1 as symlinks or hardlinks.
>
> Actually, ignore the "... or hardlinks" bit. Policy 13.1:
>
>You should not create hard links in the manual page directories, nor
>put absolute filenames in .so directives.
Josip Rodin <[EMAIL PROTECTED]> writes:
> > If lintian objects to them, shouldn't policy mention stripping them?
>
> Doesn't it already?
The only guidance I can find in policy 3.5.2.0 on the subject of
stripping binaries is in section 11.1. Binaries:
Note that by default all installed
It appears to me that the method recommended in policy section
11.1 to support DEB_BUILD_OPTIONS in the rules file requires the
DEB_BUILD_OPTIONS variable to contain both `debug' and `nostrip' in
order to generate a package with debugging information included.
Is this correct and is this
Some time in the past year, debian-changelog-mode has stopped
working for me. I have dpkg-dev-el v. 1.10-1 installed, and `mode:
debian-changelog' at the bottom of the affected changelog files. I
use emacs19, v.19.34-26.5.
I can't find any documentation in the dpkg-dev-el package.
Bob
I have ITP'd dict-gcide (Bug#100892). This package will provide,
conflict and replace dict-web1913. I intend to provide an empty
(dummy) dict-web1913 package that will depend on dict-gcide.
The only thing functionally required in the dummy package is a
control file, and possibly a READ
On Fri, 15 Jun 2001, Julian Gilbey <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 14, 2001 at 05:21:56PM -0400, Bob Hilliard wrote:
> > I have ITP'd dict-gcide (Bug#100892). This package will provide,
> > conflict and replace dict-web1913. I intend to provide an empt
"Yooseong Yang" <[EMAIL PROTECTED]> writes:
> I change the command name of my package into poEdit. potool and poedit have=
> similar
See policy 2.3.1. The package name:
Package names must consist of lower case letters (`a-z'), digits
(`0-9'), plus (`+') and minus (`-') signs, and
I am packaging the client/server software from the Dict Project
. The client program queries a server, either on the
local host, a local network, or the internet, and receives the
response by TCP.
Some users would prefer to use the client only, and access a
server on their local network
Hi,
I am preparing my first package, dictd, which consists of
client/server software for getting definitions from dictionaries. I
plan to make separate binary packages for the client and server, so
there will be one source package, but two binary packages. One binary
package has two config f
I am preparing my first package, and am building it by hand to
get a clearer understanding of the package building process. It will
have two binary packages, dictd and dict, both of which come from the
dictd source.
I have reached the point where the first, and larger, package
produces
Thanks for all the input. Manoj, I have been relying upon your
posted rules files from the start. Without them, I wouldn't have
gotten this far.
I have found my problem. I believed that changelog.Debian
applied to the binary package, rather than to the source package, and
had created
--text follow
BCC: [EMAIL PROTECTED]
Hi,
I have completed my first package, dictd, and have uploaded it to
my home directory on master, /debian/home/hilliard. It consists of
the following files:
dict_1.4.8-1_i386.deb
dictd_1.4.8-1_i386.deb
dictd_1.4.8-1.diff.gz
dict
The source package for hello is in the source directory of the
mirrors. Look under debian/hamm/hamm/source/misc for the following
three files:
-rw-r--r-- 1 maor debadmin 4007 Nov 16 13:54 hello_1.3-14.2.diff.gz
-rw-r--r-- 1 maor debadmin 619 Nov 16 13:54 hello_1.3-14.2.ds
Is unstable/non-free the proper distribution in the top line of
the changelog for a non-free package to go into slink?
Bob
--
_
|_) _ |_ Robert D. Hilliard<[EMAIL PROTECTED]>
|_) (_) |_) Palm City, FL USAPGP Key ID: A8E40EB9
--
To UNSUBSCRIBE, email to [EMAIL P
One of the dictionary packages I am preparing for use with the
dictd server is distributed as two separate .tar.gz files, so I will
have to make a combined file as _orig.tar.gz. Do I have to ask for
permission to use non-pristine sources in such a case?
Another dictionary package contai
Thanks to Santiago and Igor for helping me on the non-free
distribution question.
My initial group of packages had no lintian errors, and installed
without error on my system, so I have uploaded them. I now have some
general questions.
The upstream Makefiles in all of the the dict
I have setup and configured ssh, and installed my identity.pub
file in ~/.ssh/authorized_keys on master. I execute "ssh-agent bash"
to start a shell under ssh, then "ssh-add", which asks for my
passphrase.
I can then run "ssh master.debian.org" and am logged in on master
without giving
zhaoway <[EMAIL PROTECTED]> writes:
> I'm in NM queue right now. I'm wondering how i could announce my ITP against
> WNPP? I read developers-reference, but there only got a mention to wnpp
> without a step-by-step howto. And I tried bug, but seems it's not for
> announce ITP against WNPP?
L
I am writing a manpage for a new program, and have run into a
snag. Following is a fragment from my draft:
.TP
Headers are prepended to the file giving the URL of the site from
which the original database was obtained, and the name of the
dictionary.
man renders this as:
Heade
Is it possible to create two binary debs with different version
numbers from one source package, using the standard debian package
building tools?
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROTECTED]>
I am modifying the vera source package to make both the vera and
dict-vera binary packages.
debian/rules binary properly builds the source tree, and makes
debian/dict-vera.deb and debian/vera.deb. When I run either
dpkg-buildpackage or debuild, it fails with the message:
dpkg-genchan
Hamish Moffatt <[EMAIL PROTECTED]> writes:
> I don't remember any tool building the debs in the debian/ subdirectory.
> If they do, I have never seen it leave them there. The .diff.gz,
> .dsc, .orig.tar.gz, .deb, and .changes should all end up in the build
> parent.
The problem was a ridicu
If a source package produces _only_ binary_all packages, is it
necessary to have a Build-Depends-Indep: field, or is it sufficient to
have a Build-Depends field?
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PRO
Tim <[EMAIL PROTECTED]> writes:
> Please help. I'm new to debian and linux too. I found
> a distribution of linux based off of slackware called
> dragon linux (www.dragonlinux.net). This is a
> distribution that installs on a msdos partition with
> everything under a directory like c:\linux. T
Hamish Moffatt <[EMAIL PROTECTED]> writes:
> On Sun, Jan 28, 2001 at 04:14:47PM -0500, Matt Zimmerman wrote:
> > s/packages should/packages conforming to policy version 3.2.0 or greater should/
> >
> > "should" referring to the Policy definition, meaning that this is optional
> > (though recomme
If I fix a bug in my package, and send the patch upstream, should
the bug be marked "forwarded", or should "forwarded" be reserved for
bugs that are waiting for upstream to fix?
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull W
I am preparing a new release of dictd. Lintian gives the
following warnings:
W: dictd: binary-has-unneeded-section ./usr/bin/dictzip .note
W: dictd: binary-has-unneeded-section ./usr/bin/dictzip .comment
W: dictd: binary-has-unneeded-section ./usr/sbin/dictd .note
W: dictd: binary-has-unnee
Josip Rodin <[EMAIL PROTECTED]> writes:
> Hmm, did you run strip --remove-section=.comment --remove-section=.note on
> the binaries?
Carlos Laviola <[EMAIL PROTECTED]> writes:
> Call strip with '--strip-unneeded' in your debian/rules to strip
> these sections out of the binaries when building t
[EMAIL PROTECTED] (Colin Watson) writes:
> >Please install dictunzip.1 and dictzcat.1 as symlinks or hardlinks.
>
> Actually, ignore the "... or hardlinks" bit. Policy 13.1:
>
>You should not create hard links in the manual page directories, nor
>put absolute filenames in .so directives
Josip Rodin <[EMAIL PROTECTED]> writes:
> > If lintian objects to them, shouldn't policy mention stripping them?
>
> Doesn't it already?
The only guidance I can find in policy 3.5.2.0 on the subject of
stripping binaries is in section 11.1. Binaries:
Note that by default all installe
It appears to me that the method recommended in policy section
11.1 to support DEB_BUILD_OPTIONS in the rules file requires the
DEB_BUILD_OPTIONS variable to contain both `debug' and `nostrip' in
order to generate a package with debugging information included.
Is this correct and is thi
Some time in the past year, debian-changelog-mode has stopped
working for me. I have dpkg-dev-el v. 1.10-1 installed, and `mode:
debian-changelog' at the bottom of the affected changelog files. I
use emacs19, v.19.34-26.5.
I can't find any documentation in the dpkg-dev-el package.
Bo
I have ITP'd dict-gcide (Bug#100892). This package will provide,
conflict and replace dict-web1913. I intend to provide an empty
(dummy) dict-web1913 package that will depend on dict-gcide.
The only thing functionally required in the dummy package is a
control file, and possibly a REA
On Fri, 15 Jun 2001, Julian Gilbey <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 14, 2001 at 05:21:56PM -0400, Bob Hilliard wrote:
> > I have ITP'd dict-gcide (Bug#100892). This package will provide,
> > conflict and replace dict-web1913. I intend to provide an empt
"Yooseong Yang" <[EMAIL PROTECTED]> writes:
> I change the command name of my package into poEdit. potool and poedit have=
> similar
See policy 2.3.1. The package name:
Package names must consist of lower case letters (`a-z'), digits
(`0-9'), plus (`+') and minus (`-') signs, an
Is there any way to make dupload pass the -1 option to scp? I
have to enter my password for each file that is uploaded, which is
undesirable.
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROTECTED]>
I would like to use debconf to present a message to the admin
when a package is installed, but only if certain text does not
appear in a config file.
Without debconf, I could use code something like this in the
[post|pre]inst:
if !grep -q include /etc/dictd.conf
then
I am in the process of implementing an option for dictd to permit
the user to select which logging facility will be used by syslog. I
have used the openlog() and syslog() functions, and the facilities
listed in /usr/include/sys/syslog.h.
I have just realized that sysklogd is Architectu
Compiling a source file that #includes /usr/include/syslog.h
produces:
/usr/include/sys/syslog.h:80: warning: initialization discards qualifiers \
from pointer target type
repeated 70 times. This is Bug#111767.
This is caused by the compiler flag ``-Wwrit
I am trying to add a debconf note to dict-web1913 to warn of a
mis-configuration that will prevent dictd from running.
I have the files dict-web1913.config dict-web1913.templates in
../debian. After running debuild, these files, and control, are in
../debian/dict-web1939/DEBIAN.
I wrote:
> I have the files dict-web1913.config dict-web1913.templates in
> ../debian. After running debuild, these files, and control, are in
> ../debian/dict-web1939/DEBIAN.
That should have been:
I have the files dict-web1913.config and dict-web1913.templates in
../debia
Gergely Nagy <[EMAIL PROTECTED]> writes:
> I think those files should be called
> ../debian/dict-web1939/DEBIAN/config and templates, respectively, and
> not ..
Thanks. That solves part of my problem - at least it gets both
config and templates in /var/lib/dpkg/info.
If I install the
Gergely Nagy <[EMAIL PROTECTED]> writes:
> --pgp-sign-Multipart_Sat_Mar__9_23:24:54_2002-1
> Content-Type: text/plain; charset=US-ASCII
>
> > If I install the package with dpkg -i, the debconf note is not
> > displayed. I have DEBCONF_DEBUG set to ``developer'', but no messages
> > are out
Gergely Nagy <[EMAIL PROTECTED]> writes:
> Looking at the files on master, I think I know the problem. The quick
> fix is to call db_get dict-web1913/reconf in your postinst. Also,
> since config might be called at preinst time, it might not be a good
> idea to check the filesystem. So I'd put th
I have been having continuing difficulties making debconf display
a note for dict-web1913. With DEBCONF=developer in my environment,
when I install the package, debconf returns:
debconf (developer): frontend started
debconf (developer): frontend running, package name is dict-web1913
dict-web1913 is an empty package to assist the transition to
dict-gcide. dictd will silently fail on startup if not all of the
dictionaries listed in /etc/dictd.conf are not present. The default
conffile includes an `include' line that makes it unnecessary for the
user to update it when a d
Joey Hess <[EMAIL PROTECTED]> writes:
> Bob Hilliard wrote:
> > Template: dict-web1913/reconf
> > Type: note
> > Description: Replace dict-web1913 with dict-gcide in /etc/dictd.conf
>
> Is your description field really indented by one character?
Yes,
I have just discovered (via a bug report) that dict and dictd
depend on netbase. (dict and dictd communicate with each other using
the TCP/IP protocol.) Since dictd has been in debian for over four
years without declaring the dependency, this indicates that netbase is
almost universally ins
Mike Furr <[EMAIL PROTECTED]> writes:
> Is there a way to have different debian version numbers for a
> multipackage source?
. ..
> Policy doesn't really state anything about source vs. binary versions.
> Is this possible?
Yes. I maintain vera and dict-v
The upstream manpages for dictd contain many lines that use a \fR
symbol or macro such as:
.BI \-c " file\fR or " \-\-config " file"
As far as I can see by experimentation, the \fR does nothing.
Can anyone explain the function of `\fr'?
Regards,
Bob
--
_
|_
For the 1386 architecture, sid has gcc 2:2.95.4-17 and gcc-3.0
1:3.0.4-13. Which compiler should be used for an Architecture: any
package? If the answer is gcc-3.0, should that be included in the
build-depends?
Regards,
Bob
--
_
|_) _ |_Robert D. Hilliard<[EMAIL PROTEC
I have built a sid chroot by installing debootstrap and
build-essential. The procps package is installed, but the proc
directory in the chroot is empty. This makes it difficult to install
and start/stop the daemon.
Can anyone advise how I can make proc file system work in the
chroot?
Karolina Lindqvist <[EMAIL PROTECTED]> writes:
> onsdagen den 8 januari 2003 18.57 skrev Raphael Hertzog:
>> apt-get -o dpkg::options::="--force-confmiss"
>> You can put it once for all in a file in /etc/apt/apt.conf.d/.
>> Check man apt.conf for details.
>
That is the individual solution when
Section 11.2 of Debian Policy says:
You must specify the gcc option `-D_REENTRANT' when building a library
(either static or shared) to make the library compatible with
LinuxThreads.
Is this obsolete? I can't find `-D_REENTRANT' in the gcc
documentation.
I assume that a
Is there any way to make dupload pass the -1 option to scp? I
have to enter my password for each file that is uploaded, which is
undesirable.
Bob
--
_
|_) _ |_ Robert D. Hilliard <[EMAIL PROTECTED]>
|_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROTECTED]>
I would like to use debconf to present a message to the admin
when a package is installed, but only if certain text does not
appear in a config file.
Without debconf, I could use code something like this in the
[post|pre]inst:
if !grep -q include /etc/dictd.conf
then
I am in the process of implementing an option for dictd to permit
the user to select which logging facility will be used by syslog. I
have used the openlog() and syslog() functions, and the facilities
listed in /usr/include/sys/syslog.h.
I have just realized that sysklogd is Architectur
Compiling a source file that #includes /usr/include/syslog.h
produces:
/usr/include/sys/syslog.h:80: warning: initialization discards qualifiers \
from pointer target type
repeated 70 times. This is Bug#111767.
This is caused by the compiler flag ``-Wwrite
I am trying to add a debconf note to dict-web1913 to warn of a
mis-configuration that will prevent dictd from running.
I have the files dict-web1913.config dict-web1913.templates in
../debian. After running debuild, these files, and control, are in
../debian/dict-web1939/DEBIAN.
I wrote:
> I have the files dict-web1913.config dict-web1913.templates in
> ../debian. After running debuild, these files, and control, are in
> ../debian/dict-web1939/DEBIAN.
That should have been:
I have the files dict-web1913.config and dict-web1913.templates in
../debian
Gergely Nagy <[EMAIL PROTECTED]> writes:
> I think those files should be called
> ../debian/dict-web1939/DEBIAN/config and templates, respectively, and
> not ..
Thanks. That solves part of my problem - at least it gets both
config and templates in /var/lib/dpkg/info.
If I install the
Gergely Nagy <[EMAIL PROTECTED]> writes:
> --pgp-sign-Multipart_Sat_Mar__9_23:24:54_2002-1
> Content-Type: text/plain; charset=US-ASCII
>
> > If I install the package with dpkg -i, the debconf note is not
> > displayed. I have DEBCONF_DEBUG set to ``developer'', but no messages
> > are outp
Gergely Nagy <[EMAIL PROTECTED]> writes:
> Looking at the files on master, I think I know the problem. The quick
> fix is to call db_get dict-web1913/reconf in your postinst. Also,
> since config might be called at preinst time, it might not be a good
> idea to check the filesystem. So I'd put the
I have been having continuing difficulties making debconf display
a note for dict-web1913. With DEBCONF=developer in my environment,
when I install the package, debconf returns:
debconf (developer): frontend started
debconf (developer): frontend running, package name is dict-web1913
dict-web1913 is an empty package to assist the transition to
dict-gcide. dictd will silently fail on startup if not all of the
dictionaries listed in /etc/dictd.conf are not present. The default
conffile includes an `include' line that makes it unnecessary for the
user to update it when a di
Joey Hess <[EMAIL PROTECTED]> writes:
> Bob Hilliard wrote:
> > Template: dict-web1913/reconf
> > Type: note
> > Description: Replace dict-web1913 with dict-gcide in /etc/dictd.conf
>
> Is your description field really indented by one character?
Yes,
Should changelog.Debian.gz apply to the source package and all
binary packages created from the source, or should there be a separate
changelog.Debian.gz for each binary package?
I have used one changelog for the dictd source package, covering
both the dictd and the dict binary packages,
Mike Furr <[EMAIL PROTECTED]> writes:
> Is there a way to have different debian version numbers for a
> multipackage source?
. ..
> Policy doesn't really state anything about source vs. binary versions.
> Is this possible?
Yes. I maintain vera and dict-ve
The upstream manpages for dictd contain many lines that use a \fR
symbol or macro such as:
.BI \-c " file\fR or " \-\-config " file"
As far as I can see by experimentation, the \fR does nothing.
Can anyone explain the function of `\fr'?
Regards,
Bob
--
_
|_)
For the 1386 architecture, sid has gcc 2:2.95.4-17 and gcc-3.0
1:3.0.4-13. Which compiler should be used for an Architecture: any
package? If the answer is gcc-3.0, should that be included in the
build-depends?
Regards,
Bob
--
_
|_) _ |_Robert D. Hilliard<[EMAIL PROTEC
I have built a sid chroot by installing debootstrap and
build-essential. The procps package is installed, but the proc
directory in the chroot is empty. This makes it difficult to install
and start/stop the daemon.
Can anyone advise how I can make proc file system work in the
chroot?
Karolina Lindqvist <[EMAIL PROTECTED]> writes:
> onsdagen den 8 januari 2003 18.57 skrev Raphael Hertzog:
>> apt-get -o dpkg::options::="--force-confmiss"
>> You can put it once for all in a file in /etc/apt/apt.conf.d/.
>> Check man apt.conf for details.
>
That is the individual solution when
Section 11.2 of Debian Policy says:
You must specify the gcc option `-D_REENTRANT' when building a library
(either static or shared) to make the library compatible with
LinuxThreads.
Is this obsolete? I can't find `-D_REENTRANT' in the gcc
documentation.
I assume that a
1 - 100 of 101 matches
Mail list logo