[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdelibs/debian/dh-make
From:       Ralf Nolden <Ralf.Nolden () post ! rwth-aachen ! de>
Date:       2003-01-02 21:09:33
[Download RAW message or body]

CVS commit by rnolden: 

I hope this is now fixing it...


  M +6 -12     rules   1.8.4.2


--- kdelibs/debian/dh-make/rules  #1.8.4.1:1.8.4.2
@@ -46,10 +46,7 @@
         dh_testdir
         # Add here commands to configure the package.
-        # make build directory
-        mkdir $(objdir)
 
         # run configure with build tree $(objdir)
-        cd $(objdir) && \
-        ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(configkde) \
+        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(configkde) 
 
         touch configure-stamp
@@ -60,5 +57,4 @@
 
         # Add here commands to compile the package.
-        cd $(objdir) && \
         $(MAKE)
 
@@ -73,5 +69,5 @@
         dh_testdir
         dh_testroot
-        rm -f build-stamp configure-stamp debian/debiandirs
+        rm -f build-stamp configure-stamp 
 
         # Add here commands to clean up after the build process.
@@ -86,7 +82,6 @@
         dh_installdirs
 
-        # Add here commands to install the package into debian/tmp
-        cd $(objdir) && \
-        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+        # Add here commands to install the package into debian/#PACKAGE#
+        $(MAKE) install DESTDIR=$(CURDIR)/debian/#PACKAGE#
 
 
@@ -99,5 +94,4 @@
         dh_testdir
         dh_testroot
-        dh_movefiles
 
 #       dh_installdebconf       
@@ -113,5 +107,5 @@
         dh_installman
         dh_installinfo
-#       dh_undocumented
+        dh_undocumented #PACKAGE#.1
         dh_installchangelogs #CHANGELOGS#
         dh_link


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic