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

[texlive-nonbin] 02/03: new release building



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

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 528f47fc26963bb3753500004ce75b856f98aa5b
Author: Norbert Preining <preining@debian.org>
Date:   Wed Dec 18 13:43:22 2013 +0900

    new release building
---
 texlive-base/debian/texlive-base.postinst.pre | 6 ++++--
 texlive-extra/debian/changelog                | 6 ++++++
 texlive-lang/debian/changelog                 | 6 ++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/texlive-base/debian/texlive-base.postinst.pre b/texlive-base/debian/texlive-base.postinst.pre
index 296c7f5..6bdb4ed 100644
--- a/texlive-base/debian/texlive-base.postinst.pre
+++ b/texlive-base/debian/texlive-base.postinst.pre
@@ -56,8 +56,10 @@ case "$1" in
   #
   # dvipdfm has disappeared, so we do not need this useless file anymore
   # as it is generated and not used 
-  rm -f /var/lib/texmf/dvipdfm/config-paper
-  rmdir --ignore-fail-on-non-empty /var/lib/texmf/dvipdfm
+  if [ -r /var/lib/texmf/dvipdfm/config-paper ] ; then
+    rm -f /var/lib/texmf/dvipdfm/config-paper
+    rmdir --ignore-fail-on-non-empty /var/lib/texmf/dvipdfm
+  fi
 
   ;;
 
diff --git a/texlive-extra/debian/changelog b/texlive-extra/debian/changelog
index 79e542c..c0f1603 100644
--- a/texlive-extra/debian/changelog
+++ b/texlive-extra/debian/changelog
@@ -1,3 +1,9 @@
+texlive-extra (2013.20131218-1) unstable; urgency=medium
+
+  * new upstream checkout
+
+ -- Norbert Preining <preining@debian.org>  Wed, 18 Dec 2013 13:42:44 +0900
+
 texlive-extra (2013.20131112-1) unstable; urgency=low
 
   * new upstream checkout
diff --git a/texlive-lang/debian/changelog b/texlive-lang/debian/changelog
index 1b56e83..c9734e1 100644
--- a/texlive-lang/debian/changelog
+++ b/texlive-lang/debian/changelog
@@ -1,3 +1,9 @@
+texlive-lang (2013.20131218-1) unstable; urgency=medium
+
+  * new upstream checkout
+
+ -- Norbert Preining <preining@debian.org>  Wed, 18 Dec 2013 13:42:15 +0900
+
 texlive-lang (2013.20131112-2) unstable; urgency=low
 
   * make texlive-lang-cjk conflict with ko.tex-bin (Closes: #729539)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: