← Back to team overview

elementary-dev-community team mailing list archive

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

 

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 +0000
+++ debian/changelog	2015-06-07 02:39:10 +0000
@@ -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 +0000
+++ debian/compat	2015-06-07 02:39:10 +0000
@@ -1,1 +1,1 @@
-7
+9

=== modified file 'debian/control'
--- debian/control	2015-06-06 23:01:39 +0000
+++ debian/control	2015-06-07 02:39:10 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Cody Garver <cody@xxxxxxxxxxxxxxxx>
 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 +0000
+++ debian/copyright	2015-06-07 02:39:10 +0000
@@ -1,39 +1,30 @@
-This work was packaged for Debian by:
-
-    Cody Garver <cody@xxxxxxxxxxxxxxxx> on Thu, 22 Aug 2013
-
-It was downloaded from:
-
-    https://launchpad.net/capnet-assist
-
-Upstream Author(s):
-
-    Sergio Spinatelli <spinatelli.sergio@xxxxxxxxx>
-
-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 <http://www.gnu.org/licenses/>.
-
-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 <cody@xxxxxxxxxxxxxxxx>
-
-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 <cody@xxxxxxxxxxxxxxxx>
+Source: https://launchpad.net/capnet-assist
+
+Files: debian/*
+Copyright: 2013-2015 Cody Garver <cody@xxxxxxxxxxxxxxxx>
+           2015 Martin Wimpress <code@xxxxxxxxxxx>
+License: GPL-3
+
+Files: *
+Copyright: 2013 Sergio Spinatelli <spinatelli.sergio@xxxxxxxxx>
+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 <http://www.gnu.org/licenses/>.
+ .
+ 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 +0000
+++ debian/source/format	2015-06-07 02:39:10 +0000
@@ -0,0 +1,1 @@
+3.0 (quilt)


Follow ups