Changeset 380

Show
Ignore:
Timestamp:
11/12/08 13:22:55 (2 months ago)
Author:
andy
Message:

more updates to debian build process

Location:
plumi-debian/trunk
Files:
11 modified

Legend:

Unmodified
Added
Removed
  • plumi-debian/trunk/README.Debian

    r267 r380  
    1 plumi for Debian 
     1Plumi 0.2.1-final for Debian 
    22---------------- 
    33 
     
    55http://www.plumi.org/ 
    66 
    7  -- andy <andy@engagemedia.org>  Thu, 01 Nov 2007 17:04:39 +0000 
     7 -- andy <andy@engagemedia.org>  Thu, 09 Nov 2008 17:04:39 +0000 
  • plumi-debian/trunk/changelog

    r267 r380  
     1plumi (0.2.1) unstable; urgency=low 
     2 
     3  * Update debian package to latest final version of Plumi 0.2.1-final, released on 23rd September 2008  
     4 
     5 -- andy <andy@aleph.localnetwork>  Sun, 09 Nov 2008 17:37:19 +1100 
     6 
    17plumi (0.1-final-1) unstable; urgency=low 
    28 
  • plumi-debian/trunk/control

    r267 r380  
    88Package: plumi 
    99Architecture: any 
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, plone-site (>= 2.5.2) 
     10Depends: ${shlibs:Depends}, ${misc:Depends}, plone-site (>= 2.5) 
    1111Description: Free Software video sharing Content Management System based on Plone 
    1212 Plumi is a Free Software video sharing Content Management System based on Plone and produced by the EngageMedia collective. Plumi enables you to create your own sophisticated video sharing site; by adding it to an existing Plone instance you can quickly have a wide array of functionality to facilitate video distribution and community creation. 
  • plumi-debian/trunk/files

    r267 r380  
    1 plumi_0.1-final-1_i386.deb web extra 
     1plumi_0.2.1_i386.deb web extra 
  • plumi-debian/trunk/plumi.dzinstance

    r271 r380  
    22ZopeVersion: 2.9 
    33Name: Plumi 
    4 Addon-Mode: manual 
     4Addon-Mode: all 
    55Addon-Technique: tree-linked 
    66Restart-Policy: end 
    7 Products: CMFPlone 
    87Port: 8082 
    98Zope-User: zope:zope 
  • plumi-debian/trunk/plumi.postinst.debhelper

    r271 r380  
    88add_products() 
    99{ 
    10     products="CMFPlone" 
     10    products="" 
    1111    if [ -n "$products" ]; then 
    1212        dzhandle -z $ZVER add-product --lazy $INSTANCE $products 
     
    2020    if dzhandle -z $ZVER show-instance $INSTANCE >/dev/null 2>&1; then 
    2121        # instance already exists 
    22         echo "Zope$ZVER instance '$INSTANCE' already exists". 
     22        echo "Zope$ZVER instance '$INSTANCE' already exists." 
    2323        add_products 
    2424        if [ "$DATABASE" = "ZEO" ]; then 
     
    7474        # set the install policy to manual 
    7575        if dzhandle -z $ZVER make-instance -u "$user:$password" $INSTANCE \ 
    76             --addon-mode=manual --restart=end -t tree-linked \ 
     76            --addon-mode=all --restart=end -t tree-linked \ 
    7777            --service-port=$port --service-user=zope:zope  $ZEOSERVER 
    7878        then 
     
    8989            # remove, what we created 
    9090            if [ "$clean_install" = yes ] && [ "$removal" != abort ]; then 
    91                 rm -rf /var/lib/zope$ZVER/instance/$INSTANCE 
     91                rm -rf "/var/lib/zope$ZVER/instance/$INSTANCE" 
    9292            fi 
    9393            if [ "$clean_install" = yes ]; then 
    94                 rm -rf /var/log/zope$ZVER/$INSTANCE 
    95                 rm -rf /etc/zope$ZVER/$INSTANCE 
     94                rm -rf "/var/log/zope$ZVER/$INSTANCE" 
     95                rm -rf "/etc/zope$ZVER/$INSTANCE" 
    9696            fi 
     97            # something wrong happened, exit with a status error 
     98            exit 201 
    9799        fi 
    98100    fi 
     
    119121        #  - unregister product as beeing removed 
    120122 
     123        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATCountryWidget 
     124    esac 
     125fi 
     126# End automatically added section 
     127# Automatically added by dh_installzope 
     128if which dzhandle >/dev/null; then 
     129    case "$1" in configure|abort-upgrade|abort-remove) 
     130        # configure: 
     131        #  - install product in instances with addon-mode all, 
     132        #    and in which the product is upgraded 
     133        #  - unregister product as beeing upgraded 
     134        # abort-upgrade: (from old postinst) 
     135        #  - re-add product to instances, where it was removed from 
     136        #  - unregister product as beeing upgraded 
     137        # abort-remove: 
     138        #  - re-add product to instances, where it was removed from 
     139        #  - unregister product as beeing removed 
     140 
     141        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/Portletification 
     142    esac 
     143fi 
     144# End automatically added section 
     145# Automatically added by dh_installzope 
     146if which dzhandle >/dev/null; then 
     147    case "$1" in configure|abort-upgrade|abort-remove) 
     148        # configure: 
     149        #  - install product in instances with addon-mode all, 
     150        #    and in which the product is upgraded 
     151        #  - unregister product as beeing upgraded 
     152        # abort-upgrade: (from old postinst) 
     153        #  - re-add product to instances, where it was removed from 
     154        #  - unregister product as beeing upgraded 
     155        # abort-remove: 
     156        #  - re-add product to instances, where it was removed from 
     157        #  - unregister product as beeing removed 
     158 
     159        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATMediaFile 
     160    esac 
     161fi 
     162# End automatically added section 
     163# Automatically added by dh_installzope 
     164if which dzhandle >/dev/null; then 
     165    case "$1" in configure|abort-upgrade|abort-remove) 
     166        # configure: 
     167        #  - install product in instances with addon-mode all, 
     168        #    and in which the product is upgraded 
     169        #  - unregister product as beeing upgraded 
     170        # abort-upgrade: (from old postinst) 
     171        #  - re-add product to instances, where it was removed from 
     172        #  - unregister product as beeing upgraded 
     173        # abort-remove: 
     174        #  - re-add product to instances, where it was removed from 
     175        #  - unregister product as beeing removed 
     176 
     177        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ExternalStorage 
     178    esac 
     179fi 
     180# End automatically added section 
     181# Automatically added by dh_installzope 
     182if which dzhandle >/dev/null; then 
     183    case "$1" in configure|abort-upgrade|abort-remove) 
     184        # configure: 
     185        #  - install product in instances with addon-mode all, 
     186        #    and in which the product is upgraded 
     187        #  - unregister product as beeing upgraded 
     188        # abort-upgrade: (from old postinst) 
     189        #  - re-add product to instances, where it was removed from 
     190        #  - unregister product as beeing upgraded 
     191        # abort-remove: 
     192        #  - re-add product to instances, where it was removed from 
     193        #  - unregister product as beeing removed 
     194 
     195        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/PressRoom 
     196    esac 
     197fi 
     198# End automatically added section 
     199# Automatically added by dh_installzope 
     200if which dzhandle >/dev/null; then 
     201    case "$1" in configure|abort-upgrade|abort-remove) 
     202        # configure: 
     203        #  - install product in instances with addon-mode all, 
     204        #    and in which the product is upgraded 
     205        #  - unregister product as beeing upgraded 
     206        # abort-upgrade: (from old postinst) 
     207        #  - re-add product to instances, where it was removed from 
     208        #  - unregister product as beeing upgraded 
     209        # abort-remove: 
     210        #  - re-add product to instances, where it was removed from 
     211        #  - unregister product as beeing removed 
     212 
     213        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATVideo 
     214    esac 
     215fi 
     216# End automatically added section 
     217# Automatically added by dh_installzope 
     218if which dzhandle >/dev/null; then 
     219    case "$1" in configure|abort-upgrade|abort-remove) 
     220        # configure: 
     221        #  - install product in instances with addon-mode all, 
     222        #    and in which the product is upgraded 
     223        #  - unregister product as beeing upgraded 
     224        # abort-upgrade: (from old postinst) 
     225        #  - re-add product to instances, where it was removed from 
     226        #  - unregister product as beeing upgraded 
     227        # abort-remove: 
     228        #  - re-add product to instances, where it was removed from 
     229        #  - unregister product as beeing removed 
     230 
     231        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ContentLicensing 
     232    esac 
     233fi 
     234# End automatically added section 
     235# Automatically added by dh_installzope 
     236if which dzhandle >/dev/null; then 
     237    case "$1" in configure|abort-upgrade|abort-remove) 
     238        # configure: 
     239        #  - install product in instances with addon-mode all, 
     240        #    and in which the product is upgraded 
     241        #  - unregister product as beeing upgraded 
     242        # abort-upgrade: (from old postinst) 
     243        #  - re-add product to instances, where it was removed from 
     244        #  - unregister product as beeing upgraded 
     245        # abort-remove: 
     246        #  - re-add product to instances, where it was removed from 
     247        #  - unregister product as beeing removed 
     248 
     249        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/qPloneCaptchas 
     250    esac 
     251fi 
     252# End automatically added section 
     253# Automatically added by dh_installzope 
     254if which dzhandle >/dev/null; then 
     255    case "$1" in configure|abort-upgrade|abort-remove) 
     256        # configure: 
     257        #  - install product in instances with addon-mode all, 
     258        #    and in which the product is upgraded 
     259        #  - unregister product as beeing upgraded 
     260        # abort-upgrade: (from old postinst) 
     261        #  - re-add product to instances, where it was removed from 
     262        #  - unregister product as beeing upgraded 
     263        # abort-remove: 
     264        #  - re-add product to instances, where it was removed from 
     265        #  - unregister product as beeing removed 
     266 
     267        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/Vaporisation 
     268    esac 
     269fi 
     270# End automatically added section 
     271# Automatically added by dh_installzope 
     272if which dzhandle >/dev/null; then 
     273    case "$1" in configure|abort-upgrade|abort-remove) 
     274        # configure: 
     275        #  - install product in instances with addon-mode all, 
     276        #    and in which the product is upgraded 
     277        #  - unregister product as beeing upgraded 
     278        # abort-upgrade: (from old postinst) 
     279        #  - re-add product to instances, where it was removed from 
     280        #  - unregister product as beeing upgraded 
     281        # abort-remove: 
     282        #  - re-add product to instances, where it was removed from 
     283        #  - unregister product as beeing removed 
     284 
     285        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATVocabularyManager 
     286    esac 
     287fi 
     288# End automatically added section 
     289# Automatically added by dh_installzope 
     290if which dzhandle >/dev/null; then 
     291    case "$1" in configure|abort-upgrade|abort-remove) 
     292        # configure: 
     293        #  - install product in instances with addon-mode all, 
     294        #    and in which the product is upgraded 
     295        #  - unregister product as beeing upgraded 
     296        # abort-upgrade: (from old postinst) 
     297        #  - re-add product to instances, where it was removed from 
     298        #  - unregister product as beeing upgraded 
     299        # abort-remove: 
     300        #  - re-add product to instances, where it was removed from 
     301        #  - unregister product as beeing removed 
     302 
     303        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/fatsyndication 
     304    esac 
     305fi 
     306# End automatically added section 
     307# Automatically added by dh_installzope 
     308if which dzhandle >/dev/null; then 
     309    case "$1" in configure|abort-upgrade|abort-remove) 
     310        # configure: 
     311        #  - install product in instances with addon-mode all, 
     312        #    and in which the product is upgraded 
     313        #  - unregister product as beeing upgraded 
     314        # abort-upgrade: (from old postinst) 
     315        #  - re-add product to instances, where it was removed from 
     316        #  - unregister product as beeing upgraded 
     317        # abort-remove: 
     318        #  - re-add product to instances, where it was removed from 
     319        #  - unregister product as beeing removed 
     320 
     321        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/qPloneComments 
     322    esac 
     323fi 
     324# End automatically added section 
     325# Automatically added by dh_installzope 
     326if which dzhandle >/dev/null; then 
     327    case "$1" in configure|abort-upgrade|abort-remove) 
     328        # configure: 
     329        #  - install product in instances with addon-mode all, 
     330        #    and in which the product is upgraded 
     331        #  - unregister product as beeing upgraded 
     332        # abort-upgrade: (from old postinst) 
     333        #  - re-add product to instances, where it was removed from 
     334        #  - unregister product as beeing upgraded 
     335        # abort-remove: 
     336        #  - re-add product to instances, where it was removed from 
     337        #  - unregister product as beeing removed 
     338 
     339        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/basesyndication 
     340    esac 
     341fi 
     342# End automatically added section 
     343# Automatically added by dh_installzope 
     344if which dzhandle >/dev/null; then 
     345    case "$1" in configure|abort-upgrade|abort-remove) 
     346        # configure: 
     347        #  - install product in instances with addon-mode all, 
     348        #    and in which the product is upgraded 
     349        #  - unregister product as beeing upgraded 
     350        # abort-upgrade: (from old postinst) 
     351        #  - re-add product to instances, where it was removed from 
     352        #  - unregister product as beeing upgraded 
     353        # abort-remove: 
     354        #  - re-add product to instances, where it was removed from 
     355        #  - unregister product as beeing removed 
     356 
     357        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/DataGridField 
     358    esac 
     359fi 
     360# End automatically added section 
     361# Automatically added by dh_installzope 
     362if which dzhandle >/dev/null; then 
     363    case "$1" in configure|abort-upgrade|abort-remove) 
     364        # configure: 
     365        #  - install product in instances with addon-mode all, 
     366        #    and in which the product is upgraded 
     367        #  - unregister product as beeing upgraded 
     368        # abort-upgrade: (from old postinst) 
     369        #  - re-add product to instances, where it was removed from 
     370        #  - unregister product as beeing upgraded 
     371        # abort-remove: 
     372        #  - re-add product to instances, where it was removed from 
     373        #  - unregister product as beeing removed 
     374 
     375        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/Five 
     376    esac 
     377fi 
     378# End automatically added section 
     379# Automatically added by dh_installzope 
     380if which dzhandle >/dev/null; then 
     381    case "$1" in configure|abort-upgrade|abort-remove) 
     382        # configure: 
     383        #  - install product in instances with addon-mode all, 
     384        #    and in which the product is upgraded 
     385        #  - unregister product as beeing upgraded 
     386        # abort-upgrade: (from old postinst) 
     387        #  - re-add product to instances, where it was removed from 
     388        #  - unregister product as beeing upgraded 
     389        # abort-remove: 
     390        #  - re-add product to instances, where it was removed from 
     391        #  - unregister product as beeing removed 
     392 
     393        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/PloneCaptcha 
     394    esac 
     395fi 
     396# End automatically added section 
     397# Automatically added by dh_installzope 
     398if which dzhandle >/dev/null; then 
     399    case "$1" in configure|abort-upgrade|abort-remove) 
     400        # configure: 
     401        #  - install product in instances with addon-mode all, 
     402        #    and in which the product is upgraded 
     403        #  - unregister product as beeing upgraded 
     404        # abort-upgrade: (from old postinst) 
     405        #  - re-add product to instances, where it was removed from 
     406        #  - unregister product as beeing upgraded 
     407        # abort-remove: 
     408        #  - re-add product to instances, where it was removed from 
     409        #  - unregister product as beeing removed 
     410 
    121411        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/qRSS2Syndication 
    122412    esac 
     
    137427        #  - unregister product as beeing removed 
    138428 
    139         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATCountryWidget 
    140     esac 
    141 fi 
    142 # End automatically added section 
    143 # Automatically added by dh_installzope 
    144 if which dzhandle >/dev/null; then 
    145     case "$1" in configure|abort-upgrade|abort-remove) 
    146         # configure: 
    147         #  - install product in instances with addon-mode all, 
    148         #    and in which the product is upgraded 
    149         #  - unregister product as beeing upgraded 
    150         # abort-upgrade: (from old postinst) 
    151         #  - re-add product to instances, where it was removed from 
    152         #  - unregister product as beeing upgraded 
    153         # abort-remove: 
    154         #  - re-add product to instances, where it was removed from 
    155         #  - unregister product as beeing removed 
    156  
    157         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATVocabularyManager 
    158     esac 
    159 fi 
    160 # End automatically added section 
    161 # Automatically added by dh_installzope 
    162 if which dzhandle >/dev/null; then 
    163     case "$1" in configure|abort-upgrade|abort-remove) 
    164         # configure: 
    165         #  - install product in instances with addon-mode all, 
    166         #    and in which the product is upgraded 
    167         #  - unregister product as beeing upgraded 
    168         # abort-upgrade: (from old postinst) 
    169         #  - re-add product to instances, where it was removed from 
    170         #  - unregister product as beeing upgraded 
    171         # abort-remove: 
    172         #  - re-add product to instances, where it was removed from 
    173         #  - unregister product as beeing removed 
    174  
    175         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/fatsyndication 
    176     esac 
    177 fi 
    178 # End automatically added section 
    179 # Automatically added by dh_installzope 
    180 if which dzhandle >/dev/null; then 
    181     case "$1" in configure|abort-upgrade|abort-remove) 
    182         # configure: 
    183         #  - install product in instances with addon-mode all, 
    184         #    and in which the product is upgraded 
    185         #  - unregister product as beeing upgraded 
    186         # abort-upgrade: (from old postinst) 
    187         #  - re-add product to instances, where it was removed from 
    188         #  - unregister product as beeing upgraded 
    189         # abort-remove: 
    190         #  - re-add product to instances, where it was removed from 
    191         #  - unregister product as beeing removed 
    192  
    193429        dzhandle postinst-product -m "$*" /usr/lib/zope/Products/PlumiSkin 
    194430    esac 
    195431fi 
    196432# End automatically added section 
    197 # Automatically added by dh_installzope 
    198 if which dzhandle >/dev/null; then 
    199     case "$1" in configure|abort-upgrade|abort-remove) 
    200         # configure: 
    201         #  - install product in instances with addon-mode all, 
    202         #    and in which the product is upgraded 
    203         #  - unregister product as beeing upgraded 
    204         # abort-upgrade: (from old postinst) 
    205         #  - re-add product to instances, where it was removed from 
    206         #  - unregister product as beeing upgraded 
    207         # abort-remove: 
    208         #  - re-add product to instances, where it was removed from 
    209         #  - unregister product as beeing removed 
    210  
    211         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATMediaFile 
    212     esac 
    213 fi 
    214 # End automatically added section 
    215 # Automatically added by dh_installzope 
    216 if which dzhandle >/dev/null; then 
    217     case "$1" in configure|abort-upgrade|abort-remove) 
    218         # configure: 
    219         #  - install product in instances with addon-mode all, 
    220         #    and in which the product is upgraded 
    221         #  - unregister product as beeing upgraded 
    222         # abort-upgrade: (from old postinst) 
    223         #  - re-add product to instances, where it was removed from 
    224         #  - unregister product as beeing upgraded 
    225         # abort-remove: 
    226         #  - re-add product to instances, where it was removed from 
    227         #  - unregister product as beeing removed 
    228  
    229         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/basesyndication 
    230     esac 
    231 fi 
    232 # End automatically added section 
    233 # Automatically added by dh_installzope 
    234 if which dzhandle >/dev/null; then 
    235     case "$1" in configure|abort-upgrade|abort-remove) 
    236         # configure: 
    237         #  - install product in instances with addon-mode all, 
    238         #    and in which the product is upgraded 
    239         #  - unregister product as beeing upgraded 
    240         # abort-upgrade: (from old postinst) 
    241         #  - re-add product to instances, where it was removed from 
    242         #  - unregister product as beeing upgraded 
    243         # abort-remove: 
    244         #  - re-add product to instances, where it was removed from 
    245         #  - unregister product as beeing removed 
    246  
    247         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/DataGridField 
    248     esac 
    249 fi 
    250 # End automatically added section 
    251 # Automatically added by dh_installzope 
    252 if which dzhandle >/dev/null; then 
    253     case "$1" in configure|abort-upgrade|abort-remove) 
    254         # configure: 
    255         #  - install product in instances with addon-mode all, 
    256         #    and in which the product is upgraded 
    257         #  - unregister product as beeing upgraded 
    258         # abort-upgrade: (from old postinst) 
    259         #  - re-add product to instances, where it was removed from 
    260         #  - unregister product as beeing upgraded 
    261         # abort-remove: 
    262         #  - re-add product to instances, where it was removed from 
    263         #  - unregister product as beeing removed 
    264  
    265         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ExternalStorage 
    266     esac 
    267 fi 
    268 # End automatically added section 
    269 # Automatically added by dh_installzope 
    270 if which dzhandle >/dev/null; then 
    271     case "$1" in configure|abort-upgrade|abort-remove) 
    272         # configure: 
    273         #  - install product in instances with addon-mode all, 
    274         #    and in which the product is upgraded 
    275         #  - unregister product as beeing upgraded 
    276         # abort-upgrade: (from old postinst) 
    277         #  - re-add product to instances, where it was removed from 
    278         #  - unregister product as beeing upgraded 
    279         # abort-remove: 
    280         #  - re-add product to instances, where it was removed from 
    281         #  - unregister product as beeing removed 
    282  
    283         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/TagCloudExplorer 
    284     esac 
    285 fi 
    286 # End automatically added section 
    287 # Automatically added by dh_installzope 
    288 if which dzhandle >/dev/null; then 
    289     case "$1" in configure|abort-upgrade|abort-remove) 
    290         # configure: 
    291         #  - install product in instances with addon-mode all, 
    292         #    and in which the product is upgraded 
    293         #  - unregister product as beeing upgraded 
    294         # abort-upgrade: (from old postinst) 
    295         #  - re-add product to instances, where it was removed from 
    296         #  - unregister product as beeing upgraded 
    297         # abort-remove: 
    298         #  - re-add product to instances, where it was removed from 
    299         #  - unregister product as beeing removed 
    300  
    301         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ATVideo 
    302     esac 
    303 fi 
    304 # End automatically added section 
    305 # Automatically added by dh_installzope 
    306 if which dzhandle >/dev/null; then 
    307     case "$1" in configure|abort-upgrade|abort-remove) 
    308         # configure: 
    309         #  - install product in instances with addon-mode all, 
    310         #    and in which the product is upgraded 
    311         #  - unregister product as beeing upgraded 
    312         # abort-upgrade: (from old postinst) 
    313         #  - re-add product to instances, where it was removed from 
    314         #  - unregister product as beeing upgraded 
    315         # abort-remove: 
    316         #  - re-add product to instances, where it was removed from 
    317         #  - unregister product as beeing removed 
    318  
    319         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/ContentLicensing 
    320     esac 
    321 fi 
    322 # End automatically added section 
    323 # Automatically added by dh_installzope 
    324 if which dzhandle >/dev/null; then 
    325     case "$1" in configure|abort-upgrade|abort-remove) 
    326         # configure: 
    327         #  - install product in instances with addon-mode all, 
    328         #    and in which the product is upgraded 
    329         #  - unregister product as beeing upgraded 
    330         # abort-upgrade: (from old postinst) 
    331         #  - re-add product to instances, where it was removed from 
    332         #  - unregister product as beeing upgraded 
    333         # abort-remove: 
    334         #  - re-add product to instances, where it was removed from 
    335         #  - unregister product as beeing removed 
    336  
    337         dzhandle postinst-product -m "$*" /usr/lib/zope/Products/PloneCaptcha 
    338     esac 
    339 fi 
    340 # End automatically added section 
  • plumi-debian/trunk/plumi.postrm.debhelper

    r267 r380  
    3535            dzhandle -z $ZVER purge-zeoinstance $INSTANCE || true 
    3636        fi 
    37         rm -rf /var/lib/zope$ZVER/instance/$INSTANCE \ 
    38                /var/log/zope$ZVER/$INSTANCE \ 
    39                /etc/zope$ZVER/$INSTANCE 
     37        rm -rf "/var/lib/zope$ZVER/instance/$INSTANCE" \ 
     38               "/var/log/zope$ZVER/$INSTANCE" \ 
     39               "/etc/zope$ZVER/$INSTANCE" 
    4040    fi 
    4141    ;; 
     
    5353        # - unregister sucessfully removed product 
    5454 
     55        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/ATCountryWidget ATCountryWidget 
     56    esac 
     57fi 
     58# End automatically added section 
     59# Automatically added by dh_installzope 
     60if which dzhandle >/dev/null; then 
     61    case "$1" in remove) 
     62        # remove: 
     63        # - unregister sucessfully removed product 
     64 
     65        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/Portletification Portletification 
     66    esac 
     67fi 
     68# End automatically added section 
     69# Automatically added by dh_installzope 
     70if which dzhandle >/dev/null; then 
     71    case "$1" in remove) 
     72        # remove: 
     73        # - unregister sucessfully removed product 
     74 
     75        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/ATMediaFile ATMediaFile 
     76    esac 
     77fi 
     78# End automatically added section 
     79# Automatically added by dh_installzope 
     80if which dzhandle >/dev/null; then 
     81    case "$1" in remove) 
     82        # remove: 
     83        # - unregister sucessfully removed product 
     84 
     85        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/ExternalStorage ExternalStorage 
     86    esac 
     87fi 
     88# End automatically added section 
     89# Automatically added by dh_installzope 
     90if which dzhandle >/dev/null; then 
     91    case "$1" in remove) 
     92        # remove: 
     93        # - unregister sucessfully removed product 
     94 
     95        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/PressRoom PressRoom 
     96    esac 
     97fi 
     98# End automatically added section 
     99# Automatically added by dh_installzope 
     100if which dzhandle >/dev/null; then 
     101    case "$1" in remove) 
     102        # remove: 
     103        # - unregister sucessfully removed product 
     104 
     105        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/ATVideo ATVideo 
     106    esac 
     107fi 
     108# End automatically added section 
     109# Automatically added by dh_installzope 
     110if which dzhandle >/dev/null; then 
     111    case "$1" in remove) 
     112        # remove: 
     113        # - unregister sucessfully removed product 
     114 
     115        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/ContentLicensing ContentLicensing 
     116    esac 
     117fi 
     118# End automatically added section 
     119# Automatically added by dh_installzope 
     120if which dzhandle >/dev/null; then 
     121    case "$1" in remove) 
     122        # remove: 
     123        # - unregister sucessfully removed product 
     124 
     125        dzhandle postrm-product -m "$*" plumi /usr/lib/zope/Products/qPloneCaptchas qPloneCaptchas 
     126    esac 
     127fi 
     128# End automatically added section 
     129# Automatically added by dh_installzope 
     130if which dzhandle >/dev/null; then 
     131    case "$1" in remove) 
     132        # remove: 
     133        # - unregister sucessfully removed product 
     134