[DRE-commits] [git-up] 03/03: Real initial debianization (0.5.12-1)

James Lu glolol-guest at moszumanska.debian.org
Wed Jul 1 03:47:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

glolol-guest pushed a commit to branch master
in repository git-up.

commit 170b3ee60f466ed7e6f17ed6f6586505174e5581
Author: James Lu <glolol1 at hotmail.com>
Date:   Tue Jun 30 20:44:01 2015 -0700

    Real initial debianization (0.5.12-1)
---
 debian/changelog       |  4 ++--
 debian/compat          |  2 +-
 debian/control         | 17 +++++++++++++----
 debian/copyright       | 45 +++++++++++++++++++++------------------------
 debian/git-up.docs     |  3 +--
 debian/git-up.manpages |  3 +--
 6 files changed, 39 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb67a3b..5c1922b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-git-up (0.5.12-1) UNRELEASED; urgency=medium
+git-up (0.5.12-1) unstable; urgency=medium
 
   * Initial release (Closes: #789243)
 
- -- James Lu <glolol1 at hotmail.com>  Tue, 30 Jun 2015 20:36:29 -0700
+ -- James Lu <glolol1 at hotmail.com>  Tue, 30 Jun 2015 20:46:08 -0700
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 039c26b..b2b65dc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: James Lu <glolol1 at hotmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
                gem2deb,
                ruby-colored (>= 1.2),
                ruby-grit
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/git-up.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/git-up.git
-Homepage: http://github.com/aanand/git-up
+Homepage: http://aanandprasad.com/git-up/
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
@@ -22,5 +22,14 @@ Depends: ruby | ruby-interpreter,
          ruby-grit,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: git command to fetch and rebase all branches
- <insert long description, indented with spaces>
+Description: fetch and rebase all locally-tracked remote Git branches
+ git pull has two problems:
+ .
+ * It merges upstream changes by default, when it's really more polite to
+ rebase over them, unless your collaborators enjoy a commit graph that looks
+ like bedhead.
+ * It only updates the branch you're currently on, which means git push will
+ shout at you for being behind on branches you don't particularly care about
+ right now.
+ .
+ git-up solves these problems once and for all.
diff --git a/debian/copyright b/debian/copyright
index 41c5148..874a583 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,32 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: git-up
-Source: FIXME <http://example.com/>
+Source: https://github.com/aanand/git-up
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2009-2014 Aanand Prasad <aanand.prasad at gmail.com>
+License: MIT
 
 Files: debian/*
 Copyright: 2015 James Lu <glolol1 at hotmail.com>
-License: GPL-2+ (FIXME)
+License: MIT
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: GPL-2+ (FIXME)
- 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 2 of the License, or (at your option) any later
- version.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
  .
- This program 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.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/git-up.docs b/debian/git-up.docs
index 07b3c9e..b43bf86 100644
--- a/debian/git-up.docs
+++ b/debian/git-up.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/git-up.manpages b/debian/git-up.manpages
index ddd1cdf..5512349 100644
--- a/debian/git-up.manpages
+++ b/debian/git-up.manpages
@@ -1,2 +1 @@
-# FIXME: man/ dir found in source. Consider installing manpages
-# man/git-up.1
+man/git-up.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/git-up.git



More information about the Pkg-ruby-extras-commits mailing list