Changeset 4128


Ignore:
Timestamp:
07/28/08 21:43:06 (5 years ago)
Author:
alanbach-guest
Message:
  • New upstream bugfix release
    • Refreshed 01_interpreter_path.patch, to be applied correctly
Location:
pkg/viola/main/hal-cups-utils/trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/hal-cups-utils/trunk/debian/changelog

    r4059 r4128  
     1hal-cups-utils (0.6.17+git20080728-parsix1) unstable; urgency=low 
     2 
     3  * New upstream bugfix release 
     4  * Refreshed 01_interpreter_path.patch, to be applied correctly 
     5 
     6 -- Alan Baghumian <alan@technotux.org>  Mon, 28 Jul 2008 21:39:55 +0200 
     7 
    18hal-cups-utils (0.6.17+git20080711-parsix1) unstable; urgency=low 
    29 
  • pkg/viola/main/hal-cups-utils/trunk/debian/patches/01_interpreter_path.patch

    r3879 r4128  
    1 diff -urN hal-cups-utils-0.6.16/systemv/hal_lpadmin hal-cups-utils-0.6.16.new/systemv/hal_lpadmin 
    2 --- hal-cups-utils-0.6.16/systemv/hal_lpadmin   2008-03-25 13:30:03.000000000 +0100 
    3 +++ hal-cups-utils-0.6.16.new/systemv/hal_lpadmin       2008-06-15 13:19:17.000000000 +0200 
     1diff -urN hal-cups-utils/systemv/hal_lpadmin hal-cups-utils.new/systemv/hal_lpadmin 
     2--- hal-cups-utils/systemv/hal_lpadmin  2008-07-28 12:32:40.000000000 +0200 
     3+++ hal-cups-utils.new/systemv/hal_lpadmin      2008-07-28 21:24:47.000000000 +0200 
    44@@ -1,4 +1,4 @@ 
    55-#!/bin/env python 
    66+#!/usr/bin/python 
    7  import dbus, sys, os, time, signal, re 
     7 import dbus, sys, os, time, signal, re, usb 
    88 import traceback 
    9  sys.path.append("/usr/share/system-config-printer") 
     9 import cups, cupshelpers 
Note: See TracChangeset for help on using the changeset viewer.