Tentative pour création d'un paquet glasnost-gtk incompatible avec glasnost

et ne dépendant pas d'apache, n'ayant pas de script de démarrage...
This commit is contained in:
fpeters 2003-10-14 14:43:06 +00:00
parent 324136cee9
commit 02f3c38e6c
3 changed files with 15 additions and 4 deletions

3
debian/control vendored
View File

@ -21,7 +21,8 @@ Description: A collaborative content management system with voting features
Package: glasnost-gtk
Architecture: all
Depends: glasnost (= ${Source-Version}), python-gtk2
Conflicts: glasnost
Depends: python-gtk2
Description: A collaborative content management system with voting features
Glasnost is the voting system originally developed by Easter-eggs for
in-house decision making and now also used in other places.

View File

@ -1,2 +0,0 @@
/usr/bin/glasnost-gtk
/usr/lib/glasnost/glasnost/gtk

14
debian/rules vendored
View File

@ -73,11 +73,23 @@ install: build
find $(CURDIR)/debian/glasnost* -name .cvsignore -exec rm -f {} \;
find $(CURDIR)/debian/glasnost* -name '.*' -type f -exec rm -r {} \;
-find $(CURDIR)/debian/glasnost* -name CVS -type d -exec rm -rf {} \; 2> /dev/null
rm $(CURDIR)/debian/glasnost/usr/share/glasnost/glasnost-start
# this is ugly but python 2.1 didn't have xmlrpclib.py
-mkdir -p $(CURDIR)/debian/glasnost/usr/lib/python2.1/site-packages/
cp /usr/lib/python2.2/xmlrpclib.py $(CURDIR)/debian/glasnost/usr/lib/python2.1/site-packages/
cp -R $(CURDIR)/debian/glasnost/* $(CURDIR)/debian/glasnost-gtk/
rm -rf $(CURDIR)/debian/glasnost/usr/share/glasnost/glasnost/gtk/ \
$(CURDIR)/debian/glasnost/usr/bin/glasnost-gtk
rm -rf $(CURDIR)/debian/glasnost-gtk/usr/lib/glasnost/glasnost/web/ \
$(CURDIR)/debian/glasnost-gtk/usr/lib/glasnost/glasnost/server/ \
$(CURDIR)/debian/glasnost-gtk/usr/lib/glasnost/glasnost/gcurses/ \
$(CURDIR)/debian/glasnost-gtk/usr/lib/glasnost/servers \
$(CURDIR)/debian/glasnost-gtk/usr/lib/glasnost/web \
$(CURDIR)/debian/glasnost-gtk/usr/share/glasnost/glasnost-ctl.py \
$(CURDIR)/debian/glasnost-gtk/usr/sbin \
$(CURDIR)/debian/glasnost-gtk/var \
# Build architecture-independent files here.
binary-indep: build install
dh_testdir