diff -u digitemp-3.5.0ds1/debian/changelog digitemp-3.5.0ds1/debian/changelog --- digitemp-3.5.0ds1/debian/changelog +++ digitemp-3.5.0ds1/debian/changelog @@ -1,3 +1,10 @@ +digitemp (3.5.0ds1-1ubuntu1) precise; urgency=low + + * Change /dev max name length from 40 (39) chars to 1024 (1023) + (LP: #978294) + + -- Ryan Finnie Tue, 10 Apr 2012 11:51:29 -0700 + digitemp (3.5.0ds1-1) unstable; urgency=low * Taking over Jesus Roncero in maintainership with his permission diff -u digitemp-3.5.0ds1/debian/control digitemp-3.5.0ds1/debian/control --- digitemp-3.5.0ds1/debian/control +++ digitemp-3.5.0ds1/debian/control @@ -1,7 +1,8 @@ Source: digitemp Section: electronics Priority: optional -Maintainer: Riccardo Stagni +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Riccardo Stagni Build-Depends: debhelper (>= 7), liblockdev1-dev, libusb-dev Standards-Version: 3.8.0 Homepage: http://www.digitemp.com only in patch2: unchanged: --- digitemp-3.5.0ds1.orig/src/digitemp.c +++ digitemp-3.5.0ds1/src/digitemp.c @@ -148,9 +148,9 @@ extern const char dtlib[]; /* Library Used */ -char serial_port[40], /* Path to the serial port */ - tmp_serial_port[40], - serial_dev[40], /* Device name without /dev/ */ +char serial_port[1024], /* Path to the serial port */ + tmp_serial_port[1024], + serial_dev[1024], /* Device name without /dev/ */ log_file[1024], /* Path to the log file */ tmp_log_file[1024], temp_format[80], /* Format for temperature readings */