Your message dated Wed, 23 Mar 2016 21:51:49 +0000
with message-id <[email protected]>
and subject line Bug#804054: fixed in modemmanager 1.4.14-1
has caused the Debian Bug report #804054,
regarding ubuntu specific upstart's job no needed anymore
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.)
--
804054: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804054
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: modemmanager
Version: 1.4.12-1
User: [email protected]
Usertags: origin-ubuntu xenial ubuntu-patch
Ubuntu uses systemd now and the upstart job has been dropped in 15.10,
it would make sense to clear that out from the Debian package too,
attached patch does that
Thanks,
diff -Nru modemmanager-1.4.12/debian/changelog
modemmanager-1.4.12/debian/changelog
--- modemmanager-1.4.12/debian/changelog 2015-10-08 12:48:12.000000000
+0200
+++ modemmanager-1.4.12/debian/changelog 2015-11-04 13:06:05.000000000
+0100
@@ -1,3 +1,13 @@
+modemmanager (1.4.12-2) unstable; urgency=medium
+
+ * debian/rules: drop ubuntu vendor-specific changes for an upstart job.
+ Now that we use systemd there is no reason to keep special-casing to keep
+ the upstart job around, and it's confusing to have a SysV, upstart, and
+ systemd way of starting ModemManager all at the same time.
+ Thanks Mathieu Trudel-Lapierre <[email protected]>
+
+ -- Sebastien Bacher <[email protected]> Wed, 04 Nov 2015 13:04:26 +0100
+
modemmanager (1.4.12-1) unstable; urgency=medium
* New upstream release.
diff -Nru modemmanager-1.4.12/debian/rules modemmanager-1.4.12/debian/rules
--- modemmanager-1.4.12/debian/rules 2015-10-08 12:48:12.000000000 +0200
+++ modemmanager-1.4.12/debian/rules 2015-11-04 13:04:07.000000000 +0100
@@ -15,7 +15,6 @@
NOCONFIGURE=true dh_autoreconf ./autogen.sh
override_dh_auto_clean:
- rm -f $(CURDIR)/debian/modemmanager.upstart
rm -f gtk-doc.make m4/gtk-doc.m4
dh_auto_clean
@@ -34,10 +33,6 @@
override_dh_install:
cp $(CURDIR)/debian/77-mm-qdl-device-blacklist.rules \
$(CURDIR)/debian/tmp/lib/udev/rules.d
- if dpkg-vendor --is ubuntu; then \
- cp $(CURDIR)/debian/ubuntu/modemmanager.upstart
$(CURDIR)/debian; \
- dh_link lib/systemd/system/ModemManager.service
lib/systemd/system/modemmanager.service; \
- fi
find $(CURDIR)/debian/tmp/ -name \*.a -exec rm {} \;
find $(CURDIR)/debian/tmp/ -name \*.la -exec rm {} \;
rm -f $(CURDIR)/debian/tmp/usr/lib/*/pppd/*/mm-test-pppd-plugin.*
diff -Nru modemmanager-1.4.12/debian/ubuntu/modemmanager.upstart
modemmanager-1.4.12/debian/ubuntu/modemmanager.upstart
--- modemmanager-1.4.12/debian/ubuntu/modemmanager.upstart 2015-10-08
12:48:12.000000000 +0200
+++ modemmanager-1.4.12/debian/ubuntu/modemmanager.upstart 1970-01-01
01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-# modemmanager - modem manager
-#
-# The ModemManager daemon manages the system's mobile broadband connections
-# for NetworkManager.
-
-description "modem connection manager"
-
-start on starting network-manager
-stop on stopped network-manager
-
-respawn
-
-pre-start script
- [ -x /usr/sbin/ModemManager ] || stop
-end script
-
-exec /usr/sbin/ModemManager
--- End Message ---
--- Begin Message ---
Source: modemmanager
Source-Version: 1.4.14-1
We believe that the bug you reported is fixed in the latest version of
modemmanager, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated modemmanager package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 23 Mar 2016 21:30:46 +0100
Source: modemmanager
Binary: modemmanager modemmanager-dev modemmanager-doc libmm-glib0
libmm-glib-dev libmm-glib-doc gir1.2-modemmanager-1.0
Architecture: source
Version: 1.4.14-1
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
gir1.2-modemmanager-1.0 - GObject introspection data for modemmanager
libmm-glib-dev - D-Bus service for managing modems - library development files
libmm-glib-doc - D-Bus service for managing modems - library documentation
libmm-glib0 - D-Bus service for managing modems - shared libraries
modemmanager - D-Bus service for managing modems
modemmanager-dev - D-Bus service for managing modems - development files
modemmanager-doc - D-Bus service for managing modems - documentation files
Closes: 754439 804054
Changes:
modemmanager (1.4.14-1) unstable; urgency=medium
.
[ Laurent Bigonville ]
* New upstream release.
* debian/control: Fix capitalisation of Bluetooth (Closes: #754439)
* Remove modemmanager-dbg package and rely on automatic dbgsym package
* debian/control: Fix Vcs-Git URL (again) to please lintian
* debian/control: Bump Standards-Version to 3.9.7 (no further changes)
.
[ Michael Biebl ]
* Remove outdated debian/README.source.
* Use https:// for upstream homepage.
* Bump Build-Depends on debhelper for dh_strip --dbgsym-migration support.
* Drop Ubuntu specific upstart job now that Ubuntu has switched to systemd as
well. (Closes: #804054)
Checksums-Sha1:
52867c96a29757f4b38a245464721db7c72ed6e7 2794 modemmanager_1.4.14-1.dsc
d91d36129d6d5d7706a9839c550c2f5135d0f02c 1417092
modemmanager_1.4.14.orig.tar.xz
07418004b4f3d90e7d3e310872b0cb1e6b583e3e 20396
modemmanager_1.4.14-1.debian.tar.xz
Checksums-Sha256:
dbf04f762ef5f95c30383badcbf9d699df977c2adaae7bd133e67dbba9c4fbf8 2794
modemmanager_1.4.14-1.dsc
abe6cdd515a774bcba3afdcdb1e504569801e79282ccdf26099f33cbb8731ba2 1417092
modemmanager_1.4.14.orig.tar.xz
efc3195107f261697b3da98202e1eb1c5b0284204d4cf0525f298ec94e97c79c 20396
modemmanager_1.4.14-1.debian.tar.xz
Files:
7c8fa50250d664e06820160863d96386 2794 net optional modemmanager_1.4.14-1.dsc
cabb72e7c2ddf6af96eca2c9f3d168a3 1417092 net optional
modemmanager_1.4.14.orig.tar.xz
0856455ee123c3f6d046d4137b565f08 20396 net optional
modemmanager_1.4.14-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJW8wKQAAoJEGrh3w1gjyLcHs8P/2eakYPpfmxFttRs9+sp5vGB
68sSHCn1ppZeG5Pnpl/lg6b5V3A+TXqU0fs9NlcfI/xNEYb9whXKgh6Ln4qprmsT
0UFTgiubxKDWuZtIKar18D9gHv8m7WKM0IrodKjoegYN8sU4e1eALquebcO8lkkv
dX7bD/66FvAXTBURZM+Stnk+tJLnu51lXWtRiXegU7ZMD7a0ARJXxNtFZ7sTDiqt
QacoKJsVW+QebBe4D4DjCq7d8XFy1EpH72s/bPas+aORjBfl2gkh3hRmuWo16qnu
wND7IA9OwylYDYtcGcUhIfzJDSNDlSODh9dez0qHjlsZSiqdPtNPdBPopcHCuaCz
FuSIyUVU9dRf/z6G/GP6Onl4UjNV8/MafgMFBDKzRhT1xgENHxeg6jbb5jncJvmd
aCBodoFDHO4OlOw8p/IpMA0w06s/VkwuTqCqdmsGFr3IavCcTFsHjizr3P/oCx8q
/jhGdfZ64nZiRNruV5oldvFaIcC04wYlPxpoWeRDertwExYHQCztGaEPu0T7w7Qe
RdIUcu0wFv6tA6UMe+f1eAtIyRSmtxm+0zQsrhf/bpQMQiOhk5ExW6jKLsVE5So3
4h7F57VUC5ojLk/QHrgl9WdDVLGc5iUDWejighgF1zWyZl6pgUaaIsKSOdZsTPEd
yyX+INdHBtqzRke9aPx6
=lWoy
-----END PGP SIGNATURE-----
--- End Message ---