From abd643c681fd3352a84745c9614d778a79e1363f Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 8 Mar 2009 20:31:41 +0200 Subject: [PATCH] Prepare 0.8. Removed debian/ bits. --- configure.ac | 2 +- debian/changelog | 78 ----------------------------------------------- debian/compat | 1 - debian/control | 15 --------- debian/copyright | 18 ----------- debian/magit.info | 1 - debian/rules | 4 --- 7 files changed, 1 insertion(+), 118 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/magit.info delete mode 100755 debian/rules diff --git a/configure.ac b/configure.ac index b758315e..d491c2ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(magit, 0.7) +AC_INIT(magit, 0.8) AC_CONFIG_SRCDIR([magit.el]) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 80090368..00000000 --- a/debian/changelog +++ /dev/null @@ -1,78 +0,0 @@ -magit (0.7-1) unstable; urgency=low - -* Tagging, on 't' and 'T'. - -* Stashing, on 'z' and 'Z'. - -* Wazzup, on 'w'. Wazzup gives you an overview over how other - branches relate to the current one. - -* There is more control over pushing. 'P' now takes a prefix argument - and pushing a branch without a default remote will ask for one. - -* Logs have changed a bit: 'l' shows the traditional brief log, and - 'L' shows a more verbose log. Use the prefix arg to specify the - range of the log. - -* M-x magit-status doesn't prompt anymore for a directory when invoked - from within a Git repository. Use C-u to force a prompt. - -* When you have nothing staged, 'c' will now explicitly ask whether to - commit everything instead of just going ahead and do it. This can - be customized. - -* The digit keys '1', '2', '3', and '4' now show sections on the - respective level and hide everything below. With Meta, they work on - all sections; without, they work only on sections that are a parent - or child of the current section. - -* Typing '+' and '-' will change the size of hunks, via the "-U" - option to git diff. '0' resets hunks to their default size. - -* Typing 'k' on the "Untracked files" section title will offer to - delete all untracked files. - -* Magit understands a bit of git-svn: the status buffer shows unpushed - and unpulled commits, 'N r' runs git svn rebase, and 'N c' runs git - svn dcommit. - -* Magit now also works when the direcory is accessed via tramp. - -* M-x magit-status can also create new repositories when given a - directory that is not a Git repository. - -* Magit works better with oldish Gits that don't understand "--graph", - for example. - -* The name of the Git program and common options for it can be - customized. - - -- Marius Vollmer Sun, 08 Mar 2009 18:46:08 +0200 - -magit (0.6.1-1) unstable; urgency=low - - * Fixed a bug that screwed up working with multiple repositories. - - -- Marius Vollmer Mon, 13 Oct 2008 00:40:08 +0300 - -magit (0.6-1) unstable; urgency=low - - Almost everything has changed. Please read the manual again. Some - highlights: - - * Magit now works with Git 1.6.0. (John Wiegley) - - * Support for interactive rewriting. - - * Sections can be shown and hidden. - - * Staging, unstaging, applying, reverting and discarding changes can now - be done line-by-line, not only hunk-by-hunk. - - -- Marius Vollmer Mon, 13 Oct 2008 00:32:44 +0300 - -magit (0.5-1) unstable; urgency=low - - * First release. - - -- Marius Vollmer Thu, 14 Aug 2008 02:11:00 +0300 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff82..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index e66c907e..00000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: magit -Section: devel -Priority: optional -Maintainer: Marius Vollmer -Build-Depends: debhelper (>= 7), emacsen, texinfo -Standards-Version: 3.6.0 - -Package: magit -Architecture: all -Description: A Emacs interface for Git - With Magit, you can inspect and modify your Git repositories with - Emacs. You can review and commit the changes you have made to the - tracked files, for example, and you can browse the history of past - changes. There is support for cherry picking, reverting, merging, - rebasing, and other common Git operations. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 3e57fe41..00000000 --- a/debian/copyright +++ /dev/null @@ -1,18 +0,0 @@ - Copyright (C) 2008 Marius Vollmer - Copyright (C) 2008 Linh Dang - - Magit 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, or (at your option) - any later version. - - Magit 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 Magit. If not, see . - -On Debian systems, the complete text of the GNU General Public License -can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/magit.info b/debian/magit.info deleted file mode 100644 index b3bc4614..00000000 --- a/debian/magit.info +++ /dev/null @@ -1 +0,0 @@ -magit.info diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 2d33f6ac..00000000 --- a/debian/rules +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@