Hi, The attached file is the diff for my mgetty 1.1.36-1.2 NMU. The associated changelog entry is:
mgetty (1.1.36-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #484406)
* debian/control:
- Bump Standards-Version to 3.8.0.
- Use new upstream URL in Homepage field, remove old URL from long
description.
- Use ${binary:Version} relations instead of deprecated
${Source-Version}.
- Replace numerous dependencies on gs-* with ghostscript.
- Replace tetex-bin Build-Depends with texlive.
- Remove xlibs-dev from Build-Depends.
* Replace deprecated "user.group" usage of chown in mgetty-voice.postinst.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru mgetty-1.1.36/debian/changelog mgetty-1.1.36/debian/changelog
--- mgetty-1.1.36/debian/changelog 2008-07-12 01:33:29.000000000 +0100
+++ mgetty-1.1.36/debian/changelog 2008-07-12 01:33:29.000000000 +0100
@@ -1,3 +1,19 @@
+mgetty (1.1.36-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix bashism in debian/rules (Closes: #484406)
+ * debian/control:
+ - Bump Standards-Version to 3.8.0.
+ - Use new upstream URL in Homepage field, remove old URL from long
+ description.
+ - Use ${binary:Version} relations instead of deprecated ${Source-Version}.
+ - Replace numerous dependencies on gs-* with ghostscript.
+ - Replace tetex-bin Build-Depends with texlive.
+ - Remove xlibs-dev from Build-Depends.
+ * Replace deprecated "user.group" usage of chown in mgetty-voice.postinst.
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Jul 2008 01:12:21 +0100
+
mgetty (1.1.36-1.1) unstable; urgency=low
* Non-maintainer upload to solve release goal.
diff -Nru mgetty-1.1.36/debian/control mgetty-1.1.36/debian/control
--- mgetty-1.1.36/debian/control 2008-07-12 01:33:29.000000000 +0100
+++ mgetty-1.1.36/debian/control 2008-07-12 01:33:29.000000000 +0100
@@ -3,8 +3,9 @@
Priority: optional
Maintainer: Andreas Barth <[EMAIL PROTECTED]>
Uploaders: Matthias Urlichs <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.51), texi2html, texinfo, tetex-bin, groff,
libx11-dev|xlibs-dev, patch, perl, dpatch, po-debconf
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 4.1.51), texi2html, texinfo, texlive, groff,
libx11-dev, patch, perl, dpatch, po-debconf
+Standards-Version: 3.8.0
+Homepage: http://mgetty.greenie.net/
Package: mgetty
Suggests: mgetty-fax
@@ -27,13 +28,11 @@
connections (eg: uucico, fido or other programs) depending on the login
userid. It also supports caller-id if the modem and phone line supply it,
and can deny connections based on originating telephone number.
- .
- Upstream is http://alpha.greenie.net/mgetty/
Package: mgetty-fax
Architecture: any
-Depends: ${shlibs:Depends}, debconf | debconf-2.0, cron, mgetty (=
${Source-Version}), perl
-Suggests: debianutils (>= 1.6), netpbm, gs (>= 5.50) | gs-aladdin (>= 5.50) |
gs-esp (>= 7.05), mgetty-viewfax (>= ${Source-Version})
+Depends: ${shlibs:Depends}, debconf | debconf-2.0, cron, mgetty (=
${binary:Version}), perl
+Suggests: debianutils (>= 1.6), netpbm, ghostscript, mgetty-viewfax (>=
${binary:Version})
Replaces: mgetty
Conflicts: mgetty (<= 1.1.30-9)
Description: Faxing tools for mgetty
@@ -54,7 +53,7 @@
Package: mgetty-voice
Architecture: any
-Depends: ${shlibs:Depends}, mgetty (= ${Source-Version})
+Depends: ${shlibs:Depends}, mgetty (= ${binary:Version})
Suggests: mgetty-pvftools
Description: Voicemail handler for mgetty
Vgetty allows you to add answering machine / voicemail capability to all
diff -Nru mgetty-1.1.36/debian/mgetty-voice.postinst
mgetty-1.1.36/debian/mgetty-voice.postinst
--- mgetty-1.1.36/debian/mgetty-voice.postinst 2008-07-12 01:33:29.000000000
+0100
+++ mgetty-1.1.36/debian/mgetty-voice.postinst 2008-07-12 01:33:29.000000000
+0100
@@ -9,7 +9,7 @@
fi;
done
- chown -R root.voice /var/spool/voice/incoming /var/spool/voice/messages
+ chown -R root:voice /var/spool/voice/incoming /var/spool/voice/messages
chmod 755 /var/spool/voice/messages
chmod 775 /var/spool/voice/incoming
;;
diff -Nru mgetty-1.1.36/debian/rules mgetty-1.1.36/debian/rules
--- mgetty-1.1.36/debian/rules 2008-07-12 01:33:29.000000000 +0100
+++ mgetty-1.1.36/debian/rules 2008-07-12 01:33:29.000000000 +0100
@@ -183,7 +183,7 @@
# And continue with debian control files
dh_movefiles -a --sourcedir=debian/mgetty
- rm -rf $(DEBIAN_DIR)/mgetty/usr/{info,lib}
$(DEBIAN_DIR)/mgetty/var/spool/fax/outgoing
+ rm -rf $(DEBIAN_DIR)/mgetty/usr/info $(DEBIAN_DIR)/mgetty/usr/lib
$(DEBIAN_DIR)/mgetty/var/spool/fax/outgoing
dh_installdocs -pmgetty
dh_installdocs -pmgetty-viewfax
dh_installdocs -pmgetty-voice
signature.asc
Description: PGP signature

