[DebianBRTeam-commits] r562 - in /packages/sock/trunk/debian: changelog compat control rules
eriberto-guest at users.alioth.debian.org
eriberto-guest at users.alioth.debian.org
Sat Aug 1 13:56:19 UTC 2009
Author: eriberto-guest
Date: Sat Aug 1 13:56:19 2009
New Revision: 562
URL: http://svn.debian.org/wsvn/?sc=1&rev=562
Log:
This package isn't a DFSG compliant[1] but is maintained by Eriberto
to help readers of the TCP/IP Illustrated book, wrote by R. Stevens.
The complete package (including tarball) is available at
mentors.debian.net.
[1] Please, see bug #486127.
Some changes to refresh package:
debian/control:
* Updated debhelper version from 6 to 7.
* Updated Debian Policy from 3.8.0 to 3.8.2.
debian/compat:
* Updated form 6 to 7.
debian/rules:
* Changed "dh_clean -k" to "dh_prep".
Modified:
packages/sock/trunk/debian/changelog
packages/sock/trunk/debian/compat
packages/sock/trunk/debian/control
packages/sock/trunk/debian/rules
Modified: packages/sock/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/sock/trunk/debian/changelog?rev=562&op=diff
==============================================================================
--- packages/sock/trunk/debian/changelog (original)
+++ packages/sock/trunk/debian/changelog Sat Aug 1 13:56:19 2009
@@ -1,5 +1,13 @@
+sock (0.3-2) unstable; urgency=low
+
+ * debian/control:
+ - Updated Debian Policy version.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> Fri, 31 Jul 2009 08:40:40 -0300
+
sock (0.3-1) unstable; urgency=low
- * Initial release (Closes: #486127)
+ * Initial release.
+ * This package wasn't accepted in Debian. Please, see bug #486127.
-- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> Thu, 12 Jun 2008 14:01:32 -0300
Modified: packages/sock/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/sock/trunk/debian/compat?rev=562&op=diff
==============================================================================
--- packages/sock/trunk/debian/compat (original)
+++ packages/sock/trunk/debian/compat Sat Aug 1 13:56:19 2009
@@ -1,1 +1,1 @@
-6
+7
Modified: packages/sock/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/sock/trunk/debian/control?rev=562&op=diff
==============================================================================
--- packages/sock/trunk/debian/control (original)
+++ packages/sock/trunk/debian/control Sat Aug 1 13:56:19 2009
@@ -2,8 +2,8 @@
Section: non-free/net
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 6), autotools-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), autotools-dev
+Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/sock
Vcs-Browser: http://svn.debian.org/wsvn/debian-br-team/packages/sock
Homepage: http://www.icir.org/christian/sock.html
Modified: packages/sock/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/sock/trunk/debian/rules?rev=562&op=diff
==============================================================================
--- packages/sock/trunk/debian/rules (original)
+++ packages/sock/trunk/debian/rules Sat Aug 1 13:56:19 2009
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# export DH_VERBOSE=1
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
@@ -42,7 +42,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
$(MAKE) DESTDIR=$(CURDIR)/debian/sock install
binary-arch: build install
@@ -61,5 +61,5 @@
dh_md5sums
dh_builddeb
-binary: binary-indep binary-arch
+binary: binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-br-team-commits
mailing list