[Pkg-ocaml-maint-commits] r5346 - in /trunk/packages/calendar: trunk/debian/changelog trunk/debian/patches/install_destdir.dpatch upstream/calendar_1.10.orig.tar.gz upstream/calendar_2.0.2.orig.tar.gz

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Mar 21 13:38:28 UTC 2008


Author: zack
Date: Fri Mar 21 13:38:28 2008
New Revision: 5346

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5346
Log:
* new upstream release
* debian/patches/install_destdir.dpatch: refresh patch for new upstream

Added:
    trunk/packages/calendar/upstream/calendar_2.0.2.orig.tar.gz   (with props)
Removed:
    trunk/packages/calendar/upstream/calendar_1.10.orig.tar.gz
Modified:
    trunk/packages/calendar/trunk/debian/changelog
    trunk/packages/calendar/trunk/debian/patches/install_destdir.dpatch

Modified: trunk/packages/calendar/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/changelog?rev=5346&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/changelog (original)
+++ trunk/packages/calendar/trunk/debian/changelog Fri Mar 21 13:38:28 2008
@@ -1,9 +1,10 @@
-calendar (1.10-4) UNRELEASED; urgency=low
+calendar (2.0.2-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * new upstream release
   * fix vcs-svn field to point just above the debian/ dir
+  * debian/patches/install_destdir.dpatch: refresh patch for new upstream
 
- -- Stefano Zacchiroli <zack at debian.org>  Fri, 28 Dec 2007 19:26:14 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Mar 2008 13:27:34 +0100
 
 calendar (1.10-3) unstable; urgency=low
 

Modified: trunk/packages/calendar/trunk/debian/patches/install_destdir.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/trunk/debian/patches/install_destdir.dpatch?rev=5346&op=diff
==============================================================================
--- trunk/packages/calendar/trunk/debian/patches/install_destdir.dpatch (original)
+++ trunk/packages/calendar/trunk/debian/patches/install_destdir.dpatch Fri Mar 21 13:38:28 2008
@@ -1,14 +1,14 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_makefile.dpatch by  <zack at debian.org>
+## install_destdir.dpatch by Stefano Zacchiroli <zack at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: install to $(OCAML_LIB_DIR), passed by debian/rules
 
 @DPATCH@
-diff -urNad calendar-1.09.3/Makefile.in /tmp/dpep.WtlNbQ/calendar-1.09.3/Makefile.in
---- calendar-1.09.3/Makefile.in	2005-01-17 14:27:36.000000000 +0100
-+++ /tmp/dpep.WtlNbQ/calendar-1.09.3/Makefile.in	2005-03-24 09:35:35.411141560 +0100
-@@ -141,10 +141,11 @@
+diff -urNad trunk~/Makefile.in trunk/Makefile.in
+--- trunk~/Makefile.in	2008-03-17 10:56:41.000000000 +0100
++++ trunk/Makefile.in	2008-03-21 13:31:47.000000000 +0100
+@@ -188,10 +188,11 @@
  # Install
  #########
  
@@ -16,8 +16,8 @@
  install: $(LIBS) $(CLIBS) META
  	@if [ "`sed -n -e 's/version = "\([0-9.]*\)"/\1/p' META`" = "$(VERSION)" ]; then \
  	  (if test -d $(CAMLLIB)/site-lib/$(NAME); then $(MAKE) uninstall; fi;\
--	  $(CAMLFIND) install $(NAME) $(LIBS) $(CLIBS) $(MLI) $(CMI) META\
-+	  $(CAMLFIND) install -destdir $(OCAML_LIB_DIR) $(NAME) $(LIBS) $(CLIBS) $(MLI) $(CMI) META\
+-	  $(CAMLFIND) install $(NAME) target/*.cm[iox] $(MLI) $(CMI) $(CLIBS) META\
++	  $(CAMLFIND) install -destdir $(OCAML_LIB_DIR) $(NAME) target/*.cm[iox] $(MLI) $(CMI) $(CLIBS) META\
  	)else \
  	  (echo; echo "Not the good version. Please, do :"; \
  	   echo "  make clean && make"; \

Added: trunk/packages/calendar/upstream/calendar_2.0.2.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/calendar/upstream/calendar_2.0.2.orig.tar.gz?rev=5346&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/calendar/upstream/calendar_2.0.2.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the Pkg-ocaml-maint-commits mailing list