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

Diff of /libgig/trunk/debian/rules

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

revision 953 by schoenebeck, Tue Nov 28 23:17:38 2006 UTC revision 2785 by schoenebeck, Tue Jul 14 13:19:11 2015 UTC
# Line 7  Line 7 
7  #export DH_VERBOSE=1  #export DH_VERBOSE=1
8    
9  # This is the debhelper compatibility version to use.  # This is the debhelper compatibility version to use.
10  export DH_COMPAT=4  export DH_COMPAT=7
11    
12  # These are used for cross-compiling and for saving the configure script  # These are used for cross-compiling and for saving the configure script
13  # from having to guess our platform (since we know it already)  # from having to guess our platform (since we know it already)
# Line 90  binary-arch: build install Line 90  binary-arch: build install
90  #       dh_installcron  #       dh_installcron
91  #       dh_installinfo  #       dh_installinfo
92          dh_installman          dh_installman
93  #       dh_link          dh_link
94          dh_strip -a  #       dh_strip -a
95          dh_compress -a          dh_compress -a
96          dh_fixperms -a          dh_fixperms -a
97  #       dh_perl  #       dh_perl
98  #       dh_python  #       dh_python
99          dh_makeshlibs -plibgig          dh_makeshlibs
100          dh_installdeb -a          dh_installdeb
101          dh_shlibdeps -plibgig          dh_shlibdeps
102          dh_shlibdeps -pgigtools          dh_gencontrol
103          dh_gencontrol -a          dh_md5sums
104          dh_md5sums -a          dh_builddeb
         dh_builddeb -a  
105    
106  binary: binary-indep binary-arch  binary: binary-indep binary-arch
107  .PHONY: build clean binary-indep binary-arch binary install  .PHONY: build clean binary-indep binary-arch binary install

Legend:
Removed from v.953  
changed lines
  Added in v.2785

  ViewVC Help
Powered by ViewVC