فهرست منبع

Replaced Makefile by d/install

Stefan Kropp 4 سال پیش
والد
کامیت
3ace3a87ae
4فایلهای تغییر یافته به همراه3 افزوده شده و 13 حذف شده
  1. 0 7
      Makefile
  2. 1 1
      debian/control
  3. 2 0
      debian/install
  4. 0 5
      debian/rules

+ 0 - 7
Makefile

@@ -1,7 +0,0 @@
-all:
-
-install:
-	install -d -m 755 $(DESTDIR)/usr/share/doc/debian-junior-live-system/build
-	install -m 655 README.md $(DESTDIR)/usr/share/doc/debian-junior-live-system/build
-	cp -r auto config $(DESTDIR)/usr/share/doc/debian-junior-live-system/build
-.PHONY: all

+ 1 - 1
debian/control

@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Junior <debian-jr@lists.debian.org>
 Uploaders: Stefan Kropp <stefan.kropp@posteo.de>
 Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/debian-jr-team/debian-junior-live-system
 Vcs-Git: https://salsa.debian.org/debian-jr-team/debian-junior-live-system.git
 Homepage: https://salsa.debian.org/debian-jr-team/debian-junior-live-system

+ 2 - 0
debian/install

@@ -0,0 +1,2 @@
+auto /usr/share/doc/debian-junior-live-system/build
+config /usr/share/doc/debian-junior-live-system/build

+ 0 - 5
debian/rules

@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
-# You must remove unused comment lines for the released package.
-#export DH_VERBOSE = 1
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@