/[svn]/qsampler/trunk/debian/rules
ViewVC logotype

Diff of /qsampler/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3866 by capela, Fri Jun 21 14:10:13 2019 UTC revision 3867 by capela, Sat Mar 27 12:27:37 2021 UTC
# Line 4  Line 4 
4    
5  override_dh_auto_configure:  override_dh_auto_configure:
6          # Add here commands to configure the package.          # Add here commands to configure the package.
7          ./autogen.sh          cmake -DCMAKE_INSTALL_PREFIX=/usr .
         ./configure --prefix=/usr  
8          # --- end custom part for configure          # --- end custom part for configure
   
 override_dh_clean:  
         # Add here commands to clean up after the build process.  
         ./autogen.sh clean  
         # --- end custom part for cleaning up  
   
         dh_clean  

Legend:
Removed from v.3866  
changed lines
  Added in v.3867

  ViewVC Help
Powered by ViewVC