[r-cran-matchit] 03/45: Import Debian changes 1.0-1-2

Andreas Tille tille at debian.org
Fri Oct 20 06:17:18 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-matchit.

commit 10c12d3f7ec57d3ca4c337f38198d97a123845b2
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Fri Jun 10 00:58:56 2005 -0500

    Import Debian changes 1.0-1-2
    
    matchit (1.0-1-2) unstable; urgency=low
    
      * Rename binary package to r-cran-matchit, per R naming policy.
---
 debian/changelog |  6 ++++++
 debian/control   | 18 ++++++++++++++++--
 debian/rules     |  2 +-
 debian/watch     |  2 +-
 4 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e482aa2..91f14a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matchit (1.0-1-2) unstable; urgency=low
+
+  * Rename binary package to r-cran-matchit, per R naming policy.
+
+ -- Chris Lawrence <lawrencc at debian.org>  Fri, 10 Jun 2005 00:58:56 -0500
+
 matchit (1.0-1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 60c334a..0d01de8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,12 @@ Maintainer: Chris Lawrence <lawrencc at debian.org>
 Build-Depends-Indep: debhelper (>> 4.1.0), r-base-dev (>> 2.0.0), cdbs
 Standards-Version: 3.6.1.0
 
-Package: r-other-gking-matchit
+Package: r-cran-matchit
 Architecture: all
 Depends: r-base-core (>> 2.0.0)
-Suggests: r-other-gking-zelig
+Conflicts: r-other-gking-matchit (<< 1.0-1-2)
+Replaces: r-other-gking-matchit (<< 1.0-1-2)
+Suggests: r-cran-zelig
 Description: GNU R package of nonparametric matching methods
  MatchIt implements the suggestions of Ho, Imai, King, and Stuart
  (2004) for improving parametric statistical models by preprocessing
@@ -25,3 +27,15 @@ Description: GNU R package of nonparametric matching methods
  an R program, and also works seamlessly within Zelig.
  .
  Home Page: http://gking.harvard.edu/matchit/
+
+Package: r-other-gking-matchit
+Architecture: all
+Depends: r-cran-matchit
+Description: GNU R package of nonparametric matching methods (dummy package)
+ MatchIt implements the suggestions of Ho, Imai, King, and Stuart
+ (2004) for improving parametric statistical models by preprocessing
+ data with nonparametric matching methods.
+ .
+ This package has been renamed to "r-cran-matchit"; this package
+ exists only to provide seemless upgrades from Debian 3.1 (sarge), and
+ can be safely removed after r-cran-matchit is installed.
diff --git a/debian/rules b/debian/rules
index 5d06387..1db6e98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ cranName	:= $(shell grep Package: DESCRIPTION | cut -f2 -d" ")
 ## and we need to build a Debian Policy-conformant lower-case package name
 cranNameLC	:= $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" )
 ## which we can use to build the package directory 
-package		:= r-other-gking-matchit
+package		:= r-cran-matchit
 ## which we use for the to-be-installed-in directory
 debRlib		:= $(CURDIR)/debian/$(package)/usr/lib/R/site-library
 
diff --git a/debian/watch b/debian/watch
index d92d231..0da2db8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=2
-http://cran.us.r-project.org/src/contrib/MatchIt_(.*)\.tar\.gz
+http://cran.r-project.org/src/contrib/MatchIt_(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-matchit.git



More information about the debian-science-commits mailing list