[pg-cvs] CVS pg/debian

pvaneynde pvaneynde at common-lisp.net
Tue Feb 7 13:39:41 UTC 2006


Update of /project/pg/cvsroot/pg/debian
In directory common-lisp:/tmp/cvs-serv12824/debian

Modified Files:
	changelog control copyright rules 
Added Files:
	compat install 
Removed Files:
	postinst prerm 
Log Message:
sync with recent debian packages, no real changes

--- /project/pg/cvsroot/pg/debian/changelog	2005/10/18 13:07:28	1.7
+++ /project/pg/cvsroot/pg/debian/changelog	2006/02/07 13:39:40	1.8
@@ -1,10 +1,18 @@
-cl-pg (20050717-2) UNRELEASED; urgency=low
+cl-pg (20061225-2) UNRELEASED; urgency=low
 
   * token new version
+
+ -- Peter Van Eynde <pvaneynd at debian.org>  Thu, 26 Jan 2006 16:48:40 +0100
+
+cl-pg (20061225-1) unstable; urgency=low
+
+  * New upstream
   * Better sbcl unicode support
   * Improved asdf compatibility
+  * Documentation for pg-close-portal fixed in upstream 
+    (Closes: #349778)
 
- -- Peter Van Eynde <pvaneynd at debian.org>  Tue, 18 Oct 2005 14:52:23 +0200
+ -- Peter Van Eynde <pvaneynd at debian.org>  Wed, 25 Jan 2006 20:32:49 +0100
 
 cl-pg (20050717-1) unstable; urgency=low
 
--- /project/pg/cvsroot/pg/debian/control	2005/08/01 09:15:12	1.2
+++ /project/pg/cvsroot/pg/debian/control	2006/02/07 13:39:40	1.3
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Peter Van Eynde <pvaneynd at debian.org>
-Build-Depends-Indep: debhelper (>> 3.0.0)
+Build-Depends-Indep: debhelper (>> 4.0.0)
 Standards-Version: 3.6.2.1
 
 Package: cl-pg
--- /project/pg/cvsroot/pg/debian/copyright	2004/03/09 16:25:27	1.1
+++ /project/pg/cvsroot/pg/debian/copyright	2006/02/07 13:39:40	1.2
@@ -19,7 +19,8 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this package; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
+    MA  02110-1301  USA
 
 On Debian GNU/Linux systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
--- /project/pg/cvsroot/pg/debian/rules	2005/08/01 09:15:12	1.3
+++ /project/pg/cvsroot/pg/debian/rules	2006/02/07 13:39:40	1.4
@@ -5,11 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
-
-
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
 endif
@@ -20,8 +15,6 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
-
 	touch configure-stamp
 
 
@@ -29,21 +22,12 @@
 
 build-stamp: configure-stamp 
 	dh_testdir
-
-	# Add here commands to compile the package.
-	#$(MAKE)
-	#/usr/bin/docbook-to-man debian/pg.sgml > pg.1
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	#-$(MAKE) clean
-
 	dh_clean
 
 install: build
@@ -52,44 +36,24 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/pg.
-	install -g root -o root -m 0644 defpackage.lisp  large-object.lisp \
-	  lowlevel.lisp  md5.lisp  meta-queries.lisp  parsers.lisp  pg-tests.lisp \
-	  pg.lisp  sysdep.lisp  utility.lisp  v2-protocol.lisp  v3-protocol.lisp \
-		$(CURDIR)/debian/cl-pg/usr/share/common-lisp/source/pg
-	install -g root -o root -m 0644 pg.asd \
-		$(CURDIR)/debian/cl-pg/usr/share/common-lisp/source/pg
-
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-	dh_installcron
-	dh_installman
-	dh_installinfo
-#	dh_undocumented
+	dh_install 
 	dh_installchangelogs NEWS ChangeLog
 	dh_link
 	dh_strip
+	dh_lisp
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums

--- /project/pg/cvsroot/pg/debian/compat	2006/02/07 13:39:41	NONE
+++ /project/pg/cvsroot/pg/debian/compat	2006/02/07 13:39:41	1.1
4
--- /project/pg/cvsroot/pg/debian/install	2006/02/07 13:39:41	NONE
+++ /project/pg/cvsroot/pg/debian/install	2006/02/07 13:39:41	1.1
*.lisp pg.asd usr/share/common-lisp/source/pg/



More information about the Pg-cvs mailing list