| 
      
            Lines 30-51
          
      
      
        Link Here
      
     | 
  
        
          | 30 | 
          # /usr/share/common-licenses/AGPL-3; if not, see  | 
          30 | 
          # /usr/share/common-licenses/AGPL-3; if not, see  | 
        
        
          | 31 | 
          # <http://www.gnu.org/licenses/>.  | 
          31 | 
          # <http://www.gnu.org/licenses/>.  | 
        
        
          | 32 | 
           | 
          32 | 
           | 
        
          
            
              | 33 | 
              override_dh_auto_install:  | 
              33 | 
              override_dh_pysupport:  | 
            
            
               | 
               | 
              34 | 
              	dh_pysupport  | 
            
            
              | 35 | 
              ifneq (,$(findstring univention-samba-local-config, $(shell dh_listpackages)))  | 
            
            
              | 36 | 
              	echo update-python-modules --post-install >> debian/univention-samba-local-config.postinst.debhelper  | 
            
            
              | 37 | 
              endif  | 
            
        
          | 34 | 
          	univention-install-config-registry  | 
          38 | 
          	univention-install-config-registry  | 
        
            
              | 35 | 
              	dh_auto_install   | 
               | 
               | 
            
        
          | 36 | 
           | 
          39 | 
           | 
        
        
          | 37 | 
          override_dh_fixperms:  | 
          40 | 
          override_dh_fixperms:  | 
        
            
               | 
               | 
              41 | 
              	dh_fixperms  | 
            
        
          | 38 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/kerberize_user  | 
          42 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/kerberize_user  | 
        
        
          | 39 | 
          	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-shares.py  | 
          43 | 
          	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-shares.py  | 
        
        
          | 40 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/remove-samba-account  | 
          44 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/remove-samba-account  | 
        
        
          | 41 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/slave-sync  | 
          45 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/slave-sync  | 
        
        
          | 42 | 
          	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-privileges.py  | 
          46 | 
          	chmod 755 debian/univention-samba/usr/lib/univention-directory-listener/system/samba-privileges.py  | 
        
        
          | 43 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/addmachine.sh  | 
          47 | 
          	chmod 755 debian/univention-samba/usr/share/univention-samba/addmachine.sh  | 
        
            
              | 44 | 
              	dh_fixperms   | 
               | 
               | 
            
        
          | 45 | 
           | 
          48 | 
           | 
        
        
          | 46 | 
          override_dh_auto_test:  | 
          49 | 
          override_dh_auto_test:  | 
        
        
          | 47 | 
          	ucslint  | 
          50 | 
          	ucslint  | 
        
        
          | 48 | 
          	dh_auto_test  | 
          51 | 
          	dh_auto_test  | 
        
        
          | 49 | 
           | 
          52 | 
           | 
        
        
          | 50 | 
          %:  | 
          53 | 
          %:  | 
        
          
            
              | 51 | 
              	dh $@  | 
              54 | 
              	dh $@ --with python_support  | 
            
            
              | 52 | 
              -   | 
               | 
               |