[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#181429: grubconf ITP



Hey Robert,

OK, I've taken care of all the details you mention in this e-mail. 

New package:
http://ruslug.rutgers.edu/~mcgrof/grubconf/grubconf-0.5-debian/

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.2.4 (GNU/Linux)

mQGiBEAoeKARBADIM1QtErPwjNSkzJmpTFY4IDzxdp3PPH1h6W4KkfwLVqr04fxX
ZnesXNhBBwFLg5F1qWA8vB9moDfExFYSmTyjLvvRs0dcqvOSpnWZJ4Lg0Lk6Kt/I
9D9FhWx4s+0MSyDhYJyefu0RMM1zPb8A1JGapDCM49PQSRX1V7dOzWvLxwCgsqjX
T3r/7TQ+vOTq0mSqOLThGt8D/3yO1HXfRrEUs9B30WVDuDgrrbT0TtUCm9Eg8L4I
b6rbol16AeBXgk2AIWnZuMretkLfS122C1TJeZzk/Hlp3l7REhBxUdB+xizGf5Jf
69PfqnX+BmS4AKSguIl2pb1m9tzBabs5D43fjSgsFYVWDupTVmoybcshA2H0ud6D
Li3/A/0auXXCcq4C1yO+NrGlq4K48f8zfFpXfTKp81wOZ64ZuOKvIu4othihvKvi
T7jsJzQVDeXu8en0otvMxxYx10RFY+Wq9ar+RKy6MjS/jgwTF3VD6ZBYg47yAUw1
iY2zcLzM28IPOAtq9u+v5uPpCnUy84Q983WbibRQQMkSVjEQurQtTHVpcyBSLiBS
b2RyaWd1ZXogPG1jZ3JvZkBydXNsdWcucnV0Z2Vycy5lZHU+iF4EExECAB4FAkAo
eKACGwMGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQat1JN+IKUl6/GgCeJh8Omi5O
bjX8MCtqnnNovuI/MKYAoKjKUF3DR3pOZlcfXGpmIxywB/XQuQENBEAoeKIQBACF
NvU0H/1tieVHDUCY+3BAcHXKfMSb2ikcRrTlKXQF5FHnarwczwH68tFncFxXHusi
mKtWDeHIb8JqTsxMXGnD/ixxt1iPNImvisqW3RAS8ClG1iwCJwtFwGAuidWGsj9k
5DjDn2JAAbq6qS3QGZqICW7UDOgOyTLQPWjrs5bNlwADBQP/RSCqJNTJY9djHi/3
m0wqoYhq8j5Pg1LKJYN90ztvbVgzKGMEPmEkNhwZwUwRKCAklQGQ7pP0CIPQbgwb
2UEH7O/EKUaAJ5M86SZeS24/24DkTL/igrpLGXsC7Y35POL7iTNs0uedT7NlcH8a
tzCfI7hzGk1iddFlX+M7/QBtq1qISQQYEQIACQUCQCh4ogIbDAAKCRBq3Uk34gpS
Xi68AJ98C2f71XfTcyxEyBFMTcqzaulLpgCgpqb8QYsh6tqkdmIvbYS85390PcA=
=STjm
-----END PGP PUBLIC KEY BLOCK-----

	Luis

On Sat, Feb 07, 2004 at 01:38:53PM +0100, Robert Millan wrote:
> On Fri, Feb 06, 2004 at 06:00:19PM -0500, Luis R. Rodriguez wrote:
> > 
> > Hey gang, I've fixed the package. Here's the new one:
> > http://ruslug.rutgers.edu/~mcgrof/grubconf/grubconf-0.5-debian/
> > 
> > Let me know how this one is.
> 
> In debian/control:
> 
> Build-Depends: 
> 
>  - These packages are always part of the base system. Unless you need a
>    particular version of them you don't need to build-depend:
> 
>  base-files (>= 3.0.8 )
>  libc6 (>= 2.3.1-16 )
>  coreutils (>= 4.5.10-1 )
>  grep (>= 2.5.1-4 )
> 
>  - These packages are already in the Build-Essential set, you don't need to
>    build-depend on them, either (unless you need a particular version):
> 
>  binutils (>= 2.13.90.0.18-1.3 )
>  gcc-3.3
>  libc6-dev (>= 2.3.1-16 )
>  perl-base (>= 5.8.0-17 )
>  perl-modules (>= 5.8.0-17 )
> 
> 
>  - The following packages are shared libraries. You don't need these in
>  build-depends. If you need the development files (headers and object archives)
>  for compiling your package, build-depend on their correspondant -dev packages
>  instead:
> 
>  libxml1
>  libglade0
>  libglib2.0-0 (>= 2.2.1-3 )
>  libncurses5 (>= 5.3.20021109-2 )
>  libgnome2-0
> 
>  - Do you really need version >= 2.57-2woody1 of autoconf? If you're running
>  autoconf at build time, probably any of the 2.5x series is enough, which
>  means you just need to build-depend on unversioned autoconf, and
>  build-conflict with autoconf2.13 (to avoid it from setting a /usr/bin/autoconf
>  divert)
> 
>  autoconf (>= 2.57-2woody1 )
> 
>  - You don't need to depend on shared libraries, dpkg-shlibdeps already takes
>  care of adding it:
> 
>  Depends: libgtk2.0-0
> 
>  - Also remember to indent the Description field.
> 
> 
> In debian/copyright:
> 
>  - The "It was downloaded from sourceforge.net" doesn't suffice to refer
>  someone for downloading it.
> 
> P.S: Remember to run lintian on your .dsc and .deb for automatic evaluation
> of your package before uploading it.
> 
> P.P.S: please sign your source package next time (just install gnupg and
> create a key, it'll be signed automaticaly by dpkg-buildpackage) and
> publish your gpg key.
> 
> -- 
> Robert Millan
> 
> "[..] but the delight and pride of Aule is in the deed of making, and in the
> thing made, and neither in possession nor in his own mastery; wherefore he
> gives and hoards not, and is free from care, passing ever on to some new work."
> 
>  -- J.R.R.T., Ainulindale (Silmarillion)



Reply to: