[Elementary-dev-community] [Merge] lp:~elementary-dev-community/capnet-assist/deb-packaging into lp:~elementary-os/capnet-assist/deb-packaging

2015-06-07 Thread noreply
The proposal to merge lp:~elementary-dev-community/capnet-assist/deb-packaging 
into lp:~elementary-os/capnet-assist/deb-packaging has been updated.

Status: Needs review => Merged

For more details, see:
https://code.launchpad.net/~elementary-dev-community/capnet-assist/deb-packaging/+merge/261324
-- 
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-os/capnet-assist/deb-packaging.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/capnet-assist/deb-packaging into lp:~elementary-os/capnet-assist/deb-packaging

2015-06-06 Thread Cameron Norman
Cameron Norman has proposed merging 
lp:~elementary-dev-community/capnet-assist/deb-packaging into 
lp:~elementary-os/capnet-assist/deb-packaging.

Requested reviews:
  elementary Apps team (elementary-apps)

For more details, see:
https://code.launchpad.net/~elementary-dev-community/capnet-assist/deb-packaging/+merge/261324

These are basically the changes that the MATE dev made, except I made the 
package non-native instead of native 
(https://www.debian.org/doc/manuals/maint-guide/first.en.html#non-native-dh-make).
-- 
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-os/capnet-assist/deb-packaging.
=== modified file 'debian/changelog'
--- debian/changelog	2015-06-06 23:01:39 +
+++ debian/changelog	2015-06-07 02:39:10 +
@@ -1,4 +1,4 @@
-capnet-assist (0.1) trusty; urgency=low
+capnet-assist (0.1-1) trusty; urgency=low
 
   * Initial release
 

=== modified file 'debian/compat'
--- debian/compat	2015-06-06 23:01:39 +
+++ debian/compat	2015-06-07 02:39:10 +
@@ -1,1 +1,1 @@
-7
+9

=== modified file 'debian/control'
--- debian/control	2015-06-06 23:01:39 +
+++ debian/control	2015-06-07 02:39:10 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Cody Garver 
 Build-Depends: cmake (>= 2.8),
-   debhelper (>= 7.0.50~),
+   debhelper (>= 9),
libglib2.0-dev,
libgtk-3-dev,
libwebkitgtk-3.0-dev,

=== modified file 'debian/copyright'
--- debian/copyright	2015-06-06 23:01:39 +
+++ debian/copyright	2015-06-07 02:39:10 +
@@ -1,39 +1,30 @@
-This work was packaged for Debian by:
-
-Cody Garver  on Thu, 22 Aug 2013
-
-It was downloaded from:
-
-https://launchpad.net/capnet-assist
-
-Upstream Author(s):
-
-Sergio Spinatelli 
-
-Copyright:
-
-Copyright (C) 2013 Sergio Spinatelli
-
-License:
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This package is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see .
-
-On Debian systems, the complete text of the GNU General
-Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
-The Debian packaging is:
-
-Copyright (C) 2013 Cody Garver 
-
-and is licensed under the GPL version 3, see above.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: capnet-assist
+Upstream-Contact: Cody Garver 
+Source: https://launchpad.net/capnet-assist
+
+Files: debian/*
+Copyright: 2013-2015 Cody Garver 
+   2015 Martin Wimpress 
+License: GPL-3
+
+Files: *
+Copyright: 2013 Sergio Spinatelli 
+License: GPL-3
+
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format	1970-01-01 00:00:00 +
+++ debian/source/format	2015-06-07 02:39:10 +
@@ -0,0 +1,1 @@
+3.0 (quilt)

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp