debian packaging support
Christophe Prud'homme
prudhomm at MIT.EDU
Fri Jan 26 14:17:14 GMT 2001
> > but also kdevelop/kpp/Makefile.am
> > and kdevelop/doc/addendum/Makefile.am
>
> addendum is completely out now, that was the kde2 development part which
> was completely useless since it dealt with 1 year old stuff, so I took
> that out. Or are there still any things left ?
yes in kpp for the redhat packager.
it might be useless for a debian user but...
the thing is that in the Makefile.am datadir is used instea of kde_datadir!
do I miss something about the use of datadir instead of kde_datadir?
shall I commit the debian/ changes?
as for addendum I will remove it completely from the debian/ stuff
best regards
C.
--
Christophe Prud'homme |
MIT, 77, Mass Ave, Rm 3-243 | A wise person makes his own
Cambridge MA 02139 | decisions,
Tel (Office) : (00 1) (617) 253 0229 | a weak one obeys public opinion.
Fax (Office) : (00 1) (617) 258 8559 | -- Chinese proverb
http://augustine.mit.edu/~prudhomm |
Following the hacker spirit
-------------- next part --------------
Index: Makefile.am
===================================================================
RCS file: /home/kde/kdevelop/kdevelop/kpp/Attic/Makefile.am,v
retrieving revision 1.1.2.6
diff -c -r1.1.2.6 Makefile.am
*** Makefile.am 2001/01/24 16:39:34 1.1.2.6
--- Makefile.am 2001/01/26 14:14:59
***************
*** 9,30 ****
libkpp_a_SOURCES = cdevproject.cpp projectView.ui prefView.ui kpp.cpp cspec.cpp
- EXTRA_DIST = README buildrpm.sh cspec.cpp cspec.h kpp.cpp kpp.h prefView.ui projectView.ui template.spec cdevproject.cpp cdevproject.h template-make.spec template-kde.spec
! install-data-local:
! $(mkinstalldirs) $(kde_datadir)/kdevelop/tools/
! $(INSTALL_DATA) $(srcdir)/buildrpm.sh $(kde_datadir)/kdevelop/tools/buildrpm.sh
! $(mkinstalldirs) $(kde_datadir)/kdevelop/
! $(INSTALL_DATA) $(srcdir)/template.spec $(kde_datadir)/kdevelop/template.spec
! $(mkinstalldirs)
! $(INSTALL_DATA) $(srcdir)/template-make.spec blah
! $(mkinstalldirs) $(datadir)/kdevelop/
! $(INSTALL_DATA) $(srcdir)/template-kde.spec $(datadir)/kdevelop/templates
! uninstall-local:
! -rm -f $(kde_datadir)/kdevelop/tools/buildrpm.sh
! -rm -f $(kde_datadir)/kdevelop/template.spec
! -rm -f blah
! -rm -f $(datadir)/kdevelop/templates
####### kdevelop will overwrite this part!!! (end)############
--- 9,41 ----
libkpp_a_SOURCES = cdevproject.cpp projectView.ui prefView.ui kpp.cpp cspec.cpp
! tools_DATA=buildrpm.sh
! rpm_DATA=template.spec
! make_DATA=template-make.spec
! rpmkde_DATA=template-kde.spec
! toolsdir=$(kde_datadir)/kdevelop/tools/
! rpmdir=$(kde_datadir)/kdevelop/
! makedir=$(kde_datadir)/kdevelop/
! rpmkdedir=$(kde_datadir)/kdevelop/templates
!
! EXTRA_DIST=$(tools_DATA) $(make_DATA) $(rpm_DATA) $(rpmkde_DATA) README cspec.cpp cspec.h kpp.cpp kpp.h prefView.ui projectView.ui cdevproject.cpp cdevproject.h
!
! #install-data-local:
! # $(mkinstalldirs) $(kde_datadir)/kdevelop/tools/
! # $(INSTALL_DATA) $(srcdir)/buildrpm.sh $(kde_datadir)/kdevelop/tools/buildrpm.sh
! # $(mkinstalldirs) $(kde_datadir)/kdevelop/
! # $(INSTALL_DATA) $(srcdir)/template.spec $(kde_datadir)/kdevelop/template.spec
! # $(mkinstalldirs)
! # $(INSTALL_DATA) $(srcdir)/template-make.spec blah
! # $(mkinstalldirs) $(kde_datadir)/kdevelop/
! # $(INSTALL_DATA) $(srcdir)/template-kde.spec $(kde_datadir)/kdevelop/templates
!
! #uninstall-local:
! # -rm -f $(kde_datadir)/kdevelop/tools/buildrpm.sh
! # -rm -f $(kde_datadir)/kdevelop/template.spec
! # -rm -f blah
! # -rm -f $(kde_datadir)/kdevelop/templates
####### kdevelop will overwrite this part!!! (end)############
More information about the KDevelop
mailing list