[ack-grep] 01/01: Renaming binary and source package.

Axel Beckert abe at deuxchevaux.org
Sun Feb 15 17:05:23 UTC 2015


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

abe pushed a commit to branch renaming
in repository ack-grep.

commit 1582274e13feab328e3916aa1fcfda426f6749c6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Feb 15 17:55:57 2015 +0100

    Renaming binary and source package.
    
    Also drop the transitional symlinks. No more needed after Jessie.
---
 debian/ack.install                         |  1 +
 debian/{ack-grep.postinst => ack.postinst} |  0
 debian/{ack-grep.postrm => ack.postrm}     |  0
 debian/{ack-grep.preinst => ack.preinst}   |  0
 debian/changelog                           |  7 +++++++
 debian/control                             | 21 +++++++++++++++------
 debian/links                               |  2 --
 debian/rules                               |  3 ---
 8 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/debian/ack.install b/debian/ack.install
new file mode 100644
index 0000000..1b91047
--- /dev/null
+++ b/debian/ack.install
@@ -0,0 +1 @@
+usr/
diff --git a/debian/ack-grep.postinst b/debian/ack.postinst
similarity index 100%
rename from debian/ack-grep.postinst
rename to debian/ack.postinst
diff --git a/debian/ack-grep.postrm b/debian/ack.postrm
similarity index 100%
rename from debian/ack-grep.postrm
rename to debian/ack.postrm
diff --git a/debian/ack-grep.preinst b/debian/ack.preinst
similarity index 100%
rename from debian/ack-grep.preinst
rename to debian/ack.preinst
diff --git a/debian/changelog b/debian/changelog
index b86fda7..1f7ad73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ack (2.15.01-2) UNRELEASED; urgency=low
+
+  * Rename source and binary packages from ack-grep to ack.
+  * Drop symbolic links from ack-grep to ack.
+
+ -- Axel Beckert <abe at debian.org>  Sun, 15 Feb 2015 13:46:55 +0100
+
 ack-grep (2.15.01-1) experimental; urgency=low
 
   * New upstream development release (labeled "2.15_01" upstream)
diff --git a/debian/control b/debian/control
index 0f0e77e..a23fa2a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: ack-grep
+Source: ack
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
            Axel Beckert <abe at debian.org>
@@ -12,18 +12,18 @@ Build-Depends: debhelper (>= 8),
                libtest-pod-perl,
                perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.6
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ack-grep.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/ack-grep.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ack.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/ack.git
 Homepage: http://beyondgrep.com/
 Testsuite: autopkgtest-pkg-perl
 
-Package: ack-grep
+Package: ack
 Architecture: all
 Depends: libfile-next-perl (>= 1.10),
          ${perl:Depends},
          ${misc:Depends}
-Conflicts: ack
-Replaces: ack
+Breaks: ack-grep (<= 2.15.01-2~)
+Replaces: ack-grep (<= 2.15.01-2~)
 Description: grep-like program specifically for large source trees
  Ack is designed as an alternative for 99% of the uses of grep. ack is
  intelligent about the files it searches. It knows about certain file
@@ -34,3 +34,12 @@ Description: grep-like program specifically for large source trees
  also highlights matches to help you see where the match was. Ack uses
  perl regular expressions.
 
+Package: ack-grep
+Architecture: all
+Depends: ack (>> 2),
+         ${misc:Depends}
+Section: oldlibs
+Priority: extra
+Description: Transitional dummy package to pull in "ack"
+ This is a transitional package from ack-grep to ack. It can be safely
+ removed.
diff --git a/debian/links b/debian/links
deleted file mode 100644
index 681205e..0000000
--- a/debian/links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/ack usr/bin/ack-grep
-usr/share/man/man1/ack.1p usr/share/man/man1/ack-grep.1p
diff --git a/debian/rules b/debian/rules
index 64223b3..a3dbaff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ack-grep.git



More information about the Pkg-perl-cvs-commits mailing list