diff -u libgphoto2-2.3.0/debian/changelog libgphoto2-2.3.0/debian/changelog --- libgphoto2-2.3.0/debian/changelog +++ libgphoto2-2.3.0/debian/changelog @@ -1,3 +1,9 @@ +libgphoto2 (2.3.0-0ubuntu3~edgy2) edgy-backports; urgency=low + + * Generate pre-0.98 udev rules (LP: #90724). + + -- Colin Watson Fri, 9 Mar 2007 22:53:35 +0000 + libgphoto2 (2.3.0-0ubuntu3~edgy1) edgy-backports; urgency=low * Automated backport upload; no source changes. diff -u libgphoto2-2.3.0/debian/libgphoto2-2.postinst libgphoto2-2.3.0/debian/libgphoto2-2.postinst --- libgphoto2-2.3.0/debian/libgphoto2-2.postinst +++ libgphoto2-2.3.0/debian/libgphoto2-2.postinst @@ -19,7 +19,7 @@ # create udev rules file if [ -d /etc/udev/ ]; then - /usr/lib/$PACKAGE/print-camera-list udev-rules-0.98 mode 0660 group plugdev > /etc/udev/rules.d/45-$PACKAGE.rules + /usr/lib/$PACKAGE/print-camera-list udev-rules mode 0660 group plugdev > /etc/udev/rules.d/45-$PACKAGE.rules fi ;;