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

Bug#745027: Quick debianize and local install procedure



Hello,

I wanted to try vdirsyncer, this is what I did to quickly package it
locally:

 * Built the dependencies that are currently not in debian testing:

   git clone https://github.com/click-contrib/click-log.git
      (got d153c41698768e80f1569e81d540f1cd9937567d)
   python3 setup.py sdist
   py2dsc-deb --with-python3=true dist/click-log-0.1.3.tar.gz
   sudo dpkg -i deb_dist/python3-click-log_0.1.3-1_all.deb
 
   git clone https://github.com/click-contrib/click-threading.git
      (got cdc1dbda7e8a565017d6fb2c2acc33a4c5705ead)
   python3 setup.py sdist
   py2dsc-deb --with-python3=true dist/click-threading-0.1.2.tar.gz
   sudo dpkg -i deb_dist/python3-click-threading_0.1.2-1_all.deb
 
   git clone https://github.com/untitaker/python-atomicwrites.git
      (got 349e14c2eb30cb7c10d7bd8244f67d2451fe30e5)
   python3 setup.py sdist
   py2dsc-deb --with-python3=true dist/atomicwrites-1.0.0.tar.gz
   sudo dpkg -i deb_dist/python3-atomicwrites_1.0.0-1_all.deb

 * Built vdirsyncer
 
   git clone https://github.com/pimutils/vdirsyncer.git
      (got d034c6b67fac1eaeecdaaaa7b7914d663be56aa4)
   python3 setup.py sdist
   py2dsc --with-python3=true dist/vdirsyncer-0.9.4.dev19+ngd034c6b.tar.gz
   # edited debian/rules to add an empty "override_dh_auto_test:" target
   # to disable tests while building.
   # bult and installed.

François, how's the situation with the packaging? Do you need help?


Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini <enrico@enricozini.org>

Attachment: signature.asc
Description: PGP signature


Reply to: