Thread: [Tilde-devel] debian packages
Brought to you by:
tobi
From: Tobias B. <to...@to...> - 2002-08-20 01:43:26
|
I tried to create packages but got this at the end: dh_movefiles dh_movefiles: debian/tmp/usr/bin/tildedbshell not found (supposed to put it in tilde-db-shell) and hmm.. bernhard:~/Projects/tilde-0.4$ find debian/tmp/ -type f debian/tmp/var/www/tilde/sites/default/templates/images/SCCS/p.directory.png debian/tmp/var/www/tilde/sites/default/templates/images/SCCS/p.file.png debian/tmp/var/www/tilde/sites/default/templates/images/SCCS/s.directory.png debian/tmp/var/www/tilde/sites/default/templates/images/SCCS/s.file.png debian/tmp/var/www/tilde/sites/default/templates/images/directory.png debian/tmp/var/www/tilde/sites/default/templates/images/file.png debian/tmp/var/www/tilde/sites/default/templates/templates/SCCS/p.dirlist.t.html debian/tmp/var/www/tilde/sites/default/templates/templates/SCCS/s.dirlist.t.html debian/tmp/var/www/tilde/sites/default/templates/templates/dirlist.t.html debian/tmp/usr/share/info/tilde.info debian/tmp/usr/share/info/tildedbshell.info strange, the output say things like: installing head_contenttype.so into /home/tbe/Projects/tilde-0.4/debian/tmp/usr/lib/tilde/modules/functions but they don't just get there.. is this a known problem tobias? how could we fix it? Anyway.. you talked about something about the meeting we should use, dupload? or whatever.. how do I configure some software to put packages on the apt-source, without any work. As the now official maintainer of the stable branch I would like to upload, just tell me how, where and when :) /tobbe |
From: Tobias <to...@to...> - 2002-08-20 07:01:57
|
On tis, aug 20, 2002 at 03:43:20 +0200, Tobias Bengtsson wrote: > I tried to create packages but got this at the end: > > dh_movefiles > dh_movefiles: debian/tmp/usr/bin/tildedbshell not found (supposed to put it > in tilde-db-shell) you probably don't have libreadline-dev > strange, the output say things like: > installing head_contenttype.so into > /home/tbe/Projects/tilde-0.4/debian/tmp/usr/lib/tilde/modules/functions > > but they don't just get there.. is this a known problem tobias? how could we > fix it? dh_movefiles moves them out of thære? > Anyway.. you talked about something about the meeting we should use, > dupload? or whatever.. how do I configure some software to put packages on > the apt-source, without any work. As the now official maintainer of the > stable branch I would like to upload, just tell me how, where and when :) Yes we have to decied where to host the debian archive. we _could_ have it on debian.as but I am not sure I want to :) My plan is to find a machine where we can have the archive real soon. |
From: Martin S. <hu...@li...> - 2002-08-20 09:45:29
|
On tis, aug 20, 2002 at 09:01:47 +0200, Tobias Rundstr=F6m wrote: > Yes we have to decied where to host the debian archive. > we _could_ have it on debian.as but I am not sure I want to :) > My plan is to find a machine where we can have the archive real soon. There is always piff.smalands.lu.se, but that is up to all of you if=20 you trust that machine to stay up :) I may not be the best systemadmin, but she's behaved well for the last year or so at least. Couldn't sourceforge host it? - Martin |
From: Tobias <to...@to...> - 2002-08-20 13:52:56
|
On tis, aug 20, 2002 at 11:45:21 +0200, Martin Svalin wrote: > There is always piff.smalands.lu.se, but that is up to all of you if > you trust that machine to stay up :) I may not be the best > systemadmin, but she's behaved well for the last year or so at least. piff may be a good option, is it okey if we run debarchiver there then? > Couldn't sourceforge host it? No. they do not provide debarchiver. //Tobias |
From: Martin S. <hu...@li...> - 2002-08-20 14:26:12
|
On tis, aug 20, 2002 at 03:52:49 +0200, Tobias Rundstr=F6m wrote: > piff may be a good option, is it okey if we run debarchiver there then? yup, it's ok. we can take the details off-list if you decide to keep it on piff. - Martin |
From: Tobias B. <to...@to...> - 2002-08-20 13:47:12
|
On tis, aug 20, 2002 at 09:01:47 +0200, Tobias Rundström wrote: > On tis, aug 20, 2002 at 03:43:20 +0200, Tobias Bengtsson wrote: > > I tried to create packages but got this at the end: > > > > dh_movefiles > > dh_movefiles: debian/tmp/usr/bin/tildedbshell not found (supposed to put it > > in tilde-db-shell) > > you probably don't have libreadline-dev then it shouldn't even try to build it if --enable-debian is around.. > > strange, the output say things like: > > installing head_contenttype.so into > > /home/tbe/Projects/tilde-0.4/debian/tmp/usr/lib/tilde/modules/functions > > > > but they don't just get there.. is this a known problem tobias? how could we > > fix it? > > dh_movefiles moves them out of thære? huh? > My plan is to find a machine where we can have the archive real soon. ohhh.. thats a good plan.. |
From: Tobias <to...@to...> - 2002-08-20 13:51:55
|
On tis, aug 20, 2002 at 03:47:06 +0200, Tobias Bengtsson wrote: > then it shouldn't even try to build it if --enable-debian is around.. add build-dependecy in debian controlfile. > > dh_movefiles moves them out of thære? > > huh? Makefiles of tilde installs the modules in debian/tmp, when dh_movefiles are running they are moving the files around in the debian folder. //Tobias |
From: Tobias B. <to...@to...> - 2002-08-22 12:27:58
|
On tis, aug 20, 2002 at 03:51:50 +0200, Tobias Rundström wrote: > On tis, aug 20, 2002 at 03:47:06 +0200, Tobias Bengtsson wrote: > > then it shouldn't even try to build it if --enable-debian is around.. > > add build-dependecy in debian controlfile. it is in the controlfile, it is installed too, just that the configure-script doesn't detect it.. and doesn't build dbshell |
From: Tobias <to...@to...> - 2002-08-22 12:32:14
|
On tor, aug 22, 2002 at 02:27:49 +0200, Tobias Bengtsson wrote: > > add build-dependecy in debian controlfile. > > it is in the controlfile, it is installed too, just that the > configure-script doesn't detect it.. and doesn't build dbshell run configure with sh -x and try to find out why it doesnt detect readline. have no clue about this. |
From: Tobias B. <to...@to...> - 2002-08-22 15:28:57
|
On tor, aug 22, 2002 at 02:32:08 +0200, Tobias Rundström wrote: > On tor, aug 22, 2002 at 02:27:49 +0200, Tobias Bengtsson wrote: > > > add build-dependecy in debian controlfile. > > > > it is in the controlfile, it is installed too, just that the > > configure-script doesn't detect it.. and doesn't build dbshell > > run configure with sh -x and try to find out why it doesnt detect readline. > > have no clue about this. ahh.. oops :) dnl pallar inte mekka readline på BSD nu, det klyddade, jag var trött, okej? //tbe readline_h=0 det borde man fixa nån gång när man orkar.. /tobbe |