Merge ~ahasenack/ubuntu/+source/backuppc:eoan-backuppc-merge into ubuntu/+source/backuppc:debian/sid

Proposed by Andreas Hasenack
Status: Rejected
Rejected by: Andreas Hasenack
Proposed branch: ~ahasenack/ubuntu/+source/backuppc:eoan-backuppc-merge
Merge into: ubuntu/+source/backuppc:debian/sid
Diff against target: 530 lines (+380/-2)
3 files modified
debian/changelog (+377/-0)
debian/control (+2/-1)
debian/init (+1/-1)
Reviewer Review Type Date Requested Status
Canonical Server Core Reviewers Pending
Canonical Server Pending
Review via email: mp+368485@code.launchpad.net

Description of the change

PPA with a test build: ppa:ahasenack/backuppc-merge
https://launchpad.net/~ahasenack/+archive/ubuntu/backuppc-merge

DEP8 tests passed locally.

This merge from debian almost became a sync. It still can, but maybe not.

The remaining delta, part of the change to fix http://bugs.debian.org/488660, still has an effect in the package:

Without the delta:
$ l /etc/rc?.d/*backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc0.d/K01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc1.d/K01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc2.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc3.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc4.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc5.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:26 /etc/rc6.d/K01backuppc -> ../init.d/backuppc

With the delta:
$ l /etc/rc?.d/*backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:28 /etc/rc1.d/K01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:28 /etc/rc2.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:28 /etc/rc3.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:28 /etc/rc4.d/S01backuppc -> ../init.d/backuppc
lrwxrwxrwx 1 root root 18 Jun 6 18:28 /etc/rc5.d/S01backuppc -> ../init.d/backuppc

We see that the rc6.d and rc0.d stop links are gone, as intended. How important is that nowadays? I'm not sure. The spec that was referenced in the debian bug is https://wiki.ubuntu.com/Teardown

I could perhaps send an email to ubuntu-devel@ perhaps asking about this.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

These are ancient, pre-upstart even. Are these init scripts even used now, with systemd? If not, then I think you are safe to just drop them. I think a big part of the reason to move to upstart/systemd was to better handle start/stop with more of an event driven architecture.

Even if they are still used in some fashion, my guess is they're not impacting the shutdown time. And, if they do, then I'd wonder if they were doing something important that shouldn't be ignored.

+1 to sync :-)

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

In favor of a sync as well, I'd assume that the generator does not care about the links and still stops it.
But a check would be better, how does a journalctl -b -1 look like?

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This is a boot & shutdown cycle with backuppc installed.
Hence the delta has no actual effect on systemd systems.

Jun 07 05:11:14 e systemd[1]: Starting LSB: Launch backuppc server...
Jun 07 05:11:14 e backuppc[2800]: * Starting backuppc...
Jun 07 05:11:15 e backuppc[2800]: ...done.
Jun 07 05:11:15 e systemd[1]: Started LSB: Launch backuppc server.
Jun 07 05:12:03 e systemd[1]: Stopping LSB: Launch backuppc server...
Jun 07 05:12:03 e backuppc[3749]: * Stopping backuppc...
Jun 07 05:12:04 e backuppc[3749]: ...done.
Jun 07 05:12:04 e systemd[1]: backuppc.service: Succeeded.
Jun 07 05:12:04 e systemd[1]: Stopped LSB: Launch backuppc server.

With that, strong +1 on making it a sync instead of the proposed merge.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks for the tests and comments. Sync it is!

Revision history for this message
Andreas Hasenack (ahasenack) wrote :
Download full text (5.3 KiB)

$ syncpackage -r eoan-proposed -V 3.3.2-2 --force backuppc
syncpackage: Source backuppc -> eoan/Proposed: current version 3.3.1-4ubuntu2, new version 3.3.2-2
syncpackage: New changes:
backuppc (3.3.2-2) unstable; urgency=low

  * There are no logs to chown upon a first installation, so don't try to
    chown them. (Fixes issue found by piuparts.)
  * Avoid recursive chown to /etc/backuppc, just chown /etc/backuppc and
    all files in it. By default it has no subdirectories.
  * Update line numbers in debian/config.pl.diff.

 -- Axel Beckert <email address hidden> Wed, 14 Nov 2018 23:27:21 +0100

backuppc (3.3.2-1) unstable; urgency=low

  [ Axel Beckert ]
  * Set Maintainer to the new Debian BackupPC team. (Closes: #887490)
    + Add Tobias Frost and myself to Uploaders.
  * Import new 3.3.2 upstream release.
    + Drop some hunks from 01-debian.patch which upstream applied or fixed
      otherwise:
      - lib/BackupPC/CGI/Browse.pm
      - all hunks which fix "{" to "\{" in regular expressions.
    + Refresh the remaining part of 01-debian.patch and fix non-applying
      hunks manually.
    + Remove unnecessary whitesapce changes from 01-debian.patch.
    + 01-debian.patch: Continue to use UTF-8 in doc/BackupPC.pod despite
      upstream has chose to explicitly declare it as ISO8859-1.
    + Refresh 02-fix-spelling-errors.patch.
  * Ship https://sourceforge.net/p/backuppc/mailman/message/27416276/ as
    debian/jLib.pm and install as BackupPC::jLib. (Closes: #876190)
    Thanks: Martin F Krafft and Alex Vandiver.
  * Run "wrap-and-sort -a".
  * Support IPv6 by extracting the according patch hunks from Ubuntu's
    backuppc package. (Closes: #876233, #610932)
    + Expand patch with web configuration editor support by lynxis
      lazus. (LP: #1349031)
  * Add lintian overrides for these false positives:
    + spelling-error-in-readme-debian (User and group name are the same
      and trigger a "duplicate word" case).
    + unused-debconf-template (mentioned template is used)
  * Fix typo in 3.3.1-4 changelog entry.
  * Add patch to replace the rather unlucky "IS" with "IT support" in mail
    templates. (Closes: #808241)
  * Add patch to fix bad e-mail headers in Polish and Czech mail templates
    as well as the encoding of the Czech mail templates. (Closes: #675013)
    Thanks Vladislav Kurz for the bug report!
  * debian/apache.conf:
    + Switch to Apache 2.4 syntax.
    + Only grant access from localhost by default (as by default HTTPS is
      not enforced). Mention that in NEWS.Debian.
    + Fix typo in comment.
  * Suggest a bunch of letsencrypt clients with certbot as default.
  * Document conf/sorttable.js in debian/copyright.
  * Unconditionally use invoke-rc.d in post{inst,rm}, drop existence check
  * Consistently use debian/<name> instead of debian/backuppc.<name> and
    not half/half.
    + Rename debian/examples directory to debian/example-configs to avoid
      name conflict. Update debian/examples file accordingly.
  * debian/config: Use "set -e" instead of "-e" in the shebang line.
  * debian/post{inst,rm}: Add "set -e" at the beginning.
  * Apply patch to run rrdtool as the backuppc user rather than as the
    www-data us...

Read more...

Unmerged commits

bca517e... by Andreas Hasenack

update-maintainer

a2a40f2... by Andreas Hasenack

reconstruct-changelog

d9ff95d... by Andreas Hasenack

merge-changelogs

2a36b88... by Andreas Hasenack

    - d/t/{control,smb-backup}: simple smb-based DEP8 test (LP: #1677755)
      [Added in 3.3.2-1]

a0fc744... by Andreas Hasenack

    - (Inline) apply patch to add support for ipv6. (LP: #54918). Depend and
      Build-Depend on libsocket6-perl for that. (LP: #1515986)
      [Fixed in 3.3.2-1 via 03-ipv6.patch]

de37a4e... by Andreas Hasenack

    - d/p/setuid.patch: Fix status page pool graphs by running rddtool as the
      backuppc user. (LP: #1612600)
      [Fixed in 3.3.2-1 via 06-fix-rrd-graph-permissions.patch]

07b72dc... by Andreas Hasenack

  * Dropped:
    - debian/rules: installing setuid wrapper with setuid bit set, and no
      permissions granted to other (mode 4750).
      [This is done in postinst, and dh_fixperms undoes it anyway at
      package build time]

c3c042e... by Andreas Hasenack

    - debian/backuppc.init: Do not call init script on shutdown and
      reboot (TearDown) (Closes: #488660).
      [Removed the d/rules dh_installinit override, we can rely on the
      LSB header change]

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index c5b2b16..d11d8c7 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,26 @@
6+backuppc (3.3.2-2ubuntu1) eoan; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - debian/backuppc.init: Do not call init script on shutdown and
10+ reboot (TearDown) (Closes: #488660).
11+ [Removed the d/rules dh_installinit override, we can rely on the
12+ LSB header change]
13+ * Dropped:
14+ - debian/rules: installing setuid wrapper with setuid bit set, and no
15+ permissions granted to other (mode 4750).
16+ [This is done in postinst, and dh_fixperms undoes it anyway at
17+ package build time]
18+ - d/p/setuid.patch: Fix status page pool graphs by running rddtool as the
19+ backuppc user. (LP #1612600)
20+ [Fixed in 3.3.2-1 via 06-fix-rrd-graph-permissions.patch]
21+ - (Inline) apply patch to add support for ipv6. (LP #54918). Depend and
22+ Build-Depend on libsocket6-perl for that. (LP #1515986)
23+ [Fixed in 3.3.2-1 via 03-ipv6.patch]
24+ - d/t/{control,smb-backup}: simple smb-based DEP8 test (LP #1677755)
25+ [Added in 3.3.2-1]
26+
27+ -- Andreas Hasenack <andreas@canonical.com> Thu, 06 Jun 2019 18:34:09 +0000
28+
29 backuppc (3.3.2-2) unstable; urgency=low
30
31 * There are no logs to chown upon a first installation, so don't try to
32@@ -108,6 +131,34 @@ backuppc (3.3.1-5) unstable; urgency=medium
33
34 -- Adrian Bunk <bunk@debian.org> Fri, 16 Feb 2018 16:48:37 +0200
35
36+backuppc (3.3.1-4ubuntu2) disco; urgency=medium
37+
38+ * d/t/{control,smb-backup}: simple smb-based DEP8 test (LP: #1677755)
39+
40+ -- Andreas Hasenack <andreas@canonical.com> Fri, 09 Nov 2018 21:08:22 -0200
41+
42+backuppc (3.3.1-4ubuntu1) zesty; urgency=low
43+
44+ * Merge from Debian unstable. Remaining changes:
45+ - debian/backuppc.init, debian/rules: Do not call init script on shutdown
46+ and reboot (TearDown) (Closes: #488660).
47+ - (Inline) apply patch to add support for ipv6. (LP: #54918). Depend and
48+ Build-Depend on libsocket6-perl for that. (LP: #1515986)
49+ - debian/rules: installing setuid wrapper with setuid bit set, and no
50+ permissions granted to other (mode 4750).
51+ * Dropped changes:
52+ - Dropping par2 from build-deps. We can b-d on universe packages now.
53+ - Versioned dep on libcgi-pm-perl. The last LTS has the version we need.
54+ - Escaping braces in Perl regex. Debian added this too.
55+ - Depending on default-mta instead of enumerated list. Debian did similar.
56+ - Moving config.pl.diff. Makes it hard to stay in sync with Debian and
57+ doesn't add any benefit except cleanliness of the path.
58+ * debian/patches/setuid.patch:
59+ - Fix status page pool graphs by running rddtool as the backuppc user.
60+ (LP: #1612600)
61+
62+ -- Michael Terry <mterry@ubuntu.com> Wed, 14 Dec 2016 15:44:17 -0500
63+
64 backuppc (3.3.1-4) unstable; urgency=low
65
66 * Added dependency on libcgi-pm-perl. Closes: #820092
67@@ -127,6 +178,43 @@ backuppc (3.3.1-3) unstable; urgency=medium
68
69 -- Ludovic Drolez <ldrolez@debian.org> Mon, 23 May 2016 14:11:28 +0200
70
71+backuppc (3.3.1-2ubuntu4) yakkety; urgency=medium
72+
73+ * Make dependency on libcgi-pm-perl a versioned one so that upgrades from
74+ 14.04 work. (LP: #1610756)
75+
76+ -- Brian Murray <brian@ubuntu.com> Thu, 15 Sep 2016 12:04:22 -0700
77+
78+backuppc (3.3.1-2ubuntu3) xenial; urgency=medium
79+
80+ * Add build dependency on libcgi-pm-perl. LP: #1571278, Closes: 820092
81+
82+ -- Simon Deziel <simon.deziel@gmail.com> Sun, 17 Apr 2016 12:23:32 +0000
83+
84+backuppc (3.3.1-2ubuntu2) xenial; urgency=medium
85+
86+ * Escape braces in Perl regex. LP: #1570987, Closes: 820110
87+
88+ -- Simon Deziel <simon.deziel@gmail.com> Fri, 15 Apr 2016 17:31:50 +0000
89+
90+backuppc (3.3.1-2ubuntu1) xenial; urgency=medium
91+
92+ * Merge from Debian unstable. Remaining changes:
93+ - debian/backuppc.init, debian/rules: Do not call init script on shutdown
94+ and reboot (TearDown) (Closes: #488660).
95+ - debian/control:
96+ + Depend on default-mta | mail-transport-agent, instead of enumerating a
97+ long list of alternative MTAs.
98+ + Drop build dependency to 'par2', it's in universe.
99+ + Add build dependency on libsocket6-perl.
100+ - configure.pl: Do not test for par2 being available at build time.
101+ - (Inline) apply patch to add support for ipv6. (LP: #54918). Depend on
102+ libsocket6-perl for that. (LP: #1515986)
103+ - debian/rules: installing setuid wrapper with setuid bit set, and no
104+ permissions granted to other (mode 4750).
105+
106+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Jan 2016 10:18:11 +0100
107+
108 backuppc (3.3.1-2) unstable; urgency=medium
109
110 * Perl 5.22 fix. Closes: #809626
111@@ -135,6 +223,21 @@ backuppc (3.3.1-2) unstable; urgency=medium
112
113 -- Ludovic Drolez <ldrolez@debian.org> Tue, 05 Jan 2016 20:48:20 +0100
114
115+backuppc (3.3.1-1ubuntu1) xenial; urgency=low
116+
117+ * Merge from Debian unstable. Remaining changes:
118+ - debian/backuppc.init, debian/rules, debian/postinst: Do not call init
119+ script on shutdown and reboot (TearDown) (Closes: #488660).
120+ - debian/control:
121+ + Depend on default-mta | mail-transport-agent, instead of enumerating a
122+ long list of alternative MTAs.
123+ + Drop build dependency to 'par2', it's in universe.
124+ + Add build dependency on libsocket6-perl.
125+ - configure.pl: Do not test for par2 being available at build time.
126+ * Depend on libsocket6-perl as well as build-depend. LP: #1515986
127+
128+ -- Jackson Doak <noskcaj@ubuntu.com> Sat, 14 Nov 2015 09:38:40 +1100
129+
130 backuppc (3.3.1-1) unstable; urgency=low
131
132 * New upstream release
133@@ -143,6 +246,20 @@ backuppc (3.3.1-1) unstable; urgency=low
134
135 -- Ludovic Drolez <ldrolez@debian.org> Mon, 10 Aug 2015 18:10:59 +0200
136
137+backuppc (3.3.0-2ubuntu1) utopic; urgency=medium
138+
139+ * Merge from Debian unstable. Remaining changes:
140+ - debian/backuppc.init, debian/rules, debian/postinst: Do not call init
141+ script on shutdown and reboot (TearDown) (Closes: #488660).
142+ - debian/control:
143+ + Depend on default-mta | mail-transport-agent, instead of enumerating a
144+ long list of alternative MTAs.
145+ + Drop build dependency to 'par2', it's in universe.
146+ + Add build dependency on libsocket6-perl
147+ - configure.pl: Do not test for par2 being available at build time.
148+
149+ -- Jackson Doak <noskcaj@ubuntu.com> Fri, 22 Aug 2014 06:59:23 +1000
150+
151 backuppc (3.3.0-2) unstable; urgency=low
152
153 * Depends on apache2-utils
154@@ -152,6 +269,18 @@ backuppc (3.3.0-2) unstable; urgency=low
155
156 -- Ludovic Drolez <ldrolez@debian.org> Thu, 06 Feb 2014 12:41:22 +0100
157
158+backuppc (3.3.0-1ubuntu1) trusty-proposed; urgency=low
159+
160+ * Merge from Debian unstable. Remaining changes: (LP: #1201029)
161+ - debian/backuppc.init, debian/rules, debian/postinst: Do not call init
162+ script on shutdown and reboot (TearDown) (Closes: #488660).
163+ - debian/control:
164+ + Remove estraneous libtime-modules-perl (Closes: #734356).
165+ + Depend on default-mta | mail-transport-agent, instead of enumerating a
166+ long list of alternative MTAs.
167+
168+ -- Louis Bouchard <louis.bouchard@ubuntu.com> Wed, 15 Jan 2014 09:33:13 -0600
169+
170 backuppc (3.3.0-1) unstable; urgency=low
171
172 * New upstream release. Closes: #716824
173@@ -190,6 +319,30 @@ backuppc (3.2.1-5) unstable; urgency=low
174
175 -- Ludovic Drolez <ldrolez@debian.org> Thu, 03 Jan 2013 17:27:35 +0100
176
177+backuppc (3.2.1-4ubuntu2) trusty; urgency=medium
178+
179+ * Specify pod2man encoding.
180+
181+ -- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 20 Dec 2013 02:17:32 +0000
182+
183+backuppc (3.2.1-4ubuntu1) raring; urgency=low
184+
185+ * Merge from Debian unstable. Remaining changes:
186+ - debian/backuppc.init, debian/rules, debian/postinst: Do not call init
187+ script on shutdown and reboot (TearDown) (Debian #488660).
188+ - debian/control:
189+ + Add dependency for libsocket6-perl.
190+ + Drop build dependency to 'par2', it's in universe.
191+ + Depend on default-mta | mail-transport-agent, instead of enumerating a
192+ long list of alternative MTAs.
193+ - configure.pl: Do not test for par2 being available at build time.
194+ - debian/control: depend on default-mta | mail-transport-agent, instead of
195+ enumerating a long list of alternative MTAs.
196+ - debian/rules: installing setuid wrapper with setuid bit set, and no
197+ permissions granted to other (mode 4750).
198+
199+ -- Logan Rosen <logatronico@gmail.com> Sun, 06 Jan 2013 03:04:32 -0500
200+
201 backuppc (3.2.1-4) unstable; urgency=low
202
203 * init.d status support. Closes: #651539
204@@ -197,6 +350,21 @@ backuppc (3.2.1-4) unstable; urgency=low
205
206 -- Ludovic Drolez <ldrolez@debian.org> Thu, 20 Dec 2012 17:59:28 +0100
207
208+backuppc (3.2.1-3ubuntu1) raring; urgency=low
209+
210+ * Merge from Debian unstable. Remaining changes:
211+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
212+ script on shutdown and reboot (TearDown) (Debian #488660)
213+ - debian/control: Add dependency for libsocket6-perl.
214+ - debian/control: Drop build dependency to 'par2', it's in universe.
215+ - configure.pl: Do not test for par2 being available at build time
216+ - debian/control: depend on default-mta | mail-transport-agent, instead of
217+ enumerating a long list of alternative MTAs.
218+ - debian/rules: installing setuid wrapper with setuid bit set, and no
219+ permissions granted to other (mode 4750)
220+
221+ -- Logan Rosen <logatronico@gmail.com> Wed, 14 Nov 2012 13:30:30 -0500
222+
223 backuppc (3.2.1-3) unstable; urgency=high
224
225 * urgency set to high because of a security fix
226@@ -207,12 +375,59 @@ backuppc (3.2.1-3) unstable; urgency=high
227
228 -- Ludovic Drolez <ldrolez@debian.org> Thu, 31 May 2012 11:51:16 +0200
229
230+backuppc (3.2.1-2ubuntu2) quantal; urgency=low
231+
232+ * SECURITY UPDATE: XSS in CGI/RestoreFile.pm
233+ - lib/BackupPC/CGI/RestoreFile.pm: update to escape share and backup
234+ number
235+ - CVE-2011-5081
236+
237+ -- Jamie Strandboge <jamie@ubuntu.com> Thu, 17 May 2012 15:46:43 -0500
238+
239+backuppc (3.2.1-2ubuntu1) precise; urgency=low
240+
241+ * Merge from Debian testing. Remaining changes:
242+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
243+ script on shutdown and reboot (TearDown) (Debian #488660)
244+ - debian/control: Add dependency for libsocket6-perl.
245+ - debian/control: Drop build dependency to 'par2', it's in universe.
246+ - configure.pl: Do not test for par2 being available at build time
247+ - debian/control: depend on default-mta | mail-transport-agent, instead of
248+ enumerating a long list of alternative MTAs.
249+ - debian/rules: installing setuid wrapper with setuid bit set, and no
250+ permissions granted to other (mode 4750)
251+
252+ -- Chuck Short <zulcss@ubuntu.com> Sun, 06 Nov 2011 05:47:04 +0000
253+
254 backuppc (3.2.1-2) unstable; urgency=high
255
256 * Really fix CVE-2011-3361. Closes: #646865
257
258 -- Ludovic Drolez <ldrolez@debian.org> Thu, 02 Nov 2011 11:03:38 +0100
259
260+backuppc (3.2.1-1ubuntu2) precise; urgency=low
261+
262+ * SECURITY UPDATE: XSS in CGI/View.pm
263+ - lib/BackupPC/CGI/View.pm: update to verify backup number is numeric
264+ - CVE-2011-XXXX
265+
266+ -- Jamie Strandboge <jamie@ubuntu.com> Thu, 27 Oct 2011 14:47:58 -0500
267+
268+backuppc (3.2.1-1ubuntu1) oneiric; urgency=high
269+
270+ * Merge from debian unstable. (LP: #852484) Remaining changes:
271+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
272+ script on shutdown and reboot (TearDown) (Debian #488660)
273+ - debian/control: Add dependency for libsocket6-perl.
274+ - debian/control: Drop build dependency to 'par2', it's in universe.
275+ - configure.pl: Do not test for par2 being available at build time
276+ - debian/control: depend on default-mta | mail-transport-agent, instead of
277+ enumerating a long list of alternative MTAs.
278+ - debian/rules: installing setuid wrapper with setuid bit set, and no
279+ permissions granted to other (mode 4750)
280+
281+ -- Allison Randal <allison@canonical.com> Sun, 18 Sep 2011 17:37:55 -0700
282+
283 backuppc (3.2.1-1) unstable; urgency=high
284
285 * New upstream release. Closes: #641450
286@@ -227,6 +442,21 @@ backuppc (3.2.0-4.1) unstable; urgency=low
287
288 -- Bernd Zeimetz <bzed@debian.org> Tue, 28 Jun 2011 22:31:10 +0200
289
290+backuppc (3.2.0-4ubuntu1) oneiric; urgency=low
291+
292+ * Merge from debian unstable. Remaining changes:
293+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
294+ script on shutdown and reboot (TearDown) (Debian #488660)
295+ - debian/control: Add dependency for libsocket6-perl.
296+ - debian/control: Drop build dependency to 'par2', it's in universe.
297+ - configure.pl: Do not test for par2 being available at build time
298+ - debian/control: depend on default-mta | mail-transport-agent, instead of
299+ enumerating a long list of alternative MTAs.
300+ - debian/rules: installing setuid wrapper with setuid bit set, and no
301+ permissions granted to other (mode 4750)
302+
303+ -- Allison Randal <allison@canonical.com> Wed, 15 Jun 2011 16:28:41 -0700
304+
305 backuppc (3.2.0-4) unstable; urgency=low
306
307 * debian/setuidwrapper.c: New.
308@@ -237,6 +467,45 @@ backuppc (3.2.0-4) unstable; urgency=low
309
310 -- Ludovic Drolez <ldrolez@debian.org> Sat, 07 May 2011 10:11:56 -0500
311
312+backuppc (3.2.0-3ubuntu5) oneiric; urgency=low
313+
314+ * Replace dependency on perl-suid with a small setuid wrapper, since the
315+ perl-suid package been removed in Perl 5.12. (LP: #786250)
316+
317+ -- Allison Randal <allison@canonical.com> Sun, 29 May 2011 17:49:10 -0700
318+
319+backuppc (3.2.0-3ubuntu4) natty; urgency=low
320+
321+ * debian/control: Add dependency for libsocket6-perl.
322+ (LP: #742748)
323+
324+ -- Chuck Short <zulcss@ubuntu.com> Mon, 04 Apr 2011 07:32:43 -0400
325+
326+backuppc (3.2.0-3ubuntu3) natty; urgency=low
327+
328+ * Fix FTBFS.
329+
330+ -- Chuck Short <zulcss@ubuntu.com> Mon, 07 Mar 2011 12:31:14 -0500
331+
332+backuppc (3.2.0-3ubuntu2) natty; urgency=low
333+
334+ * Applied ipv6-support.dpatch, debian/control:
335+ Add support for ipv6. (LP: #54918)
336+
337+ -- Chuck Short <zulcss@ubuntu.com> Mon, 07 Mar 2011 11:35:50 -0500
338+
339+backuppc (3.2.0-3ubuntu1) natty; urgency=low
340+
341+ * Merge from debian unstable. (LP: #702812) Remaining changes:
342+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
343+ script on shutdown and reboot (TearDown) (Debian #488660)
344+ - debian/control: Drop build dependency to 'par2', it's in universe.
345+ - configure.pl: Do not test for par2 being available at build time
346+ - debian/control: depend on default-mta | mail-transport-agent, instead of
347+ enumerating a long list of alternative MTAs.
348+
349+ -- Angel Abad <angelabad@ubuntu.com> Fri, 14 Jan 2011 11:02:06 +0100
350+
351 backuppc (3.2.0-3) unstable; urgency=low
352
353 * Shell characters are now properly escaped. Closes: #516626
354@@ -245,6 +514,18 @@ backuppc (3.2.0-3) unstable; urgency=low
355
356 -- Ludovic Drolez <ldrolez@debian.org> Mon, 10 Jan 2011 12:29:07 +0100
357
358+backuppc (3.2.0-2ubuntu1) natty; urgency=low
359+
360+ * Merge from debian unstable. (LP: #698028) Remaining changes:
361+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
362+ script on shutdown and reboot (TearDown) (Debian #488660)
363+ - debian/control: Drop build dependency to 'par2', it's in universe.
364+ - configure.pl: Do not test for par2 being available at build time
365+ - debian/control: depend on default-mta | mail-transport-agent, instead of
366+ enumerating a long list of alternative MTAs.
367+
368+ -- Angel Abad <angelabad@ubuntu.com> Thu, 06 Jan 2011 10:34:00 +0100
369+
370 backuppc (3.2.0-2) unstable; urgency=low
371
372 * re-added the xfs/rfs pool size patch. Closes: #600654
373@@ -252,6 +533,18 @@ backuppc (3.2.0-2) unstable; urgency=low
374
375 -- Ludovic Drolez <ldrolez@debian.org> Sun, 02 Jan 2011 19:33:07 +0100
376
377+backuppc (3.2.0-1.1ubuntu1) natty; urgency=low
378+
379+ * Merge from debian unstable (LP: #690073). Remaining changes:
380+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
381+ script on shutdown and reboot (TearDown) (Debian #488660)
382+ - debian/control: Drop build dependency to 'par2', it's in universe.
383+ - configure.pl: Do not test for par2 being available at build time
384+ - debian/control: depend on default-mta | mail-transport-agent, instead of
385+ enumerating a long list of alternative MTAs.
386+
387+ -- Angel Abad <angelabad@ubuntu.com> Tue, 14 Dec 2010 08:54:57 +0100
388+
389 backuppc (3.2.0-1.1) unstable; urgency=low
390
391 * Non-maintainer upload.
392@@ -259,6 +552,21 @@ backuppc (3.2.0-1.1) unstable; urgency=low
393
394 -- Patrick Winnertz <winnie@debian.org> Fri, 26 Nov 2010 14:37:21 +0100
395
396+backuppc (3.2.0-1ubuntu1) natty; urgency=low
397+
398+ * Merge from debian unstable. (LP: #677799) Remaining changes:
399+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
400+ script on shutdown and reboot (TearDown) (Debian #488660)
401+ - debian/control: Drop build dependency to 'par2', it's in universe.
402+ - configure.pl: Do not test for par2 being available at build time
403+ - debian/control: depend on default-mta | mail-transport-agent, instead of
404+ enumerating a long list of alternative MTAs.
405+ * Dropped changes:
406+ - Suggest libio-dirent-perl, its in universe (now in main)
407+ - debian/control: Add libtime-modules-perl to Depends (applied in Debian)
408+
409+ -- Angel Abad <angelabad@ubuntu.com> Sun, 21 Nov 2010 14:59:53 +0100
410+
411 backuppc (3.2.0-1) unstable; urgency=low
412
413 * New upstream release
414@@ -272,6 +580,26 @@ backuppc (3.1.0-10) unstable; urgency=low
415
416 -- Ludovic Drolez <ldrolez@debian.org> Mon, 12 Apr 2010 20:30:28 +0200
417
418+backuppc (3.1.0-9ubuntu2) maverick; urgency=low
419+
420+ * debian/control: Add libtime-modules-perl to Depends (LP: #525395)
421+ Forwarded to Debian as b.d.o/570843
422+
423+ -- Angel Abad <angelabad@gmail.com> Sun, 21 Feb 2010 20:56:57 +0100
424+
425+backuppc (3.1.0-9ubuntu1) lucid; urgency=low
426+
427+ * Resynchronize with debian, remaining changes:
428+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
429+ script on shutdown and reboot (TearDown) (Debian #488660)
430+ - debian/control: Drop build dependency to 'par2', it's in universe.
431+ - configure.pl: Do not test for par2 being available at build time
432+ - debian/control: depend on default-mta | mail-transport-agent, instead of
433+ enumerating a long list of alternative MTAs.
434+ - Suggest libio-dirent-perl, its in universe.
435+
436+ -- Chuck Short <zulcss@ubuntu.com> Fri, 18 Dec 2009 10:44:41 -0500
437+
438 backuppc (3.1.0-9) unstable; urgency=low
439
440 * chown/chmod only the needed dirs. Closes: #531948
441@@ -286,6 +614,19 @@ backuppc (3.1.0-9) unstable; urgency=low
442
443 -- Ludovic Drolez <ldrolez@debian.org> Tue, 24 Nov 2009 10:34:10 +0100
444
445+backuppc (3.1.0-8ubuntu1) lucid; urgency=low
446+
447+ * Merge from debian testing, remaining changes:
448+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
449+ script on shutdown and reboot (TearDown) (Debian #488660)
450+ - debian/control: Drop build dependency to 'par2', it's in universe.
451+ - configure.pl: Do not test for par2 being available at build time
452+ - debian/control: depend on default-mta | mail-transport-agent, instead of
453+ enumerating a long list of alternative MTAs.
454+ - Suggest libio-dirent-perl, its in universe.
455+
456+ -- Chuck Short <zulcss@ubuntu.com> Fri, 06 Nov 2009 00:30:12 +0000
457+
458 backuppc (3.1.0-8) unstable; urgency=high
459
460 * Really fix the alias bug. Closes: #542218
461@@ -301,6 +642,42 @@ backuppc (3.1.0-7) unstable; urgency=high
462
463 -- Ludovic Drolez <ldrolez@debian.org> Tue, 01 Sep 2009 14:43:36 +0200
464
465+backuppc (3.1.0-6ubuntu4) karmic; urgency=low
466+
467+ * SECURITY UPDATE: authorization bypass via ClientNameAlias function
468+ - debian/patches/security-CVE-2009-3369.dpatch: disable ClientNameAlias
469+ usage by normal users in lib/BackupPC/CGI/EditConfig.pm.
470+ - CVE-2009-3369
471+
472+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 05 Oct 2009 11:40:41 -0400
473+
474+backuppc (3.1.0-6ubuntu3) karmic; urgency=low
475+
476+ * Add dpatch system to package.
477+ - debian/control: Add build dependency on dpatch.
478+ - debian/rules: Add dpatch targets.
479+ * Add missing "use Encode" in sendEmail. (LP: #430879)
480+ * Fix encoding of special characters in french translation. (LP: #373327)
481+
482+ -- Michael Jeanson <mjeanson@rlnx.com> Wed, 16 Sep 2009 18:04:03 -0400
483+
484+backuppc (3.1.0-6ubuntu2) karmic; urgency=low
485+
486+ * debian/control: depend on default-mta | mail-transport-agent, instead of
487+ enumerating a long list of alternative MTAs.
488+
489+ -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 03 Aug 2009 17:28:07 +0000
490+
491+backuppc (3.1.0-6ubuntu1) karmic; urgency=low
492+
493+ * Merge with Debian unstable; remaining Ubuntu changes:
494+ - debian/backuppc.init, debian/rules, debian/postinst: Do not call init
495+ script on shutdown and reboot (TearDown) (Debian #488660)
496+ - debian/control: Drop build dependency to 'par2', it's in universe.
497+ - configure.pl: Do not test for par2 being available at build time.
498+
499+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 28 Apr 2009 13:26:14 +0200
500+
501 backuppc (3.1.0-6) unstable; urgency=high
502
503 * Fix the permissions of the CGI script. Closes: #518518
504diff --git a/debian/control b/debian/control
505index be4a396..ad3cce0 100644
506--- a/debian/control
507+++ b/debian/control
508@@ -1,7 +1,8 @@
509 Source: backuppc
510 Section: utils
511 Priority: optional
512-Maintainer: Debian BackupPC Team <team+pkg-backuppc@tracker.debian.org>
513+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
514+XSBC-Original-Maintainer: Debian BackupPC Team <team+pkg-backuppc@tracker.debian.org>
515 Uploaders: Tobias Frost <tobi@debian.org>,
516 Axel Beckert <abe@debian.org>
517 Build-Depends: debhelper (>= 11),
518diff --git a/debian/init b/debian/init
519index c01621a..096d0ee 100644
520--- a/debian/init
521+++ b/debian/init
522@@ -10,7 +10,7 @@
523 # Should-Start: $local_fs autofs
524 # Should-Stop: $local_fs autofs
525 # Default-Start: 2 3 4 5
526-# Default-Stop: 0 1 6
527+# Default-Stop: 1
528 # Short-Description: Launch backuppc server
529 # Description: Launch backuppc server, a high-performance,
530 # enterprise-grade system for backing up PCs.

Subscribers

People subscribed via source and target branches