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

Re: Help with my Debian package for Orange



[Mitar, 2011-06-30]
> http://orange.biolab.si/debian/
http://orange.biolab.si/debian/dists/squeeze/main/source/python-orange-svn_0.0.10870-2.dsc

Just a quick review:
* debian/control:
 - remove "-svn" from source/binary package names and move it to version
   string, f.e. like this: 0.0.10870~svn-2 (if 0.0.10870 is not released
   yet) or 0.0.10870+svn-2 (if 0.0.10870 is already out)
   orange source&binary package is already available in Debian, so you
   will have to choose another name, though
 - s/Description: D/Description: d/
* in debian/changelog, replace "unstable" with UNRELEASED or your own
  suit name, use unstable only for uploads to official Debian archive
  (yeah, I use this information and I had problems due to wrong suite in
  there once)
* *.install files: s/site-packages/*-packages/
* debian/rules:
 - is orange.pth really needed?
 - bash is not really needed to run /usr/bin/orange, please use /bin/sh
 - replace:
   dh_python2 -p$@ /usr/lib/python$(DEFAULT_PYTHON)/site-packages/orange/
   with:
   dh_python2 -p$@
 - extension is not build for all supported Python versions
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


Reply to: