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

[SCM] Packaging of Debian latex209 package group branch, master, updated. debian/25.mar.1992-13-1-gf3dd3a7



The following commit has been merged in the master branch:
commit f3dd3a762e58bfd45f3af1dcf59eb122b29b2703
Author: Norbert Preining <preining@debian.org>
Date:   Wed Dec 19 14:51:50 2012 +0900

    * bump standards version to 3.9.4, no changes necessary
    * add Vcs fields
    * move doc files to /usr/share/texmf/doc
    * build-dep on tex-common >= 4.01

diff --git a/debian/changelog b/debian/changelog
index 96e510c..d4aadff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+latex209 (25.mar.1992-14) experimental; urgency=low
+
+  * bump standards version to 3.9.4, no changes necessary
+  * add Vcs fields
+  * move doc files to /usr/share/texmf/doc
+  * build-dep on tex-common >= 4.01
+
+ -- Norbert Preining <preining@debian.org>  Wed, 19 Dec 2012 14:50:46 +0900
+
 latex209 (25.mar.1992-13) unstable; urgency=low
 
   * Take over maintenance into the Debian TeX Group
diff --git a/debian/control b/debian/control
index 056ac89..b54481d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: latex209
 Section: tex
 Priority: optional
 Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
-Build-Depends: debhelper (>> 5.0.0), tex-common (>= 3)
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>> 5.0.0), tex-common (>= 4.01)
+Standards-Version: 3.9.4
 Uploaders: Atsuhito Kohda <kohda@debian.org>, Norbert Preining <preining@debian.org>
+Vcs-Git: git://anonscm.debian.org/debian-tex/latex209.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/latex209.git
 
 Package: latex209-base
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 904e5fd..c5825fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-# Made with the iad of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Also some stuff taken from debmake scripts, by Cristopt Lameter.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -13,7 +10,7 @@ BIN    = $(prefix)/bin
 TEXMF  = $(prefix)/share/texmf
 BASE   = $(TEXMF)/tex/latex209/base
 INI    = $(TEXMF)/tex/latex209/config
-DOC    = $(prefix)/share/doc/texmf/latex209
+DOC    = $(TEXMF)/doc/latex209
 SRC    = $(TEXMF)/source/latex209/base
 
 clean:
@@ -74,21 +71,13 @@ install: install-base install-bin install-src
 
 # Build architecture-independent files here.
 binary-indep: install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-#	dh_installexamples
-#	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-#	dh_installcron
-#	dh_installtex
 	dh_installman
 	dh_installchangelogs
 	dh_compress
 	dh_fixperms
-#	dh_suidregister
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums

-- 
Packaging of Debian latex209 package group


Reply to: