Re: [Trac] installable Trac 1.0.1 package, including dependencies for Debian?

2013-04-12 Thread Magnus Therning
On Fri, Apr 12, 2013 at 6:14 AM, Joost Kraaijeveld
j.kraaijev...@askesis.nl wrote:
 On do, 2013-04-11 at 19:29 +0200, W. Martin Borgert wrote:
 Quoting Joost Kraaijeveld j.kraaijev...@askesis.nl:
  Because Debian is very busy releasing Wheezy some time in the near
  future Debian is more frozen than normally. Now I want to install Trac
  1.0.1, but Debian has no complete installable package available. Sid has
  an incomplete version (e.g. it lacks the dependency
  libjs-jquery-timepicker)

 Yes, Debian experimental has Trac 1.0.1-1, but libjs-jquery-timepicker
 waits in the new queue since two weeks.
 (http://ftp-master.debian.org/new.html)

  Does anyone have an installable set of debs available or can help me
  build such set?

 For the moment, you may just ignore libjs-jquery-timepicker, using
 a dummy package with equivs (equivs-build and equivs-control).
 Could you elaborate on the dummy package? It is a bit cryptic for me.

I suppose this is the kind of thing you'd do:
http://blog.andrewbeacock.com/2005/09/creating-dummy-debian-package-for.html

Old page, but hopefully not so old that it's outdated :)

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Fake timepicker for Trac installation (was: installable Trac 1.0.1 package, including dependencies for Debian?)

2013-04-12 Thread W. Martin Borgert

Quoting Joost Kraaijeveld j.kraaijev...@askesis.nl:

On do, 2013-04-11 at 19:29 +0200, W. Martin Borgert wrote:

For the moment, you may just ignore libjs-jquery-timepicker, using
a dummy package with equivs (equivs-build and equivs-control).

Could you elaborate on the dummy package? It is a bit cryptic for me.


Sure :~) It's as easy as:

$ sudo apt-get install equivs
$ cat  timepicker EOTEXT
Section: misc
Priority: optional
Standards-Version: 3.6.2

Package: libjs-jquery-timepicker
Version: 1.0
Description: Dummy timepicker for Trac
EOTEXT
$ equivs-build timepicker
$ sudo dpkg -i libjs-jquery-timepicker_1.0_all.deb

Because the dummy package has version 1.0 and the real timepicker
package will have 1.2, it will replaced by apt-get upgrade as
soon as it is available, which will hopefully be in a few days...

HTH

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Re: Fake timepicker for Trac installation (was: installable Trac 1.0.1 package, including dependencies for Debian?)

2013-04-12 Thread Joost Kraaijeveld
On vr, 2013-04-12 at 16:52 +0200, W. Martin Borgert wrote:
 Quoting Joost Kraaijeveld j.kraaijev...@askesis.nl:
  On do, 2013-04-11 at 19:29 +0200, W. Martin Borgert wrote:
  For the moment, you may just ignore libjs-jquery-timepicker, using
  a dummy package with equivs (equivs-build and equivs-control).
  Could you elaborate on the dummy package? It is a bit cryptic for me.
 
 Sure :~) It's as easy as:
 
 $ sudo apt-get install equivs
 $ cat  timepicker EOTEXT
 Section: misc
 Priority: optional
 Standards-Version: 3.6.2
 
 Package: libjs-jquery-timepicker
 Version: 1.0
 Description: Dummy timepicker for Trac
 EOTEXT
 $ equivs-build timepicker
 $ sudo dpkg -i libjs-jquery-timepicker_1.0_all.deb
 
 Because the dummy package has version 1.0 and the real timepicker
 package will have 1.2, it will replaced by apt-get upgrade as
 soon as it is available, which will hopefully be in a few days...

Thanks, recipe worked as advertised!

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.