Przeglądaj źródła

0.5.0 readyness
Author: jgg
Date: 2001-02-21 04:25:20 GMT
0.5.0 readyness

Arch Librarian 22 lat temu
rodzic
commit
1156d96974
6 zmienionych plików z 13 dodań i 7 usunięć
  1. 2 2
      cmdline/apt-get.cc
  2. 1 1
      configure.in
  3. 2 0
      debian/postrm
  4. 2 0
      debian/preinst
  5. 2 0
      debian/prerm
  6. 4 4
      debian/rules

+ 2 - 2
cmdline/apt-get.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: apt-get.cc,v 1.100 2001/02/20 07:03:17 jgg Exp $
+// $Id: apt-get.cc,v 1.101 2001/02/21 04:25:20 jgg Exp $
 /* ######################################################################
 /* ######################################################################
    
    
    apt-get - Cover for dpkg
    apt-get - Cover for dpkg
@@ -891,7 +891,7 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache,
          otherwise this is not really an error. */
          otherwise this is not really an error. */
       if (AllowFail == false)
       if (AllowFail == false)
 	 return false;      
 	 return false;      
-      ioprintf(c1out,_("Package %s is not installed, so not removed"),Pkg.Name());
+      ioprintf(c1out,_("Package %s is not installed, so not removed\n"),Pkg.Name());
       return true;
       return true;
    }
    }
    
    

+ 1 - 1
configure.in

@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 
 dnl -- SET THIS TO THE RELEASE VERSION --
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.4.11")
+AC_DEFINE_UNQUOTED(VERSION,"0.5.0")
 AC_DEFINE_UNQUOTED(PACKAGE,"apt")
 AC_DEFINE_UNQUOTED(PACKAGE,"apt")
 
 
 dnl Check the archs, we want the target type.
 dnl Check the archs, we want the target type.

+ 2 - 0
debian/postrm

@@ -8,6 +8,8 @@
 # the Free Software Foundation; either version 2 of the License, or
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 # (at your option) any later version.
 
 
+#DEBHELPER#
+
 case "$1" in
 case "$1" in
        purge)
        purge)
 		echo -n "Removing APT cache and state files... "
 		echo -n "Removing APT cache and state files... "

+ 2 - 0
debian/preinst

@@ -26,3 +26,5 @@ if [ "$1" = "upgrade" -o "$1" = "install" -a "$2" != "" ]; then
   fi
   fi
   touch /var/lib/apt/lists/partial/.delete-me-later || true
   touch /var/lib/apt/lists/partial/.delete-me-later || true
 fi
 fi
+
+#DEBHELPER#

+ 2 - 0
debian/prerm

@@ -1,5 +1,7 @@
 #! /bin/sh
 #! /bin/sh
 
 
+#DEBHELPER#
+
 if [ "$1" = "upgrade" -o "$1" = "failed-upgrade" ] && 
 if [ "$1" = "upgrade" -o "$1" = "failed-upgrade" ] && 
    dpkg --compare-versions "$2" "<<" 0.4.10
    dpkg --compare-versions "$2" "<<" 0.4.10
 then
 then

+ 4 - 4
debian/rules

@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.24 2001/02/20 07:03:17 jgg Exp $
+# $Id: rules,v 1.25 2001/02/21 04:25:20 jgg Exp $
 
 
 # LD_LIBRARY_PATH=pwd/debian/tmp/usr/lib dh_shlibdeps -papt
 # LD_LIBRARY_PATH=pwd/debian/tmp/usr/lib dh_shlibdeps -papt
 # dpkg: /home/jgg/work/apt2/debian/tmp/usr/lib/libapt-pkg.so.2.9 not found.
 # dpkg: /home/jgg/work/apt2/debian/tmp/usr/lib/libapt-pkg.so.2.9 not found.
@@ -279,15 +279,15 @@ binary: binary-indep binary-arch
 cvs-build:
 cvs-build:
 	rm -rf debian/cvs-build
 	rm -rf debian/cvs-build
 	cvs update
 	cvs update
-	buildlib/mkChangeLog
+	#buildlib/mkChangeLog
 	$(MAKE) startup
 	$(MAKE) startup
 	$(MAKE) doc
 	$(MAKE) doc
-	tar c --exclude CVS --exclude debian/cvs-build . |\
+	tar c --exclude CVS --exclude cvs-build . |\
 		(mkdir -p debian/cvs-build/apt-$(APT_DEBVER);cd debian/cvs-build/apt-$(APT_DEBVER);tar x)
 		(mkdir -p debian/cvs-build/apt-$(APT_DEBVER);cd debian/cvs-build/apt-$(APT_DEBVER);tar x)
 # The next line isn't needed, as debuild will make the .tar.gz for us.
 # The next line isn't needed, as debuild will make the .tar.gz for us.
 #	(cd debian/cvs-build;tar zcf apt_$(APT_DEBVER).tar.gz apt-$(APT_DEBVER))
 #	(cd debian/cvs-build;tar zcf apt_$(APT_DEBVER).tar.gz apt-$(APT_DEBVER))
 	(cd debian/cvs-build/apt-$(APT_DEBVER);$(DEB_BUILD_PROG))
 	(cd debian/cvs-build/apt-$(APT_DEBVER);$(DEB_BUILD_PROG))
-	rm ChangeLog
+	#rm ChangeLog
 
 
 cvs-mkul:
 cvs-mkul:
 	-mkdir -p ../upload-$(APT_DEBVER)
 	-mkdir -p ../upload-$(APT_DEBVER)