Your message dated Fri, 27 Mar 2009 23:07:22 GMT
with message-id <[email protected]>
and subject line ogle has been removed from Debian, closing #470124
has caused the Debian Bug report #470124,
regarding ogle: diff for NMU version 0.9.2-5.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
470124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ogle
Version: 0.9.2-5
Severity: normal
Tags: patch
Hi,
Attached is the diff for my ogle 0.9.2-5.1 NMU.
diff -u ogle-0.9.2/scripts/ogle.in ogle-0.9.2/scripts/ogle.in
--- ogle-0.9.2/scripts/ogle.in
+++ ogle-0.9.2/scripts/ogle.in
@@ -182,7 +182,7 @@
fi
else
dev="/dev/$dev"
- if ! [ -a $dev ]; then
+ if ! [ -e $dev ]; then
echo -n "** block device is missing: $dev **"
elif ! [ -h $dev ]; then
echo -n " $dev"
@@ -204,7 +204,7 @@
echo ""
for dev in $ide_scsi_cd_dev; do
echo "/dev/$dev is running ide-scsi (`cat /proc/ide/$dev/model`)"
- if ! [ -a /dev/$dev ]; then
+ if ! [ -e /dev/$dev ]; then
echo " ** block device is missing: $dev **"
echo " This may be because you are running devfs,"
echo " in this case to turn on/off dma with hdparm"
@@ -216,7 +216,7 @@
echo " hdd: /dev/ide/host0/bus1/target1/..."
fi
- if ! [ -a /proc/ide/$dev/settings ]; then
+ if ! [ -e /proc/ide/$dev/settings ]; then
echo "/proc/ide/$dev/settings does not exist"
elif [ -r /proc/ide/$dev/settings ]; then
dma_use="`cat /proc/ide/$dev/settings | grep using_dma`"
diff -u ogle-0.9.2/debian/changelog ogle-0.9.2/debian/changelog
--- ogle-0.9.2/debian/changelog
+++ ogle-0.9.2/debian/changelog
@@ -1,3 +1,12 @@
+ogle (0.9.2-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: Fix dpkg-shlibdeps call. Patch from Thadeu Lima de Souza
+ Cascardo <[email protected]>, thanks. (Closes: #453220)
+ * Fix bashisms. (Closes: #465014, #465016)
+
+ -- Marc 'HE' Brockschmidt <[email protected]> Sun, 09 Mar 2008 00:18:24 +0100
+
ogle (0.9.2-5) unstable; urgency=low
* Now using dpatch to manage patches
diff -u ogle-0.9.2/debian/rules ogle-0.9.2/debian/rules
--- ogle-0.9.2/debian/rules
+++ ogle-0.9.2/debian/rules
@@ -114,16 +114,7 @@
dh_fixperms -s
dh_makeshlibs -s --noscripts -V 'ogle'
dh_installdeb -s
- dh_shlibdeps -s -ldebian/ogle/usr/lib/ogle
-
- #Ugly hack, cannot find anything better. Please help!
- cd debian; touch ogle-mmx.substvars ogle-altivec.substvars; \
- sed -r -e "s@,?\s?ogle,?@@" < ogle.substvars > ogle.substvars.new; \
- mv ogle.substvars.new ogle.substvars; \
- sed -r -e "s@,?\s?ogle,?@@" < ogle-mmx.substvars > ogle-mmx.substvars.new; \
- mv ogle-mmx.substvars.new ogle-mmx.substvars; \
- sed -r -e "s@,?\s?ogle,?@@" < ogle-altivec.substvars > ogle-altivec.substvars.new ; \
- mv ogle-altivec.substvars.new ogle-altivec.substvars;
+ dh_shlibdeps -s -ldebian/ogle/usr/lib/ogle -- -xogle
dh_gencontrol -s
dh_md5sums -s
--- End Message ---
--- Begin Message ---
Version: 0.9.2-5.3+rm
The ogle package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/509586 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---