[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.6.1-2-2-g3609f49

Rafael Laboissiere rafael at laboissiere.net
Thu Mar 8 20:53:17 UTC 2012


The following commit has been merged in the master branch:
commit 249e2d83eff48133ea897652ea875cf75d403e49
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Mar 6 11:11:53 2012 +0100

    Update the list of exclusions for Git
    
    As regards the Debian packaging, we are not really interested in the
    upstream files.  The first two lines in .gitignore:
        /*
        !/debian
    do the trick of ignoring everything, apart the Debian-specific files.

diff --git a/.gitignore b/.gitignore
index 64e904c..c66f330 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,19 @@
-.pc/
-*-stamp
-config*
-debian/files
-debian/*.debhelper.log
-debian/*.substvars
-debian/stamp-patched
-debian/autoreconf.after
-debian/autoreconf.before
+/*
+!/debian
+/debian/files
+/debian/*.debhelper.log
+/debian/*.substvars
+/debian/*.debhelper
+/debian/autoreconf.after
+/debian/autoreconf.before
+/debian/liboctave-dev
+/debian/liboctave1
+/debian/octave-common
+/debian/octave-dbg
+/debian/octave-doc
+/debian/octave-htmldoc
+/debian/octave-info
+/debian/octave
+/debian/tmp
+
+

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list