FIXING STUFF!
Rename should be complete or almost so.
This commit is contained in:
8
debian/rules
vendored
8
debian/rules
vendored
@@ -36,9 +36,9 @@ install-python%:
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
./configure --root ${CURDIR}/debian/fluents/ --prefix /usr
|
||||
./configure --root ${CURDIR}/debian/laydi/ --prefix /usr
|
||||
make install
|
||||
# python$* setup.py install --root=$(CURDIR)/debian/fluents --install-data=/usr/share/fluents
|
||||
# python$* setup.py install --root=$(CURDIR)/debian/laydi --install-data=/usr/share/laydi
|
||||
|
||||
# Remove all *.pyc files, created in the postinst
|
||||
# find $(CURDIR)/debian/python-networkx -name "*.pyc" -exec rm {} ';'
|
||||
@@ -47,8 +47,8 @@ install-python%:
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
make -C doc install
|
||||
# mkdir -p $(CURDIR)/debian/fluents-doc/usr/share/doc/fluents-doc/html
|
||||
# epydoc --html -o $(CURDIR)/debian/fluents-doc/usr/share/doc/fluents-doc/html fluents
|
||||
# mkdir -p $(CURDIR)/debian/laydi-doc/usr/share/doc/laydi-doc/html
|
||||
# epydoc --html -o $(CURDIR)/debian/laydi-doc/usr/share/doc/laydi-doc/html laydi
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
||||
Reference in New Issue
Block a user