Merge lp:~kentb/ubuntu/trusty/wsmancli/cleanup-for-1262290 into lp:ubuntu/trusty/wsmancli

Proposed by Kent Baxley
Status: Merged
Merge reported by: Dmitry Shachnev
Merged at revision: not available
Proposed branch: lp:~kentb/ubuntu/trusty/wsmancli/cleanup-for-1262290
Merge into: lp:ubuntu/trusty/wsmancli
Diff against target: 45 lines (+12/-4)
3 files modified
debian/changelog (+7/-0)
debian/copyright (+2/-4)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~kentb/ubuntu/trusty/wsmancli/cleanup-for-1262290
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Review via email: mp+200878@code.launchpad.net

Description of the change

Adding cleanup for wsmancli per Main Inclusion Request process.

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Thanks for your work here. The bug should not be closed until the package is actually promoted to main, so I modified the changelog to not close the bug. Otherwise, looks fine, uploading.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-03-25 16:21:17 +0000
3+++ debian/changelog 2014-01-08 18:00:22 +0000
4@@ -1,3 +1,10 @@
5+wsmancli (2.3.0-0ubuntu2) trusty; urgency=low
6+
7+ * debian/copyright: cleanup copyright file.
8+ * debian/rules: add hardening flags to satisfy inclusion in main (LP: #1262290)
9+
10+ -- Kent Baxley <kent.baxley@canonical.com> Wed, 08 Jan 2014 11:55:27 -0600
11+
12 wsmancli (2.3.0-0ubuntu1) trusty; urgency=low
13
14 [ Kent Baxley ]
15
16=== modified file 'debian/copyright'
17--- debian/copyright 2013-03-25 16:21:17 +0000
18+++ debian/copyright 2014-01-08 18:00:22 +0000
19@@ -3,10 +3,8 @@
20 Source: http://sourceforge.net/projects/openwsman/
21
22 Files: *
23-Copyright: 2004-2006 Anas Nashif <anas.nashif@intel.com>
24- 2004-2006 Vadim Revyakin <vadim.revyakin@intel.com>
25- 2004-2006 Denis Sadykov <denis.sadykov@intel.com>
26-License: Copyright (C) 2004-2006 Intel Corp. All rights reserved.
27+Copyright: Copyright (C) 2004-2006 Intel Corp. All rights reserved.
28+License: BSD-3-clause
29 Redistribution and use in source and binary forms, with or without
30 modification, are permitted provided that the following conditions are met:
31 - Redistributions of source code must retain the above copyright notice,
32
33=== modified file 'debian/rules'
34--- debian/rules 2013-03-25 16:21:17 +0000
35+++ debian/rules 2014-01-08 18:00:22 +0000
36@@ -8,6 +8,9 @@
37
38 # Uncomment this to turn on verbose mode.
39 export DH_VERBOSE=1
40+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
41+DPKG_EXPORT_BUILDFLAGS=1
42+include /usr/share/dpkg/buildflags.mk
43
44 override_dh_auto_configure:
45 dh_auto_configure -- --disable-more-warnings

Subscribers

People subscribed via source and target branches

to all changes: