[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3053 - glibc-package/branches/glibc-2.8/debian



Author: aurel32
Date: 2008-08-08 19:47:31 +0000 (Fri, 08 Aug 2008)
New Revision: 3053

Removed:
   glibc-package/branches/glibc-2.8/debian/make-cvs-locales-patch.sh
   glibc-package/branches/glibc-2.8/debian/make-cvs-patch.sh
Log:
Remove outdated useless scripts


Deleted: glibc-package/branches/glibc-2.8/debian/make-cvs-locales-patch.sh
===================================================================
--- glibc-package/branches/glibc-2.8/debian/make-cvs-locales-patch.sh	2008-08-08 19:44:35 UTC (rev 3052)
+++ glibc-package/branches/glibc-2.8/debian/make-cvs-locales-patch.sh	2008-08-08 19:47:31 UTC (rev 3053)
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-set -e
-
-# This script is designed to help make patches to update from the last
-# release to the latest CVS.  Hand it the argument of the directory from
-# which to generate the diff.
-
-# This script is not robust.  Feel free to improve it.  Specifically,
-# run this from the root of the package.
-
-# This file is in the PUBLIC DOMAIN
-# written by Jeff Bailey jbailey@debian.org September 6th, 2002
-
-if [ $# -ne 1 ]; then
-  echo "`basename $0`: script expects a CVS tree to diff against"
-  exit 1
-fi
-
-PATCHLIST=10_cvs debian/rules patch
-
-SRCDIR=build-tree/glibc-*
-
-# DESCRIPTION, DETAILS, DATE, PATCHLEVEL
-
-cat debian/patches/template.dpatch | sed -e "s/@DESCRIPTION@/Locales CVS Update/" -e "s/@DATE@/`date`/" -e "s/@PATCHLEVEL@/2/" > debian/patches/11_cvs_locales.dpatch
-
-diff -urN -x CVS $SRCDIR/localedata $1/localedata >>debian/patches/11_cvs_locales.dpatch
-

Deleted: glibc-package/branches/glibc-2.8/debian/make-cvs-patch.sh
===================================================================
--- glibc-package/branches/glibc-2.8/debian/make-cvs-patch.sh	2008-08-08 19:44:35 UTC (rev 3052)
+++ glibc-package/branches/glibc-2.8/debian/make-cvs-patch.sh	2008-08-08 19:47:31 UTC (rev 3053)
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# This script is designed to help make patches to update from the last
-# release to the latest CVS.  Hand it the argument of the directory from
-# which to generate the diff.
-
-# This script is not robust.  Feel free to improve it.  Specifically,
-# run this from the root of the package.
-
-# This file is in the PUBLIC DOMAIN
-# written by Jeff Bailey jbailey@debian.org September 6th, 2002
-
-if [ $# -ne 1 ]; then
-  echo "`basename $0`: script expects a CVS tree to diff against"
-  exit 1
-fi
-
-debian/rules unpack
-
-SRCDIR=build-tree/glibc-*
-
-diff -urN -x CVS -x .cvsignore -x '*texi' -x '*manual*' $SRCDIR $1 >cvs.patch
-


Reply to: