[Pkg-cli-libs-commits] [nini] 06/07: * updated nini to 1.1.0

Jo Shields directhex at moszumanska.debian.org
Wed Sep 9 11:10:11 UTC 2015


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

directhex pushed a commit to annotated tag debian/1.1.0+dfsg-1
in repository nini.

commit 7e76d73c53b851de6d0bda3b2031cb861170e95a
Author: Sebastian Dröge <slomo at debian.org>
Date:   Thu Mar 23 12:07:23 2006 +0000

    * updated nini to 1.1.0
---
 debian/changelog                                          | 4 ++--
 debian/control                                            | 2 +-
 debian/copyright                                          | 2 +-
 debian/{libnini1.0-cil.install => libnini1.1-cil.install} | 0
 debian/{nini-1.0.pc => nini-1.1.pc}                       | 2 +-
 debian/rules                                              | 3 +--
 6 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1cfefa..46d52f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-nini (1.0.0+dfsg-1) unstable; urgency=low
+nini (1.1.0+dfsg-1) unstable; urgency=low
 
   * Initial Revision (Closes: #355926)
 
- -- Sebastian Dröge <slomo at ubuntu.com>  Wed, 08 Mar 2006 20:10:56 +0100
+ -- Sebastian Dröge <slomo at ubuntu.com>  Thu, 23 Mar 2006 12:50:11 +0100
 
diff --git a/debian/control b/debian/control
index 39ae437..e6c64c6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: cli-common (>= 0.2.0), mono-mcs (>= 1.1.9) | c-sharp-compiler, mono-gac, sharutils
 Standards-Version: 3.6.2
 
-Package: libnini1.0-cil
+Package: libnini1.1-cil
 Architecture: all
 Depends: ${cli:Depends}
 Description: CLI library for managing configuration files
diff --git a/debian/copyright b/debian/copyright
index 81560ee..e26071e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Upstream Author: Brent R. Matzelle <bmatzelle at yahoo.com>
 
 Copyright:
 
-Copyright (c) 2004 Brent R. Matzelle
+Copyright (c) 2006 Brent R. Matzelle
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/debian/libnini1.0-cil.install b/debian/libnini1.1-cil.install
similarity index 100%
rename from debian/libnini1.0-cil.install
rename to debian/libnini1.1-cil.install
diff --git a/debian/nini-1.0.pc b/debian/nini-1.1.pc
similarity index 91%
rename from debian/nini-1.0.pc
rename to debian/nini-1.1.pc
index 197970d..256ccc2 100644
--- a/debian/nini-1.0.pc
+++ b/debian/nini-1.1.pc
@@ -4,5 +4,5 @@ libdir=${exec_prefix}/lib/nini/
 
 Name: nini
 Description: Nini - CLI library for managing configuration files
-Version: 1.0.0
+Version: 1.1.0
 Libs: -r:${libdir}/Nini.dll
diff --git a/debian/rules b/debian/rules
index ec050ba..1de96fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ install: build
 	mkdir -p debian/tmp/usr/lib/nini
 	cp build/Nini.dll* debian/tmp/usr/lib/nini
 	mkdir -p debian/tmp/usr/lib/pkgconfig
-	cp debian/nini-1.0.pc debian/tmp/usr/lib/pkgconfig
+	cp debian/nini-1.1.pc debian/tmp/usr/lib/pkgconfig
 	# fix permissions
 	find debian/tmp -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 
@@ -49,7 +49,6 @@ binary-indep: build install
 	dh_installdirs
 	dh_install
 	dh_installman
-	dh_installemacsen
 	dh_compress
 	dh_fixperms
 	dh_makeclilibs -m $(UPVERSION)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/nini.git



More information about the Pkg-cli-libs-commits mailing list