Просмотр исходного кода

- missing debian init.d/ser fixed

Andrei Pelinescu-Onciul 20 лет назад
Родитель
Сommit
1242ed88fe
2 измененных файлов с 8 добавлено и 1 удалено
  1. 2 1
      Makefile
  2. 6 0
      debian/changelog

+ 2 - 1
Makefile

@@ -170,7 +170,8 @@ tar:
 	$(TAR) -C .. \
 	$(TAR) -C .. \
 		--exclude=$(notdir $(CURDIR))/test* \
 		--exclude=$(notdir $(CURDIR))/test* \
 		--exclude=$(notdir $(CURDIR))/tmp* \
 		--exclude=$(notdir $(CURDIR))/tmp* \
-		--exclude=$(notdir $(CURDIR))/debian/ser* \
+		--exclude=$(notdir $(CURDIR))/debian/ser \
+		--exclude=$(notdir $(CURDIR))/debian/ser-* \
 		--exclude=$(notdir $(CURDIR))/ser_tls* \
 		--exclude=$(notdir $(CURDIR))/ser_tls* \
 		--exclude=CVS* \
 		--exclude=CVS* \
 		--exclude=.cvsignore \
 		--exclude=.cvsignore \

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+ser (0.9.3-0.2) unstable; urgency=low
+
+  * missing init.d/ser fixed 
+
+ -- Andrei Pelinescu-Onciul <[email protected]>  Tue, 28 Jun 2005 23:56:05 +0200
+
 ser (0.9.3-0.1) unstable; urgency=low
 ser (0.9.3-0.1) unstable; urgency=low
 
 
   * new upstream release 
   * new upstream release