]> www.wagner.pp.ru Git - oss/fvwm-tcl.git/commitdiff
Added target Make deb into Makefile
authorVictor Wagner <vitus@wagner.pp.ru>
Mon, 29 Jun 2009 18:01:36 +0000 (18:01 +0000)
committerVictor Wagner <vitus@wagner.pp.ru>
Mon, 29 Jun 2009 18:01:36 +0000 (18:01 +0000)
Makefile
debian/changelog
debian/control
debian/dirs
debian/rules
fvwm.tcl

index c2ccd1feaadcb71dd44b5e477820ba82d6dee42d..ad60b0d656a76982f777563c00adec2aa8b33802 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,21 @@
+VERSION:=$(shell head -1 debian/changelog |sed -e 's/^.*(//' -e 's/-.*).*$$//')
+DIR:=$(notdir $(CURDIR))
+
 install: fvwm.tcl pkgIndex.tcl
        install -m 755 -d $(DESTDIR)/usr/lib/fvwm-tcl
        install -m 644 fvwm.tcl $(DESTDIR)/usr/lib/fvwm-tcl
        install -m 644 pkgIndex.tcl $(DESTDIR)/usr/lib/fvwm-tcl
        
 clean: 
+
+deb: ../libfvwm-tcl_$(VERSION).orig.tar.gz debian/rules debian/control debian/changelog
+       debuild 
+
+upstream: ../libfvwm-tcl_$(VERSION).orig.tar.gz
+
+../libfvwm-tcl_$(VERSION).orig.tar.gz: Makefile fvwm.tcl Fvwm.3tcl pkgIndex.tcl quit.tcl
+       cd ..; tar czf libfvwm-tcl_$(VERSION).orig.tar.gz $(patsubst %,$(DIR)/%,$+)
+
+envtest:
+       : VERSION=$(VERSION)
+       : DIR=$(DIR)
index 186af8396f9d00c7151098d97f965de294b7d7ba..f76855806a21ffe753806f2f5ab7cf9fcb60189b 100644 (file)
@@ -1,3 +1,9 @@
+libfvwm-tcl (1.4-1) unstable; urgency=low
+
+  * Suport for fvwm 2.5.26
+
+ -- Victor Wagner <vitus@wagner.pp.ru>  Mon, 29 Jun 2009 21:47:27 +0400
+
 libfvwm-tcl (1.3-2) unstable; urgency=low
 
   * ÷ÓÔÁ×ÌÅÎÁ ÂÏÒØÂÁ Ó ÐÏÐÏÌÚÛÉÍ ÈÅÄÅÒÏÍ × ÎÅÄÒÁÈ fvwm É ÐÅÒÅÔÒÑÈÎÕÔÙ ÓÌÅÇËÁ
index 300084ff2fe5d11ccf4f32cd49d99fa888ba015d..4f4fd05589c95e63bb56b7460162b9f6ade69f81 100644 (file)
@@ -1,14 +1,14 @@
 Source: libfvwm-tcl
-Section: unknown
-Priority: optional
-Maintainer: Victor B. Wagner <vitus@ice.ru>
+Section: interpreters
+Priority: extra
+Maintainer: Victor B. Wagner <vitus@wagner.pp.ru>
 Standards-Version: 3.0.1
 
 Package: libfvwm-tcl
 Architecture: all
-Depends:  tcl8.4 | tcl8.3, fvwm
-Recommends: tclx8.4 | tclx8.3
-Suggests: tk8.4 | tk8.3
+Depends:  tcl8.4 | tcl8.3 |tcl8.5, fvwm
+Recommends: tclx8.4 | tclx8.3 | tclx8.5
+Suggests: tk8.4 | tk8.3 |tk8.5
 Description: Tcl interface to fvwm window manager
  Tcl-only library which allows to write FVWM modules on Tcl
  .
index ca882bbb78588982a650ff2685c36fe51ae99ae3..68457717bd8efb8ba6291fca9d862dd5eb0d3b1e 100644 (file)
@@ -1,2 +1 @@
-usr/bin
-usr/sbin
+usr/lib
index 224d69e0c42c4c9e6c76bd7d4c3537f3474f6485..f5e5ce6f39b0242eaac284072a1882f1977cbd8e 100755 (executable)
@@ -49,13 +49,13 @@ binary-indep: build install
        dh_testroot
 #      dh_installdebconf       
        dh_installdocs
-       dh_installexamples
+       dh_installexamples quit.tcl
        dh_installmenu
 #      dh_installemacsen
 #      dh_installpam
 #      dh_installinit
        dh_installcron
-       dh_installmanpages
+       dh_installmanpages Fvwm.3tcl
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs 
index 9d3c4b8b0f739ed15599340b83b3b2800a544de4..0898d85b45355e2df9ec15ea7ad1c44b19343176 100644 (file)
--- a/fvwm.tcl
+++ b/fvwm.tcl
@@ -481,4 +481,4 @@ proc Error {msgtype zero0 zero1 zero2 msg} {
        after idle "error [list $msg] \{[list FVWM 2 $msg]\}"
 }
 }
-package provide Fvwm 1.3
+package provide Fvwm 1.4