Changeset 265


Ignore:
Timestamp:
03/30/07 08:06:21 (6 years ago)
Author:
alanbach-guest
Message:

Some updates on parsix-cursor.

Location:
pkg/main/parsix-cursor/trunk/debian
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • pkg/main/parsix-cursor/trunk/debian/changelog

    r8 r265  
     1parsix-cursor (0.2.1) unstable; urgency=low 
     2 
     3  * Updated debian/control to fix some lintian errors. 
     4  * Removed README.Debian and dirs. 
     5  * Updated post* scripts. 
     6 
     7 -- Alan Baghumian <alan@technotux.org>  Fri, 30 Mar 2007 09:32:41 +0330 
     8 
    19parsix-cursor (0.2.0) unstable; urgency=low 
    210 
  • pkg/main/parsix-cursor/trunk/debian/control

    r8 r265  
    33Priority: extra 
    44Maintainer: Alan Baghumian <alan@technotux.org> 
    5 Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 5) 
     5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0) 
    66Standards-Version: 3.7.2 
    77 
  • pkg/main/parsix-cursor/trunk/debian/postinst

    r8 r265  
    11#!/bin/bash 
     2#DEBHELPER# 
    23if [ -L /etc/alternatives/x-cursor-theme ]; then 
    34   rm /etc/alternatives/x-cursor-theme 
  • pkg/main/parsix-cursor/trunk/debian/postrm

    r8 r265  
    11#!/bin/bash 
    2 if [ -x /etc/alternatives/x-cursor-theme ]; then 
     2#DEBHELPER# 
     3if [ -L /etc/alternatives/x-cursor-theme ]; then 
    34        rm -f /etc/alternatives/x-cursor-theme 
    45fi 
Note: See TracChangeset for help on using the changeset viewer.